1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00
awesome-php/awesome-php.md

32 lines
2.3 KiB
Markdown
Raw Normal View History

2012-01-25 18:12:11 +00:00
# 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.
2012-02-23 21:30:45 +00:00
* [Silex Propel ServiceProvider](https://github.com/propelorm/PropelServiceProvider) - A Silex Propel ORM service provider.
2012-02-23 21:08:26 +00:00
* [Silex Extensions](https://github.com/igorw/Silex-Extensions) - A set of Silex extensions.
2012-01-25 18:12:11 +00:00
* [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.
2012-02-23 21:08:26 +00:00
* [Mink](http://mink.behat.org/) - Web acceptance testing.
2012-01-25 18:12:11 +00:00
* [Buzz](https://github.com/kriswallsmith/Buzz) - A HTTP client.
2012-02-23 21:08:26 +00:00
* [Guzzle](http://guzzlephp.org/) - Another HTTP client.
2012-01-25 18:12:11 +00:00
* [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.
2012-02-23 21:08:26 +00:00
* [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.