Update README.md

Added php enum implementations
This commit is contained in:
lewbor 2020-04-10 15:32:53 +07:00 committed by GitHub
parent 7b7c32a1a1
commit 14454ef00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -798,6 +798,8 @@ Libraries to help manage database schemas and migrations.
* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component (SF).
* [Underscore](https://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
* [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
* [myclabs/php-enum](myclabs/php-enum) - A PHP Enum type implementation
* [PaLabs/php-enum](https://github.com/PaLabs/php-enum) - A Java-like php Enum implementation
# Software
*Software for creating a development environment.*