diff --git a/awesome-php.md b/awesome-php.md index f9e9a42..0a6cb3f 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -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. \ No newline at end of file +* [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. \ No newline at end of file