From 33e2931ef5cd722f6ae72749171853cd946bf8a7 Mon Sep 17 00:00:00 2001 From: "A. B. M. Mahmudul Hasan" Date: Thu, 20 Jun 2024 10:10:20 +0600 Subject: [PATCH] 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) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c6211b8..443bb47 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [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. * [Pimple](https://pimple.symfony.com/) - A tiny dependency injection container. * [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". * [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. +* [OTP](https://github.com/infocyph/OTP) - Simple but Secure Generic OTP, OCRA (RFC6287), TOTP (RFC6238) & HOTP (RFC4226) solution! ### 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. * [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. +* [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. ### Numbers