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,6 +290,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
290 290
 * [Auryn](https://github.com/rdlowrey/Auryn) - A recursive dependency injector.
291 291
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
292 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 294
 * [PHP-DI](https://php-di.org/) - A dependency injection container that supports autowiring.
294 295
 * [Pimple](https://pimple.symfony.com/) - A tiny dependency injection container.
295 296
 * [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
369 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 371
 * [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
371 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 375
 ### Passwords
374 376
 *Libraries and tools for working with and storing passwords.*
@@ -690,6 +692,7 @@ Libraries to help manage database schemas and migrations.
690 692
 * [Stringy](https://github.com/voku/Stringy) - A string manipulation library with multibyte support.
691 693
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
692 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 696
 * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
694 697
 
695 698
 ### Numbers

Loading…
Cancel
Save