A list of amazingly awesome PHP libraries that you should be using:
2012-01-25 10:12:11 -08:00
2012-08-28 09:35:06 -07:00
* [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager.
2012-01-25 10:12:11 -08:00
* [Symfony2](http://symfony.com/) - A framework comprised of individual components.
2012-09-27 14:27:46 -07:00
* [Zend Framework 2](https://github.com/zendframework/zf2) - Another framework comprised of individual components.
2012-01-25 10:12:11 -08:00
* [Symfony2 Components](https://github.com/symfony) - The components that make Symfony2.
2012-08-13 11:05:30 -07:00
* [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components.
2012-09-27 14:27:46 -07:00
* [Illuminate Components](https://github.com/illuminate) - The components that make the upcoming Laravel 4 framework.
2012-01-25 10:12:11 -08:00
* [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
2012-07-27 09:54:42 -07:00
* [Slim](http://www.slimframework.com/) - Another simple micro framework.
2012-01-25 10:12:11 -08:00
* [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
2012-11-05 09:03:10 -08:00
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
2012-01-25 10:12:11 -08:00
* [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
* [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
2012-10-09 09:22:58 -07:00
* [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container.
2012-01-25 10:12:11 -08:00
* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
2012-10-11 12:30:46 -07:00
* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
2012-01-25 10:12:11 -08:00
* [Propel](http://www.propelorm.org/) - A fast ORM.
* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
2012-09-18 14:33:18 -07:00
* [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager pipeline library.
* [Pipe](https://github.com/CHH/pipe) - Another asset manager pipeline library.
2012-01-25 10:12:11 -08:00
* [Imagine](http://imagine.readthedocs.org/en/latest/index.html) - An image manipulation library.
2012-09-17 14:14:47 -07:00
* [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library.
2012-09-24 13:22:40 -07:00
* [GIF Frame Extractor](https://github.com/Sybio/GifFrameExtractor) - A library to extract GIF animation frame information.
2012-09-26 08:19:07 -07:00
* [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images.
2012-01-25 10:12:11 -08:00
* [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger.
* [Behat](http://behat.org/) - A Behaviour Driven Development framework.
2012-02-23 13:08:26 -08:00
* [Mink](http://mink.behat.org/) - Web acceptance testing.
2012-01-25 10:12:11 -08:00
* [Buzz](https://github.com/kriswallsmith/Buzz) - A HTTP client.
2012-02-23 13:08:26 -08:00
* [Guzzle](http://guzzlephp.org/) - Another HTTP client.
2012-01-25 10:12:11 -08:00
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
2012-10-15 10:40:49 -07:00
* [RunkitTestCase](https://github.com/kherge/RunkitTestCase) - A library for creating PHPUnit test cases that use runkit.
2012-10-18 11:56:47 -07:00
* [PHPSpec](https://github.com/phpspec/phpspec2) - A design by specification unit testing library.
2012-09-05 15:15:13 -07:00
* [Mockery](https://github.com/padraic/mockery) - A mock object library for unit testing.
2012-10-03 08:11:49 -07:00
* [Phake](https://github.com/mlively/Phake) - Another mock object library for unit testing.
2012-02-23 13:08:26 -08:00
* [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
2012-09-19 08:45:54 -07:00
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library (uses [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf)).
2012-02-23 13:08:26 -08:00
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
2012-02-28 09:45:10 -08:00
* [GeoCoder](http://geocoder-php.org/) - A geocoding library.
2012-04-10 08:59:18 -07:00
* [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
2012-04-11 19:04:30 -07:00
* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
2012-08-29 09:06:27 -07:00
* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
2012-05-24 09:33:54 -07:00
* [React](https://github.com/react-php/react) - An event driven non-blocking I/O library.
2012-05-24 10:46:47 -07:00
* [Événement](https://github.com/igorw/evenement) - An event dispatcher library.
2012-10-03 10:16:50 -07:00
* [FuelPHP Event](https://github.com/fuelphp/event) - Another event dispatcher library.
2012-05-24 10:32:00 -07:00
* [Sami](https://github.com/fabpot/Sami) - An API documentation generator.
2012-07-27 09:54:42 -07:00
* [Bob](https://github.com/CHH/bob) - A simple project automation tool.
2012-10-31 15:42:17 -07:00
* [Phake](https://github.com/jaz303/phake) - A rake PHP clone library.
2012-08-28 08:22:30 -07:00
* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
2012-08-28 08:22:45 -07:00
* [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework.
2012-08-29 09:15:04 -07:00
* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
2012-08-27 20:28:13 -07:00
* [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
2012-08-28 06:12:33 -07:00
* [Wisdom](https://github.com/kherge/Wisdom) - A library for loading config data.
2012-08-29 08:15:49 -07:00
* [GetOpt](ulrichsg/getopt-php) - A command line opt parser.
* [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
2012-09-15 10:07:36 -07:00
* [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
2012-08-31 15:46:05 -07:00
* [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
2012-09-06 08:20:09 -07:00
* [Tala Payments](https://github.com/adrianmacneil/tala-payments) - A payment processing library.
2012-09-07 12:26:47 -07:00
* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
2012-09-11 12:16:41 -07:00
* [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
2012-09-11 13:58:39 -07:00
* [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
2012-09-19 08:49:30 -07:00
* [Sismo](http://sismo.sensiolabs.org/) - A continuous testing server library.
2012-09-19 08:56:09 -07:00
* [Fetch](https://github.com/tedivm/Fetch) - An IMAP library.
2012-09-25 10:22:03 -07:00
* [Lex](https://github.com/fuelphp/lex) - A lightweight template parser.
2012-09-27 12:46:48 -07:00
* [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
2012-10-03 08:32:49 -07:00
* [Composition](https://github.com/composition/composition) - A library to check your Composer environment at runtime.
2012-10-04 09:03:06 -07:00
* [Entities](https://github.com/kherge/Entities) - A Doctrine ORM service provider for Silex.
* [Elf](https://github.com/kherge/Elf) - A collection of helpers for the Symfony Console component.
2012-10-15 10:41:25 -07:00
* [Amend](https://github.com/kherge/Amend) - A Symfony Console helper and command set for updating and upgrading applications.
2012-10-04 09:07:56 -07:00
* [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
2012-10-09 08:32:39 -07:00
* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
2012-10-09 08:41:57 -07:00
* [Poser](https://github.com/FrenkyNet/Poser) - A Composer class aliasing library.
2012-10-09 09:41:36 -07:00
* [Version](https://github.com/kherge/Version) - A parsing and comparison library for semantic versioning.
2012-10-09 10:12:02 -07:00
* [Respect Validate](https://github.com/Respect/Validation) - A simple validation library.
2012-10-16 12:10:26 -07:00
* [BCrypt](https://github.com/kherge/Bcrypt) - A BCrypt password hashing library.
* [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
2012-10-23 13:21:04 -07:00
* [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.
2012-10-23 13:28:14 -07:00
* [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates.
2012-10-23 13:50:00 -07:00
* [OPAuth](https://github.com/uzyn/opauth) - A multi-provider authentication framework.
2012-10-27 18:52:50 -07:00
* [Ratchet](https://github.com/cboden/Ratchet) - A web socket library.
2012-10-29 12:36:46 -07:00
* [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.
2012-11-06 09:10:16 -08:00
* [PHP Option](https://github.com/schmittjoh/php-option) An option type library.
2012-11-08 08:28:37 -08:00
* [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
2012-11-08 13:47:07 -08:00
* [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
2012-11-08 13:54:27 -08:00
* [AWS SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
2012-11-09 11:30:25 -08:00
* [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
2012-11-09 17:00:33 -08:00
* [JShrink](https://github.com/tedivm/JShrink) - A JavaScript minifier library.
2012-11-13 08:39:41 -08:00
* [PHP Datastructures](https://github.com/morrisonlevi/PHP-Datastructures) - A library of data structures.
2012-11-14 08:42:32 -08:00
* [HAL](https://github.com/blongden/hal) - A HAL builder library.
2012-11-15 15:56:11 -08:00
* [MongoQB](https://github.com/alexbilbie/MongoQB) - A MongoDB query builder library.
2012-11-16 08:20:46 -08:00
* [Monga](https://github.com/FrenkyNet/Monga) - A MongoDB abstraction library.
2012-04-11 19:04:30 -07:00
2012-08-28 08:22:09 -07:00
# C Extension Frameworks
2012-10-03 09:12:52 -07:00
2012-08-28 08:23:25 -07:00
* [Phalcon PHP](http://phalconphp.com/) - A high performance C extension framework.
* [Yaf](http://php.net/manual/en/book.yaf.php) - A PECL extension framework.
2012-08-28 08:22:09 -07:00
2012-08-13 10:56:40 -07:00
# Utilities
2012-08-13 11:13:55 -07:00
* [HomeBrew](http://mxcl.github.com/homebrew/) - A package manager for OSX.
* [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - A PHP tap for HomeBrew.
2012-04-11 19:05:33 -07:00
* [PHP Env](https://github.com/CHH/phpenv) - A PHP version manager.
2012-08-13 10:59:06 -07:00
* [PHP Build](https://github.com/CHH/php-build) - A PHP version installer.
2012-10-03 09:12:22 -07:00
* [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
2012-08-13 12:27:30 -07:00
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
2012-11-15 15:56:11 -08:00
* [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
2012-11-28 10:32:05 -08:00
* [PHP Queue](https://github.com/miccheng/php-queue) - An application for managing queueing backends.
* [DBV](http://dbv.vizuina.com/) - A database version control application.
2012-08-13 12:27:30 -07:00
# Resources
* [PHP The Right Way](http://www.phptherightway.com/) - A PHP best practice quick reference guide.
2012-08-24 20:43:55 -07:00
* [PHP Best Practices](http://phpbestpractices.org/) - A PHP best practice guide.
2012-08-13 12:27:30 -07:00
* [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.
2012-11-27 15:20:43 -08:00
* [The Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) - An open software security community.
* [WebSec IO](http://websec.io/) - A web security community resource.
2012-09-19 08:50:00 -07:00
# Tutorials
2012-10-03 09:57:31 -07:00
* [Easy Package Management with Composer](http://net.tutsplus.com/tutorials/php/easy-package-management-with-composer/) - A Composer tutorial by Phil Sturgeon.
2012-10-04 09:37:25 -07:00
* [Composer and Namespaces in Five Minutes](http://jtreminio.com/2012/10/composer-namespaces-in-5-minutes/) - A Composer namespace tutorial by Juan Treminio.