Added libraries from Infocyph (v1)

- OTP (Simple but Secure Generic OTP, OCRA (RFC6287), TOTP (RFC6238) & HOTP (RFC4226) solution!)
- UID (UUID (RFC 4122 + Unofficial/Draft), ULID, Snowflake ID, Sonyflake ID, TBSL (library exclusive) generator!)
- InterMix (Dependency Injector (PSR-11), Fence, Class macro, Memoize)
This commit is contained in:
A. B. M. Mahmudul Hasan 2024-06-20 10:10:20 +06:00 committed by GitHub
parent 2acb7185c8
commit 33e2931ef5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,6 +290,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Auryn](https://github.com/rdlowrey/Auryn) - A recursive dependency injector. * [Auryn](https://github.com/rdlowrey/Auryn) - A recursive dependency injector.
* [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container. * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
* [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container. * [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container.
* [InterMix](https://github.com/infocyph/InterMix) - Dependency Injector (PSR-11), Fence, Class macro, Memoize.
* [PHP-DI](https://php-di.org/) - A dependency injection container that supports autowiring. * [PHP-DI](https://php-di.org/) - A dependency injection container that supports autowiring.
* [Pimple](https://pimple.symfony.com/) - A tiny dependency injection container. * [Pimple](https://pimple.symfony.com/) - A tiny dependency injection container.
* [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component. * [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component.
@ -369,6 +370,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check". * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
* [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool. * [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
* [Zap](https://github.com/zaproxy/zaproxy) - An integrated penetration testing tool for web applications. * [Zap](https://github.com/zaproxy/zaproxy) - An integrated penetration testing tool for web applications.
* [OTP](https://github.com/infocyph/OTP) - Simple but Secure Generic OTP, OCRA (RFC6287), TOTP (RFC6238) & HOTP (RFC4226) solution!
### Passwords ### Passwords
*Libraries and tools for working with and storing passwords.* *Libraries and tools for working with and storing passwords.*
@ -690,6 +692,7 @@ Libraries to help manage database schemas and migrations.
* [Stringy](https://github.com/voku/Stringy) - A string manipulation library with multibyte support. * [Stringy](https://github.com/voku/Stringy) - A string manipulation library with multibyte support.
* [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings. * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
* [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js. * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
* [UID](https://github.com/infocyph/UID) - UUID (RFC 4122 + Unofficial/Draft), ULID, Snowflake ID, Sonyflake ID, TBSL (library exclusive) generator!.
* [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs. * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
### Numbers ### Numbers