Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren authored Mar 3, 2024
1 parent 1e73aeb commit bfe685f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Machine:
If you want to thank me for this solution, you can subscribe to my [Github profile](https://github.com/Smoren) and also give stars to [my open source projects](https://github.com/Smoren?tab=repositories&q=&type=public&language=&sort=stargazers), e.g.:
* [IterTools TS](https://github.com/Smoren/itertools-ts) — Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones).
* [Schemator PHP](https://github.com/Smoren/schemator-php) — Schematic data mapper for converting nested data structures (any composition of associative arrays, non-associative arrays and objects) according to the given conversion schema.
* [encryptiontools for python](https://github.com/Smoren/encryptiontools-pypi) — Tools for encryption and decryption, signing and verification. Use symmetric and asymmetric (RSA-based) encryption.
* [Encryption Tools for python](https://github.com/Smoren/encryptiontools-pypi) — Tools for encryption and decryption, signing and verification. Use symmetric and asymmetric (RSA-based) encryption.
* [Yii2 Query Relation Manager](https://github.com/Smoren/yii2-query-relation-manager) — Implements the functionality of getting tree data from a database with one-to-one and one-to-many relationships using only one select-query to the database with flexible conditions configuration.
* [Probability Selector PHP](https://github.com/Smoren/probability-selector-php) — Selection manager for choosing next elements to use from data source based on uniform distribution of selections.
* [Event Router PHP](https://github.com/Smoren/event-router-php) — Router for flexible configuring of event handling behaviors.

0 comments on commit bfe685f

Please sign in to comment.