awesome-php/awesome-php.md

70 lines
4.8 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-08-30 20:33:14 +00:00
* [Zend Framework 2](https://github.com/zendframework/zf2) - Another framework 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-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.
* [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.
2012-09-05 22:15:13 +00:00
* [Mockery](https://github.com/padraic/mockery) - A mock object library for unit testing.
2012-04-12 02:04:30 +00:00
* [KnpRadBundle](http://rad.knplabs.com/) - A Symfony2 rapid application development library.
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.
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:21:26 +00:00
* [PHP CS Fixer](https://github.com/fabpot/PHP-CS-Fixer) - A coding standard fixer library.
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-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-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-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-04-12 02:04:30 +00:00
2012-08-28 15:22:09 +00:00
# C Extension Frameworks
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-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.
* [Easy Package Management with Composer](http://net.tutsplus.com/tutorials/php/easy-package-management-with-composer/) - A Composer tutorial by Phil Sturgeon.