# Awesome PHP Libraries A list of amazingly awesome PHP libraries that you should be using: * [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager. * [Symfony2](http://symfony.com/) - A framework comprised of individual components. * [Zend Framework 2](https://github.com/zendframework/zf2) - Another framework of individual components. * [Symfony2 Components](https://github.com/symfony) - The components that make Symfony2. * [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components. * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components. * [Slim](http://www.slimframework.com/) - Another simple micro framework. * [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. * [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. * [Mockery](https://github.com/padraic/mockery) - A mock object library for unit testing. * [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. * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library. * [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. * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter. * [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library. * [React](https://github.com/react-php/react) - An event driven non-blocking I/O library. * [Événement](https://github.com/igorw/evenement) - An event dispatcher library. * [Sami](https://github.com/fabpot/Sami) - An API documentation generator. * [Bob](https://github.com/CHH/bob) - A simple project automation tool. * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility. * [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework. * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library. * [Box](https://github.com/kherge/Box) - A utility to build PHAR files. * [Wisdom](https://github.com/kherge/Wisdom) - A library for loading config data. * [GetOpt](ulrichsg/getopt-php) - A command line opt parser. * [OptParse](https://github.com/CHH/optparse) - Another command line opt parser. * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library. * [Tala Payments](https://github.com/adrianmacneil/tala-payments) - A payment processing library. * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine. # C Extension Frameworks * [Phalcon PHP](http://phalconphp.com/) - A high performance C extension framework. * [Yaf](http://php.net/manual/en/book.yaf.php) - A PECL extension framework. # Utilities * [HomeBrew](http://mxcl.github.com/homebrew/) - A package manager for OSX. * [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - A PHP tap for HomeBrew. * [PHP Env](https://github.com/CHH/phpenv) - A PHP version manager. * [PHP Build](https://github.com/CHH/php-build) - A PHP version installer. * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP. # Resources * [PHP The Right Way](http://www.phptherightway.com/) - A PHP best practice quick reference guide. * [PHP Best Practices](http://phpbestpractices.org/) - A PHP best practice guide. * [PHP Security](http://phpsecurity.readthedocs.org/en/latest/index.html) - A guide to PHP security. * [PHP Standards Working Group](https://groups.google.com/group/php-standards) - The PHP standards working group. * [Easy Package Management with Composer](http://net.tutsplus.com/tutorials/php/easy-package-management-with-composer/) - A Composer tutorial by Phil Sturgeon.