|
|
|
|
|
|
|
|
1
|
+# Awesome PHP Libraries
|
|
|
|
2
|
+
|
|
|
|
3
|
+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:
|
|
|
|
4
|
+
|
|
|
|
5
|
+* [Packagist](http://packagist.org/) - A package and dependency manager.
|
|
|
|
6
|
+* [Symfony2](http://symfony.com/) - A framework comprised of individual components.
|
|
|
|
7
|
+* [Symfony2 Components](https://github.com/symfony) - The components that make Symfony2.
|
|
|
|
8
|
+* [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
|
|
|
|
9
|
+* [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
|
|
|
|
10
|
+* [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
|
|
|
|
11
|
+* [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
|
|
|
|
12
|
+* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
|
|
|
13
|
+* [Propel](http://www.propelorm.org/) - A fast ORM.
|
|
|
|
14
|
+* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
|
|
|
|
15
|
+* [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager.
|
|
|
|
16
|
+* [Imagine](http://imagine.readthedocs.org/en/latest/index.html) - An image manipulation library.
|
|
|
|
17
|
+* [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger.
|
|
|
|
18
|
+* [Behat](http://behat.org/) - A Behaviour Driven Development framework.
|
|
|
|
19
|
+* [Buzz](https://github.com/kriswallsmith/Buzz) - A HTTP client.
|
|
|
|
20
|
+* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
|
|
|
|
21
|
+* [Pirum](https://github.com/symfony) - A PEAR channel manager.
|
|
|
|
22
|
+* [Sismo](http://sismo.sensiolabs.org/) - A continuous testing server.
|
|
|
|
23
|
+* [Mink](http://mink.behat.org/) - Web acceptance testing.
|
|
|
|
24
|
+* [Mockery](https://github.com/padraic/mockery) - Mock object framework for testing.
|