From 9c2e50a551e1d7f869803e8a74c434b8d57d265f Mon Sep 17 00:00:00 2001 From: ziadoz Date: Thu, 23 Feb 2012 13:08:26 -0800 Subject: [PATCH] --- awesome-php.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/awesome-php.md b/awesome-php.md index 9f35f58..551fd87 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -6,6 +6,7 @@ Here's some awesome PHP libraries that are awesome. Yes, so awesome I've used th * [Symfony2](http://symfony.com/) - A framework comprised of individual components. * [Symfony2 Components](https://github.com/symfony) - The components that make Symfony2. * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components. +* [Silex Extensions](https://github.com/igorw/Silex-Extensions) - A set of Silex extensions. * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language. * [SwiftMailer](http://swiftmailer.org/) - A mailer solution. * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container. @@ -16,9 +17,15 @@ Here's some awesome PHP libraries that are awesome. Yes, so awesome I've used th * [Imagine](http://imagine.readthedocs.org/en/latest/index.html) - An image manipulation library. * [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger. * [Behat](http://behat.org/) - A Behaviour Driven Development framework. +* [Mink](http://mink.behat.org/) - Web acceptance testing. * [Buzz](https://github.com/kriswallsmith/Buzz) - A HTTP client. +* [Guzzle](http://guzzlephp.org/) - Another HTTP client. * [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. -* [Mink](http://mink.behat.org/) - Web acceptance testing. -* [Mockery](https://github.com/padraic/mockery) - Mock object framework for testing. \ No newline at end of file +* [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. +* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library. +* [Phly Mustache](https://github.com/weierophinney/phly_mustache) - A mustache template implementation. +* [GeoCoder](http://geocoder-php.org/) - A geocoding library. \ No newline at end of file