1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-06 16:30:48 +00:00
This commit is contained in:
ziadoz 2012-08-13 10:59:06 -07:00
parent 9b3c8e21fb
commit fb8410ba24

View File

@ -46,4 +46,5 @@ A list of amazingly awesome PHP libraries that you should be using:
# Utilities # Utilities
* [PHP Env](https://github.com/CHH/phpenv) - A PHP version manager. * [PHP Env](https://github.com/CHH/phpenv) - A PHP version manager.
* [PHP Build](https://github.com/CHH/php-build) - A PHP version installer. * [PHP Build](https://github.com/CHH/php-build) - A PHP version installer.
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.