This commit is contained in:
ziadoz 2012-04-11 19:04:30 -07:00
parent f299d8d6a6
commit a6a77318d8
1 changed files with 6 additions and 1 deletions

View File

@ -22,6 +22,7 @@ A list of amazingly awesome PHP libraries that you should be using:
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
* [Pirum](https://github.com/symfony) - A PEAR channel manager.
* [Sismo](http://sismo.sensiolabs.org/) - A continuous testing server.
* [KnpRadBundle](http://rad.knplabs.com/) - A Symfony2 rapid application development library.
* [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
@ -29,4 +30,8 @@ A list of amazingly awesome PHP libraries that you should be using:
* [Phly Mustache](https://github.com/weierophinney/phly_mustache) - A mustache template implementation.
* [GeoCoder](http://geocoder-php.org/) - A geocoding library.
* [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
# Bonus Extras
* [PHPEnv](https://github.com/CHH/phpenv) and [PHP Build](https://github.com/CHH/php-build) - PHP version management and installation.