From 42e6a3b7179e3b69968eb254d36e91cd6e269d6b Mon Sep 17 00:00:00 2001 From: Anonymous Date: Wed, 25 Jan 2012 10:12:11 -0800 Subject: [PATCH] --- awesome-php.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 awesome-php.md diff --git a/awesome-php.md b/awesome-php.md new file mode 100644 index 0000000..9f35f58 --- /dev/null +++ b/awesome-php.md @@ -0,0 +1,24 @@ +# Awesome PHP Libraries + +Here's some awesome PHP libraries that are awesome. Yes, so awesome I've used the word three times! You should be using them already: + +* [Packagist](http://packagist.org/) - A package and dependency manager. +* [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. +* [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. +* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM. +* [Propel](http://www.propelorm.org/) - A fast ORM. +* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper. +* [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager. +* [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. +* [Buzz](https://github.com/kriswallsmith/Buzz) - A 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