awesome-php/awesome-php.md

109 lines
8.4 KiB
Markdown
Raw Normal View History

2012-01-25 18:12:11 +00:00
# Awesome PHP Libraries
2012-02-27 23:10:53 +00:00
A list of amazingly awesome PHP libraries that you should be using:
2012-01-25 18:12:11 +00:00
2012-08-28 16:35:06 +00:00
* [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager.
2012-01-25 18:12:11 +00:00
* [Symfony2](http://symfony.com/) - A framework comprised of individual components.
2012-09-27 21:27:46 +00:00
* [Zend Framework 2](https://github.com/zendframework/zf2) - Another framework comprised of individual components.
2012-01-25 18:12:11 +00:00
* [Symfony2 Components](https://github.com/symfony) - The components that make Symfony2.
2012-08-13 18:05:30 +00:00
* [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components.
2012-09-27 21:27:46 +00:00
* [Illuminate Components](https://github.com/illuminate) - The components that make the upcoming Laravel 4 framework.
2012-01-25 18:12:11 +00:00
* [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
2012-07-27 16:54:42 +00:00
* [Slim](http://www.slimframework.com/) - Another simple micro framework.
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.
2012-10-09 16:22:58 +00:00
* [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container.
2012-01-25 18:12:11 +00:00
* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
2012-10-11 19:30:46 +00:00
* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
2012-01-25 18:12:11 +00:00
* [Propel](http://www.propelorm.org/) - A fast ORM.
* [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper.
2012-09-18 21:33:18 +00: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 18:12:11 +00:00
* [Imagine](http://imagine.readthedocs.org/en/latest/index.html) - An image manipulation library.
2012-09-17 21:14:47 +00:00
* [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library.
2012-09-24 20:22:40 +00:00
* [GIF Frame Extractor](https://github.com/Sybio/GifFrameExtractor) - A library to extract GIF animation frame information.
2012-09-26 15:19:07 +00:00
* [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images.
2012-01-25 18:12:11 +00:00
* [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.
2012-10-15 17:40:49 +00:00
* [RunkitTestCase](https://github.com/kherge/RunkitTestCase) - A library for creating PHPUnit test cases that use runkit.
2012-10-18 18:56:47 +00:00
* [PHPSpec](https://github.com/phpspec/phpspec2) - A design by specification unit testing library.
2012-09-05 22:15:13 +00:00
* [Mockery](https://github.com/padraic/mockery) - A mock object library for unit testing.
2012-10-03 15:11:49 +00:00
* [Phake](https://github.com/mlively/Phake) - Another mock object library for unit testing.
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.
2012-09-19 15:45:54 +00:00
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library (uses [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf)).
2012-02-23 21:08:26 +00:00
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
2012-02-28 17:45:10 +00:00
* [GeoCoder](http://geocoder-php.org/) - A geocoding library.
2012-04-10 15:59:18 +00:00
* [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
2012-04-12 02:04:30 +00:00
* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
2012-08-29 16:06:27 +00:00
* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
2012-05-24 16:33:54 +00:00
* [React](https://github.com/react-php/react) - An event driven non-blocking I/O library.
2012-05-24 17:46:47 +00:00
* [Événement](https://github.com/igorw/evenement) - An event dispatcher library.
2012-10-03 17:16:50 +00:00
* [FuelPHP Event](https://github.com/fuelphp/event) - Another event dispatcher library.
2012-05-24 17:32:00 +00:00
* [Sami](https://github.com/fabpot/Sami) - An API documentation generator.
2012-07-27 16:54:42 +00:00
* [Bob](https://github.com/CHH/bob) - A simple project automation tool.
2012-10-31 22:42:17 +00:00
* [Phake](https://github.com/jaz303/phake) - A rake PHP clone library.
2012-08-28 15:22:30 +00:00
* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
2012-08-28 15:22:45 +00:00
* [PHPAss](http://www.openwall.com/phpass/) - A portable password hashing framework.
2012-08-29 16:15:04 +00:00
* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
2012-08-28 03:28:13 +00:00
* [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
2012-08-28 13:12:33 +00:00
* [Wisdom](https://github.com/kherge/Wisdom) - A library for loading config data.
2012-08-29 15:15:49 +00:00
* [GetOpt](ulrichsg/getopt-php) - A command line opt parser.
* [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
2012-09-15 17:07:36 +00:00
* [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
2012-08-31 22:46:05 +00:00
* [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
2012-09-06 15:20:09 +00:00
* [Tala Payments](https://github.com/adrianmacneil/tala-payments) - A payment processing library.
2012-09-07 19:26:47 +00:00
* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
2012-09-11 19:16:41 +00:00
* [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
2012-09-11 20:58:39 +00:00
* [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
2012-09-19 15:49:30 +00:00
* [Sismo](http://sismo.sensiolabs.org/) - A continuous testing server library.
2012-09-19 15:56:09 +00:00
* [Fetch](https://github.com/tedivm/Fetch) - An IMAP library.
2012-09-25 17:22:03 +00:00
* [Lex](https://github.com/fuelphp/lex) - A lightweight template parser.
2012-09-27 19:46:48 +00:00
* [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
2012-10-03 15:32:49 +00:00
* [Composition](https://github.com/composition/composition) - A library to check your Composer environment at runtime.
2012-10-04 16:03:06 +00: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 17:41:25 +00:00
* [Amend](https://github.com/kherge/Amend) - A Symfony Console helper and command set for updating and upgrading applications.
2012-10-04 16:07:56 +00:00
* [Doctrine Extensions](https://github.com/l3pp4rd/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
2012-10-09 15:32:39 +00:00
* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
2012-10-09 15:41:57 +00:00
* [Poser](https://github.com/FrenkyNet/Poser) - A Composer class aliasing library.
2012-10-09 16:41:36 +00:00
* [Version](https://github.com/kherge/Version) - A parsing and comparison library for semantic versioning.
2012-10-09 17:12:02 +00:00
* [Respect Validate](https://github.com/Respect/Validation) - A simple validation library.
2012-10-16 19:10:26 +00: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 20:21:04 +00:00
* [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.
2012-10-23 20:28:14 +00:00
* [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates.
2012-10-23 20:50:00 +00:00
* [OPAuth](https://github.com/uzyn/opauth) - A multi-provider authentication framework.
2012-10-28 01:52:50 +00:00
* [Ratchet](https://github.com/cboden/Ratchet) - A web socket library.
2012-10-29 19:36:46 +00:00
* [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.
2012-04-12 02:04:30 +00:00
2012-08-28 15:22:09 +00:00
# C Extension Frameworks
2012-10-03 16:12:52 +00:00
2012-08-28 15:23:25 +00: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 15:22:09 +00:00
2012-08-13 17:56:40 +00:00
# Utilities
2012-08-13 18:13:55 +00: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-12 02:05:33 +00:00
* [PHP Env](https://github.com/CHH/phpenv) - A PHP version manager.
2012-08-13 17:59:06 +00:00
* [PHP Build](https://github.com/CHH/php-build) - A PHP version installer.
2012-10-03 16:12:22 +00:00
* [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
2012-08-13 19:27:30 +00:00
* [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.
2012-08-25 03:43:55 +00:00
* [PHP Best Practices](http://phpbestpractices.org/) - A PHP best practice guide.
2012-08-13 19:27:30 +00: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-09-19 15:50:00 +00:00
# Tutorials
2012-10-03 16:57:31 +00: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 16:37:25 +00:00
* [Composer and Namespaces in Five Minutes](http://jtreminio.com/2012/10/composer-namespaces-in-5-minutes/) - A Composer namespace tutorial by Juan Treminio.