From 14454ef00d8e8901bfc1605fb2f5a8a927ad6e17 Mon Sep 17 00:00:00 2001 From: lewbor Date: Fri, 10 Apr 2020 15:32:53 +0700 Subject: [PATCH] Update README.md Added php enum implementations --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c944bb..f54c9ed 100644 --- a/README.md +++ b/README.md @@ -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.*