Browse Source

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)
pull/1290/head
A. B. M. Mahmudul Hasan 1 year ago
parent
commit
33e2931ef5
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      README.md

+ 3
- 0
README.md View File

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

Loading…
Cancel
Save