awesome-php/README.md

989 lines
70 KiB
Markdown
Raw Normal View History

2016-01-28 20:30:49 +00:00
# Awesome PHP [![Build Status](https://api.travis-ci.org/ziadoz/awesome-php.svg?branch=master)](https://travis-ci.org/ziadoz/awesome-php)
2016-01-27 16:06:46 +00:00
2014-06-27 15:08:41 +00:00
A curated list of amazingly awesome PHP libraries, resources and shiny things.
2012-01-25 18:12:11 +00:00
## Contributing
2016-01-20 17:50:41 +00:00
Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONTRIBUTING.md) and [CODE-OF-CONDUCT](https://github.com/ziadoz/awesome-php/blob/master/CODE-OF-CONDUCT.md) for details.
## Table of Contents
- [Awesome PHP](#awesome-php)
- [Composer Repositories](#composer-repositories)
2015-11-20 08:13:54 +00:00
- [Dependency Management](#dependency-management)
- [Dependency Management Extras](#dependency-management-extras)
- [Frameworks](#frameworks)
- [Framework Extras](#framework-extras)
- [Components](#components)
- [Micro Frameworks](#micro-frameworks)
- [Micro Framework Extras](#micro-framework-extras)
2015-02-07 02:42:19 +00:00
- [Routers](#routers)
2015-11-20 08:13:54 +00:00
- [Templating](#templating)
- [Static Site Generators](#static-site-generators)
- [HTTP](#http)
- [Middlewares](#middlewares)
- [URL](#url)
- [Email](#email)
- [Files](#files)
- [Streams](#streams)
- [Dependency Injection](#dependency-injection)
- [Imagery](#imagery)
- [Testing](#testing)
- [Continuous Integration](#continuous-integration)
- [Documentation](#documentation)
- [Security](#security)
- [Passwords](#passwords)
- [Code Analysis](#code-analysis)
- [Architectural](#architectural)
- [Debugging and Profiling](#debugging-and-profiling)
- [Build Tools](#build-tools)
- [Task Runners](#task-runners)
- [Navigation](#navigation)
- [Asset Management](#asset-management)
- [Geolocation](#geolocation)
- [Date and Time](#date-and-time)
- [Event](#event)
- [Logging](#logging)
- [E-commerce](#e-commerce)
- [PDF](#pdf)
- [Office](#office)
- [Database](#database)
- [Migrations](#migrations)
- [NoSQL](#nosql)
- [Queue](#queue)
- [Search](#search)
- [Command Line](#command-line)
- [Authentication and Authorization](#authentication-and-authorization)
- [Markup](#markup)
- [Strings](#strings)
- [Numbers](#numbers)
- [Filtering and Validation](#filtering-and-validation)
- [API](#api)
- [Caching](#caching)
- [Data Structure and Storage](#data-structure-and-storage)
- [Notifications](#notifications)
- [Deployment](#deployment)
- [Internationalisation and Localisation](#internationalisation-and-localisation)
- [Third Party APIs](#third-party-apis)
- [Extensions](#extensions)
- [Miscellaneous](#miscellaneous)
- [Software](#software)
2015-11-20 08:13:54 +00:00
- [PHP Installation](#php-installation)
- [Development Environment](#development-environment)
- [Virtual Machines](#virtual-machines)
- [Integrated Development Environment](#integrated-development-environment)
- [Web Applications](#web-applications)
- [Infrastructure](#infrastructure)
- [Resources](#resources)
2015-11-20 08:13:54 +00:00
- [PHP Websites](#php-websites)
- [Other Websites](#other-websites)
- [PHP Books](#php-books)
- [PHP Videos](#php-videos)
2016-12-03 02:03:51 +00:00
- [PHP Podcasts](#php-podcasts)
2015-11-20 08:13:54 +00:00
- [PHP Reading](#php-reading)
- [PHP Internals Reading](#php-internals-reading)
2014-03-03 10:05:39 +00:00
- [Contributing](#contributing)
## Composer Repositories
*Composer Repositories.*
* [Firegento](http://packages.firegento.com/) - Magento Module Composer Repository.
* [Packagist](https://packagist.org/) - The PHP Package Repository.
* [PaketHub](https://pakethub.com/) - All-in-One PHP Package Repository.
* [Private Packagist](https://packagist.com/) - Composer package archive as a service for PHP.
* [WordPress Packagist](https://wpackagist.org/) - Manage your plugins with Composer.
* [Zend Framework Packages](https://packages.zendframework.com/) - Zend Framework Composer Repository.
2014-07-12 00:57:57 +00:00
## Dependency Management
*Libraries for dependency and package management.*
2013-04-16 02:10:03 +00:00
2013-02-15 23:00:19 +00:00
* [Composer Installers](https://github.com/composer/installers) - A multi framework Composer library installer.
* [Composer](https://getcomposer.org/) - A package and dependency manager.
2015-06-25 09:01:53 +00:00
* [Melody](http://melody.sensiolabs.org/) - A tool to build one file Composer scripts.
2014-07-11 23:23:06 +00:00
* [Pickle](https://github.com/FriendsOfPHP/pickle) - A PHP extension installer.
2013-04-16 02:10:03 +00:00
2014-07-12 00:57:57 +00:00
## Dependency Management Extras
*Extras related to dependency management.*
2013-04-16 02:10:03 +00:00
* [Composed](https://github.com/joshdifabio/composed) - A library to parse your project's Composer environment at runtime.
* [Composer Checker](https://github.com/silpion/composer-checker) - A tool to validate Composer configurations.
* [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several composer.json files.
2013-04-16 02:10:03 +00:00
* [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
* [NameSpacer](https://github.com/ralphschindler/Namespacer) - A library to convert from underscores to namespaces.
2013-04-25 01:44:26 +00:00
* [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
* [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process.
* [Satis](https://github.com/composer/satis) - A static Composer repository generator.
* [tooly](https://github.com/tommy-muehle/tooly-composer-script) - A library to manage PHAR files in project using Composer.
* [Toran Proxy](https://toranproxy.com) - A static Composer repository and proxy.
2013-04-16 02:10:03 +00:00
## Frameworks
*Web development frameworks.*
2013-04-16 02:10:03 +00:00
* [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components.
* [CakePHP](https://cakephp.org/) - A rapid application development framework (CP).
* [Laravel 5](https://laravel.com/) - Another PHP framework (L5).
* [Nette](https://nette.org) - Another framework comprised of individual components.
* [Phalcon](https://phalconphp.com/en/) - A framework implemented as a C extension.
* [PPI Framework 2](http://www.ppi.io) - An interoperability framework.
* [Symfony](https://symfony.com/) - A framework comprised of individual components (SF).
* [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
2016-07-14 16:35:26 +00:00
* [Zend Framework 2](https://framework.zend.com) - Another framework comprised of individual components (ZF2).
2016-06-12 08:24:35 +00:00
* [Ice](https://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension.
## Framework Extras
2014-04-29 01:43:49 +00:00
*Extras related to web development frameworks.*
2015-04-11 14:13:03 +00:00
* [CakePHP CRUD](https://github.com/friendsofcake/crud) - A Rapid Application Development (RAD) plugin for CakePHP.
* [Knp RAD Components](http://rad.knplabs.com/) - A set of Rapid Application Development (RAD) components for Symfony.
* [Symfony CMF](https://github.com/symfony-cmf/symfony-cmf) - A Content Management Framework to create custom CMS.
2013-04-16 02:10:03 +00:00
## Components
2015-09-02 20:37:14 +00:00
*Standalone components from web development frameworks and development groups.*
2013-04-16 02:10:03 +00:00
* [Aura](http://auraphp.com/) - Independent components, fully decoupled from each other and from any framework.
2017-02-12 18:05:38 +00:00
* [CakePHP Plugins](https://plugins.cakephp.org/) - A directory of CakePHP plugins.
2016-09-15 15:49:45 +00:00
* [Hoa Project](https://hoa-project.net/En/) - Another package of PHP components.
* [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
* [Symfony Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony.
2017-06-28 09:54:58 +00:00
* [Zend Framework 2 Components](https://docs.zendframework.com/) - The components that make Zend Framework.
2013-04-16 02:10:03 +00:00
## Micro Frameworks
*Micro frameworks and routers.*
2013-04-16 02:10:03 +00:00
2014-06-04 19:13:29 +00:00
* [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs.
* [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
2016-09-19 08:26:59 +00:00
* [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework.
* [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
2017-07-25 17:39:18 +00:00
* [Silex](https://silex.symfony.com/) - A micro framework built around Symfony components.
2016-11-21 17:46:00 +00:00
* [Slim](https://www.slimframework.com/) - Another simple micro framework.
## Micro Framework Extras
2014-04-29 01:43:49 +00:00
*Extras related to micro frameworks and routers.*
* [Silex Skeleton](https://github.com/silexphp/Silex-Skeleton) - A project skeleton for Silex.
2013-08-16 15:46:57 +00:00
* [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex.
* [Slim Skeleton](https://github.com/slimphp/Slim-Skeleton) - A skeleton for Slim.
* [Slim View](https://github.com/slimphp/Slim-Views) - A collection of custom views for Slim.
2013-04-16 02:10:03 +00:00
2015-02-07 02:42:19 +00:00
## Routers
*Libraries for handling application routing.*
2016-04-04 02:56:40 +00:00
* [Aura.Router](https://github.com/auraphp/Aura.Router) - A full-featured routing library.
2015-02-07 02:42:19 +00:00
* [Fast Route](https://github.com/nikic/FastRoute) - A fast routing library.
2016-03-09 23:22:17 +00:00
* [Klein](https://github.com/klein/klein.php) - A flexible router.
2015-02-07 02:42:19 +00:00
* [Pux](https://github.com/c9s/Pux) - Another fast routing library.
2016-04-04 02:56:40 +00:00
* [Route](https://github.com/thephpleague/route) - A routing library built on top of Fast Route.
2015-02-07 02:42:19 +00:00
2013-04-16 02:10:03 +00:00
## Templating
2013-11-14 03:41:38 +00:00
*Libraries and tools for templating and lexing.*
2013-04-16 02:10:03 +00:00
* [Aura.View](https://github.com/auraphp/Aura.View) - Provides TemplateView and TwoStepView using PHP as the tempting language, with support for partials, sections, and helpers.
* [Foil](https://github.com/FoilPHP/Foil) - Another native PHP templating library.
* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
2012-11-05 17:03:10 +00:00
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
2013-04-01 17:11:58 +00:00
* [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language.
* [Phly Mustache](https://github.com/phly/phly_mustache) - Another PHP implementation of the Mustache template language.
* [PHPTAL](http://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.
* [Plates](http://platesphp.com/) - A native PHP templating library.
2017-07-25 17:39:18 +00:00
* [Smarty](https://www.smarty.net/) - A template engine to complement PHP.
* [Twig](https://twig.symfony.com/) - A comprehensive templating language.
2016-07-14 16:35:26 +00:00
* [Tale Jade](https://github.com/Talesoft/tale-jade) - A PHP implementation of the Jade template language.
## Static Site Generators
*Tools for pre-processing content to generate web pages.*
2016-04-04 02:57:44 +00:00
* [Couscous](http://couscous.io) - Couscous turns Markdown documentation into beautiful websites. It's GitHub Pages on steroids.
2016-03-21 21:24:44 +00:00
* [Phrozn](https://github.com/Pawka/phrozn) - Another tool that converts Textile, Markdown and Twig into HTML.
2016-04-04 02:57:44 +00:00
* [Sculpin](https://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
* [Spress](http://spress.yosymfony.com) - An extensible tool that converts Markdown and Twig into HTML.
2013-04-16 02:10:03 +00:00
## HTTP
2016-04-09 16:48:58 +00:00
*Libraries for working with HTTP.*
2013-04-16 02:10:03 +00:00
* [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
* [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client.
2014-07-12 00:56:53 +00:00
* [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.
2013-11-12 23:01:37 +00:00
* [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
* [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
2015-06-18 20:24:28 +00:00
* [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
2016-04-04 10:39:04 +00:00
* [zend-diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation.
2013-04-16 02:10:03 +00:00
## Scraping
*Libraries for scraping websites.*
* [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
* [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
* [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
2013-04-16 02:10:03 +00:00
2014-11-25 02:18:53 +00:00
## Middlewares
*Libraries for building application using middlewares.*
2015-02-07 02:50:00 +00:00
2016-09-19 08:26:59 +00:00
* [Expressive](https://zendframework.github.io/zend-expressive/) - PSR-7 Middleware framework from Zend.
2016-04-04 03:06:42 +00:00
* [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares.
2016-09-19 08:26:59 +00:00
* [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher.
2014-11-25 02:18:53 +00:00
* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony.
2016-09-19 08:26:59 +00:00
* [zend-stratigility](https://github.com/zendframework/zend-stratigility) - Middleware for PHP built on top of PSR-7.
2014-11-25 02:18:53 +00:00
2013-04-16 02:10:03 +00:00
## URL
*Libraries for parsing URLs.*
2013-04-16 02:10:03 +00:00
* [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
2016-04-04 03:09:46 +00:00
* [Purl](https://github.com/jwage/purl) - A URL manipulation library.
* [sabre/uri](https://github.com/fruux/sabre-uri) - A functional URI manipulation library.
2016-04-04 03:09:46 +00:00
* [Uri](https://github.com/thephpleague/uri) - Another URL manipulation library.
2013-04-16 02:10:03 +00:00
## Email
*Libraries for sending and parsing email.*
2013-04-16 02:10:03 +00:00
* [CssToInlineStyles](https://github.com/tijsverkoyen/CssToInlineStyles) - A library to inline CSS in email templates.
2016-04-04 03:09:46 +00:00
* [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
* [Email Validator](https://github.com/nojacko/email-validator) - A small email address validation library.
2016-04-04 03:09:46 +00:00
* [Fetch](https://github.com/tedious/Fetch) - An IMAP library.
2016-03-04 18:27:11 +00:00
* [Mautic](https://github.com/mautic/mautic) - Email marketing automation
2016-04-04 03:09:46 +00:00
* [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
2017-07-06 02:20:05 +00:00
* [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](http://www.mandrill.com).
2017-07-25 17:39:18 +00:00
* [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution.
2013-04-16 02:10:03 +00:00
2013-11-14 01:59:23 +00:00
## Files
*Libraries for file manipulation and MIME type detection.*
2013-05-03 15:42:12 +00:00
2013-05-03 15:43:27 +00:00
* [Apache MIME Types](https://github.com/dflydev/dflydev-apache-mime-types) - A library that parses Apache MIME types.
2016-04-04 02:44:42 +00:00
* [Canal](https://github.com/dflydev/dflydev-canal) - A library to determine internet media types.
* [CSV](https://github.com/thephpleague/csv) - A CSV data manipulation library.
2013-05-03 15:42:12 +00:00
* [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
2016-04-04 02:44:42 +00:00
* [Flysystem](https://github.com/thephpleague/Flysystem) - Another filesystem abstraction layer.
* [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
2013-10-15 19:45:44 +00:00
* [Hoa Mime](https://github.com/hoaproject/Mime) - Another MIME detection library.
2013-06-18 22:12:24 +00:00
* [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
* [PHP FFmpeg](https://github.com/PHP-FFmpeg/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
* [UnifiedArchive](https://github.com/wapmorgan/UnifiedArchive) - A unified reader and writer of compressed archives.
2013-06-18 22:26:23 +00:00
## Streams
*Libraries for working with streams.*
2013-06-18 22:26:23 +00:00
* [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.
2013-05-03 15:42:12 +00:00
2013-04-16 02:10:03 +00:00
## Dependency Injection
*Libraries that implement the dependency injection design pattern.*
2013-04-16 02:10:03 +00:00
* [Aura.Di](https://github.com/auraphp/Aura.Di) - A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
* [Acclimate](https://github.com/AcclimateContainer/acclimate-container) - A common interface to dependency injection containers and service locators.
* [Auryn](https://github.com/rdlowrey/Auryn) - A recursive dependency injector.
2015-02-07 02:40:26 +00:00
* [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
2017-03-11 11:27:01 +00:00
* [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container.
2015-08-03 23:18:07 +00:00
* [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring.
2017-07-25 17:39:18 +00:00
* [Pimple](https://pimple.symfony.com/) - A tiny dependency injection container.
* [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component (SF).
2013-04-16 02:10:03 +00:00
## Imagery
*Libraries for manipulating images.*
2013-04-16 02:10:03 +00:00
* [Color Extractor](https://github.com/thephpleague/color-extractor) - A library for extracting colours from images.
2012-09-26 15:19:07 +00:00
* [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images.
2016-04-04 03:09:46 +00:00
* [GIF Frame Extractor](https://github.com/Sybio/GifFrameExtractor) - A library to extract GIF animation frame information.
2015-02-07 06:44:13 +00:00
* [Glide](https://github.com/thephpleague/glide) - An on-demand image manipulation library.
2016-03-15 17:10:08 +00:00
* [Image Hash](https://github.com/jenssegers/imagehash) - A library for generating perceptual image hashes.
2014-08-25 21:55:33 +00:00
* [Image Optimizer](https://github.com/psliwa/image-optimizer) - A library for optimizing images.
2016-04-04 03:09:46 +00:00
* [Image With Text](https://github.com/nmcteam/image-with-text) - A library for embedding text into images.
2016-05-02 02:42:56 +00:00
* [Imagine](http://imagine.readthedocs.io/en/latest/index.html) - An image manipulation library.
2016-04-04 03:09:46 +00:00
* [Intervention Image](https://github.com/Intervention/image) - Another image manipulation library.
* [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library.
2013-04-16 02:10:03 +00:00
## Testing
*Libraries for testing codebases and generating test data.*
2013-04-16 02:10:03 +00:00
2016-04-04 03:09:46 +00:00
* [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.
2014-07-13 03:50:22 +00:00
* [AspectMock](https://github.com/Codeception/AspectMock) - A mocking framework for PHPUnit/Codeception.
2013-03-18 20:26:40 +00:00
* [Atoum](https://github.com/atoum/atoum) - A simple testing library.
2016-04-04 03:09:46 +00:00
* [Behat](http://docs.behat.org/en/v2.5/) - A behaviour driven development (BDD) testing framework.
* [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
* [DBUnit](https://github.com/sebastianbergmann/dbunit) - A database testing library for PHPUnit.
* [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library.
* [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
2016-09-25 04:26:29 +00:00
* [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
2016-04-04 03:09:46 +00:00
* [Mink](http://mink.behat.org/en/latest/) - Web acceptance testing.
2017-04-24 03:00:28 +00:00
* [Mockery](https://github.com/mockery/mockery) - A mock object library for testing.
2016-04-04 03:09:46 +00:00
* [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
* [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework.
2013-01-13 03:45:09 +00:00
* [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
2016-04-04 03:09:46 +00:00
* [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework.
* [PHP-Mock](https://github.com/php-mock/php-mock) - A mock library for built-in PHP functions (e.g. time()).
2016-04-04 03:09:46 +00:00
* [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
2016-05-08 00:55:39 +00:00
* [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
2016-04-04 03:09:46 +00:00
* [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
2014-11-10 17:17:36 +00:00
* [Prophecy](https://github.com/phpspec/prophecy) - A highly opinionated mocking framework.
2013-11-12 23:08:41 +00:00
* [Samsui](https://github.com/mauris/samsui) - Another fake data generator library.
2013-09-11 16:27:51 +00:00
* [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
* [VFS](https://github.com/adlawson/php-vfs) - Another virtual filesystem for testing.
## Continuous Integration
*Libraries and applications for continuous integration.*
2016-08-26 01:47:33 +00:00
* [CircleCI](https://circleci.com) - A continuous integration platform.
2016-04-04 03:11:00 +00:00
* [GitlabCi](https://about.gitlab.com/gitlab-ci/) - Let GitLab CI test, build, deploy your code. TravisCi like.
2016-03-30 05:05:57 +00:00
* [Jenkins](https://jenkins.io/index.html) - A continous integration platform with [PHP support](http://jenkins-php.org/index.html).
* [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
2016-04-04 03:11:00 +00:00
* [PHPCI](https://www.phptesting.org/) - An open source continuous integration platform for PHP.
* [SemaphoreCI](https://semaphoreci.com/) - A continuous integration platform for open source and private projects.
2016-04-04 03:14:43 +00:00
* [Shippable](https://app.shippable.com/) - A docker based continious integration platform for open source and private projects.
2017-07-25 17:39:18 +00:00
* [Sismo](https://sismo.symfony.com/) - A continuous testing server library.
2016-04-04 03:11:00 +00:00
* [Travis CI](https://travis-ci.org/) - A continuous integration platform.
2016-11-10 20:16:04 +00:00
* [Wercker](http://www.wercker.com/) - A continuous integration platform
2013-04-16 02:10:03 +00:00
## Documentation
*Libraries for generating project documentation.*
2013-04-16 02:10:03 +00:00
2013-12-14 01:47:32 +00:00
* [APIGen](https://github.com/apigen/apigen) - Another API documentation generator.
2016-04-04 03:12:36 +00:00
* [daux.io](https://github.com/justinwalsh/daux.io) - A documentation generator which uses Markdown files.
2013-12-14 01:47:32 +00:00
* [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor2) - A documentation generator.
2014-07-11 10:38:13 +00:00
* [phpDox](http://phpdox.de/) - A documentation generator for PHP projects (that is not limited to API documentation).
2016-04-04 03:12:36 +00:00
* [Sami](https://github.com/FriendsOfPHP/Sami) - An API documentation generator.
2013-04-16 02:10:03 +00:00
## Security
*Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.*
2013-04-16 02:10:03 +00:00
2016-04-04 02:33:31 +00:00
* [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
2013-04-16 02:10:03 +00:00
* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
2016-04-04 02:33:31 +00:00
* [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
* [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
* [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
2013-05-01 04:52:05 +00:00
* [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
2013-05-30 19:34:47 +00:00
* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
2016-04-04 02:33:31 +00:00
* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
2017-05-11 15:05:13 +00:00
* [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
2016-04-04 02:33:31 +00:00
* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
* [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
2014-07-15 13:14:29 +00:00
* [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories.
2016-04-04 02:33:31 +00:00
* [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
* [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
## Passwords
*Libraries and tools for working with and storing passwords.*
2016-04-04 02:21:23 +00:00
* [GenPhrase](https://github.com/timoh6/GenPhrase) - A library for generating secure random passphrases.
* [Password Compat](https://github.com/ircmaxell/password_compat) - A compatibility library for the new PHP 5.5 password functions.
* [Password Policy](https://github.com/ircmaxell/password-policy) - A password policy library for PHP and JavaScript.
* [Password Validator](https://github.com/jeremykendall/password-validator) - A library for validating and upgrading password hashes.
* [Password-Generator](https://github.com/hackzilla/password-generator) - PHP library to generate random passwords.
2016-04-04 02:21:23 +00:00
* [PHP Password Lib](https://github.com/ircmaxell/PHP-PasswordLib) - A library for generating and validating passwords.
* [phpass](http://www.openwall.com/phpass/) - A portable password hashing framework.
* [Zxcvbn PHP](https://github.com/bjeavons/zxcvbn-php) - A realistic PHP password strength estimate library based on Zxcvbn JS.
2013-04-16 02:10:03 +00:00
2013-05-30 19:44:20 +00:00
## Code Analysis
*Libraries and tools for analysing, parsing and manipulating codebases.*
2013-05-30 19:44:20 +00:00
2016-04-04 03:16:43 +00:00
* [Athletic](https://github.com/polyfractal/athletic) - An annotation based benchmark framework.
* [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code
2016-04-04 03:16:43 +00:00
* [Code Climate](https://codeclimate.com) - An automated code review.
2013-06-18 15:57:53 +00:00
* [Dissect](https://github.com/jakubledl/dissect) - A set of tools for lexical and syntactical analysis.
2016-07-23 08:05:18 +00:00
* [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.
2016-04-04 03:16:43 +00:00
* [GrumPHP](https://github.com/phpro/grumphp) - A composer plugin to defend code quality.
* [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
2013-05-30 19:44:20 +00:00
* [PHP Analyser](https://github.com/scrutinizer-ci/php-analyzer) - A library for analysing PHP code to find bugs and errors.
2016-04-04 03:16:43 +00:00
* [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
2015-02-01 17:09:33 +00:00
* [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) - A coding standards fixer library.
2013-05-30 19:44:20 +00:00
* [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
2016-04-04 03:16:43 +00:00
* [PHP Mess Detector](https://phpmd.org/) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
2016-02-08 15:16:36 +00:00
* [PHP Metrics](https://github.com/phpmetrics/PhpMetrics) - A static metric library.
* [PHP Migration](https://github.com/monque/PHP-Migration) - A static analyzer for PHP version migration.
2016-04-04 03:16:43 +00:00
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
2013-05-30 19:44:20 +00:00
* [PHP Refactoring Browser](https://github.com/QafooLabs/php-refactoring-browser) - A command line utility for refactoring PHP code.
* [PHP Semantic Versioning Checker](https://github.com/tomzx/php-semver-checker) - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
* [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
* [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
2016-04-04 03:16:43 +00:00
* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
2015-05-15 16:11:22 +00:00
* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
2016-04-04 03:16:43 +00:00
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
2016-04-04 06:00:58 +00:00
* [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics).
2016-04-04 03:16:43 +00:00
* [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
* [PHPSandbox](https://github.com/Corveda/PHPSandbox) - A PHP sandbox environment.
2017-01-15 23:59:47 +00:00
* [PHPStan](https://github.com/phpstan/phpstan) - A PHP Static Analysis Tool.
* [Qafoo Quality Analyzer](https://github.com/Qafoo/QualityAnalyzer) - A tool to visualize metrics and source code.
2016-04-04 03:16:43 +00:00
* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
* [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
## Architectural
*Libraries related to design patterns, programming approaches and ways to organize code.*
* [Compose](https://github.com/igorw/compose) - A function composition library.
* [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
2016-04-04 03:16:43 +00:00
* [Finite](http://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
* [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
2016-04-04 03:16:43 +00:00
* [Galapagos](https://github.com/endel/galapagos) - Evolutionary language transformation.
* [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
2016-04-04 03:16:43 +00:00
* [Monad PHP](https://github.com/ircmaxell/monad-php) - A simple Monad library.
2016-09-15 15:49:45 +00:00
* [Patchwork](http://patchwork2.org/) - A library for redefining userland functions.
2016-04-04 03:16:43 +00:00
* [PHP Option](https://github.com/schmittjoh/php-option) - An option type library.
* [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
2016-04-04 03:16:43 +00:00
* [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine.
2016-01-27 12:13:39 +00:00
* [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
2015-06-10 09:38:11 +00:00
## Debugging and Profiling
*Libraries and tools for debugging and profiling code.*
2015-06-10 11:11:23 +00:00
* [APM](http://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
* [Blackfire.io](https://blackfire.io) - A low-overhead code profiler.
2017-09-06 20:21:08 +00:00
* [BugSnag](https://www.bugsnag.com/platforms/php/) - Logs bugs. Includes useful debugging info like session, release, etc. Has a free tier / is free for open source.
2017-03-10 20:12:34 +00:00
* [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool.
2016-04-04 02:28:19 +00:00
* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
2016-01-29 20:08:50 +00:00
* [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
2015-10-04 10:44:56 +00:00
* [Tideways.io](https://tideways.io/) - Monitoring and profiling tool
2014-12-01 01:15:33 +00:00
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
2016-04-04 02:28:19 +00:00
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
* [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
2015-01-04 18:06:55 +00:00
* [Z-Ray](http://www.zend.com/en/products/server/z-ray) - A debug and profile tool for Zend Server.
2013-05-30 19:44:20 +00:00
2013-04-16 02:10:03 +00:00
## Build Tools
*Project build and automation tools.*
2013-04-16 02:10:03 +00:00
* [Bob](https://github.com/CHH/bob) - A simple project automation tool.
* [Box](https://github.com/box-project/box2) - A utility to build PHAR files.
2016-09-13 17:41:12 +00:00
* [Construct](https://github.com/jonathantorres/construct) - A PHP project/micro-package generator.
2013-04-16 02:10:03 +00:00
* [Phake](https://github.com/jaz303/phake) - A rake PHP clone library.
* [Phing](https://www.phing.info/) - A PHP project build system inspired by Apache Ant.
## Task Runners
2014-07-06 20:51:46 +00:00
*Libraries for automating and running tasks.*
2016-04-04 03:16:43 +00:00
* [Bldr](http://bldr.io/) - A PHP Task runner built on Symfony components.
2016-03-28 20:29:51 +00:00
* [Jobby](https://github.com/jobbyphp/jobby) - A PHP cron job manager without modifying crontab.
2016-09-15 15:49:45 +00:00
* [Robo](https://github.com/consolidation/Robo) - A PHP Task runner with object-orientated configurations.
2016-04-04 03:16:43 +00:00
* [Task](http://taskphp.github.io/) - A pure PHP task runner inspired by Grunt and Gulp.
2013-04-16 02:10:03 +00:00
2014-07-12 00:52:33 +00:00
## Navigation
*Tools for building navigation structures.*
* [Cartographer](https://github.com/tackk/cartographer) - A sitemap generation library.
2016-04-04 03:16:43 +00:00
* [KnpMenu](https://github.com/KnpLabs/KnpMenu) - A menu library.
2014-07-12 00:52:33 +00:00
2013-04-16 02:10:03 +00:00
## Asset Management
*Tools for managing, compressing and minifying website assets.*
2013-04-16 02:10:03 +00:00
* [JShrink](https://github.com/tedious/JShrink) - A JavaScript minifier library.
2013-04-16 02:10:03 +00:00
* [Munee](https://github.com/meenie/munee) - An asset optimiser library.
* [Puli](https://github.com/puli/repository) - A library for determining assets absolute paths.
2016-12-14 19:24:16 +00:00
* [BowerPHP](https://github.com/Bee-Lab/bowerphp) - A PHP implementation of Bower. A package manager for the web
2013-04-16 02:10:03 +00:00
## Geolocation
*Libraries for geocoding addresses and working with latitudes and longitudes.*
2013-04-16 02:10:03 +00:00
* [GeoCoder](http://geocoder-php.org/) - A geocoding library.
2013-06-25 22:09:11 +00:00
* [GeoJSON](https://github.com/jmikola/geojson) - A GeoJSON implementation.
* [GeoTools](https://github.com/thephpleague/geotools) - A library of geo-related tools.
2013-06-09 07:17:31 +00:00
* [PHPGeo](https://github.com/mjaschen/phpgeo) - A simple geo library.
2013-04-16 02:10:03 +00:00
## Date and Time
*Libraries for working with dates and times.*
2013-04-16 02:10:03 +00:00
2016-04-04 03:23:40 +00:00
* [CalendR](http://yohan.giarel.li/CalendR/) - A calendar management library.
2012-09-11 19:16:41 +00:00
* [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
* [Chronos](https://github.com/cakephp/chronos) - A DateTime API extension supporting both mutable and immutable date/time.
2013-01-18 17:52:42 +00:00
* [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - Another DateTime API extension.
2016-04-04 12:15:23 +00:00
* [Moment.php](https://github.com/fightbulc/moment.php) - Moment.js inspired PHP DateTime handler with i18n support.
2016-12-21 11:08:35 +00:00
* [Yasumi](https://github.com/azuyalabs/yasumi) - An library to help you calculate the dates and names of holidays.
2013-04-16 02:10:03 +00:00
## Event
*Libraries that are event-driven or implement non-blocking event loops.*
2013-04-16 02:10:03 +00:00
2015-10-09 13:56:30 +00:00
* [Amp](https://github.com/amphp/amp) - An event driven non-blocking I/O library.
2016-12-14 19:24:16 +00:00
* [Broadway](https://github.com/broadway/broadway) - An event source and CQRS library.
2016-04-04 03:25:27 +00:00
* [Cake Event](https://github.com/cakephp/event) - An event dispatcher library (CP).
2014-12-18 13:57:18 +00:00
* [Elephant.io](https://github.com/Wisembly/Elephant.io) - Yet another web socket library.
2013-06-11 17:49:15 +00:00
* [Evenement](https://github.com/igorw/evenement) - An event dispatcher library.
2015-02-07 02:23:29 +00:00
* [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events.
2016-04-04 03:25:27 +00:00
* [Hoa EventSource](https://github.com/hoaproject/Eventsource) - An event source library.
* [Hoa WebSocket](https://github.com/hoaproject/Websocket) - Another web socket library.
* [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages
2016-04-04 03:25:27 +00:00
* [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.
* [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
* [Rx.PHP](https://github.com/asm89/Rx.PHP) - A reactive extension library.
* [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library.
2013-04-16 02:10:03 +00:00
## Logging
*Libraries for generating and working with log files.*
2013-04-16 02:10:03 +00:00
2015-01-12 12:43:53 +00:00
* [Analog](https://github.com/jbroadway/analog) - A closure-based micro logging package.
* [KLogger](https://github.com/katzgrau/KLogger) - An easy-to-use PSR-3 compliant logging class.
2016-04-04 03:23:40 +00:00
* [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger.
2013-04-16 02:10:03 +00:00
## E-commerce
*Libraries and applications for taking payments and building online e-commerce stores.*
2013-04-16 02:10:03 +00:00
2016-04-04 02:08:36 +00:00
* [Money](https://github.com/moneyphp/money) - A PHP implementation of Fowler's money pattern.
* [OmniPay](https://github.com/thephpleague/omnipay) - A framework agnostic multi-gateway payment processing library.
2013-06-18 15:57:53 +00:00
* [Payum](https://github.com/payum/payum) - A payment abstraction library.
2016-04-04 02:08:36 +00:00
* [Shopware](https://github.com/shopware/shopware) - Highly customizable e-commerce software
2014-05-26 23:59:17 +00:00
* [Swap](https://github.com/florianv/swap) - An exchange rates library.
2016-04-04 02:08:36 +00:00
* [Sylius](http://sylius.org/) - An open source e-commerce solution.
2013-04-16 02:10:03 +00:00
## PDF
*Libraries and software for working with PDF files.*
2013-04-16 02:10:03 +00:00
2016-04-04 02:21:40 +00:00
* [Dompdf](https://github.com/dompdf/dompdf) - A HTML to PDF converter.
2014-08-25 21:50:39 +00:00
* [PHPPdf](https://github.com/psliwa/PHPPdf) - A library for generating PDFs and images from XML.
2013-04-16 02:10:03 +00:00
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
* [WKHTMLToPDF](https://github.com/wkhtmltopdf/wkhtmltopdf) - A tool to convert HTML to PDF.
2013-04-16 02:10:03 +00:00
## Office
*Libraries for working with office suite documents.*
* [ExcelAnt](https://github.com/Wisembly/ExcelAnt) - A library for manipulating Microsoft Excel documents.
* [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) - A library for working with Microsoft PowerPoint Presentations.
2016-04-04 02:21:00 +00:00
* [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
* [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel)
## Database
*Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
2013-04-16 02:10:03 +00:00
* [Aura.Sql](https://github.com/auraphp/Aura.Sql) - Provides an extension to the native PDO along with a profiler and connection locator.
* [Aura.SqlQuery](https://github.com/auraphp/Aura.SqlQuery) - Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server. Edit
2013-05-09 01:20:16 +00:00
* [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
2016-04-04 01:55:02 +00:00
* [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP).
* [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions.
2016-04-04 01:55:02 +00:00
* [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
2015-08-04 07:42:48 +00:00
* [Eloquent](https://github.com/illuminate/database) - A simple ORM (L5).
2016-07-14 16:35:26 +00:00
* [LazyRecord](https://github.com/corneltek/LazyRecord) - A fast ORM designed for simplicity, extendability and performance.
2013-06-26 16:56:31 +00:00
* [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
2016-04-04 01:55:02 +00:00
* [Propel](http://propelorm.org/) - A fast ORM, migration library and query builder.
* [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
* [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
2017-04-05 16:01:58 +00:00
* [Spot2](https://github.com/spotorm/spot2) - A MySQL datamapper ORM.
## Migrations
Libraries to help manage database schemas and migrations.
* [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine.
2016-04-04 03:23:40 +00:00
* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library.
2017-06-28 09:54:58 +00:00
* [Phinx](https://github.com/cakephp/phinx) - Another database migration library.
2016-04-04 03:23:40 +00:00
* [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library.
2015-04-30 04:41:47 +00:00
* [Ruckusing](https://github.com/ruckus/ruckusing-migrations) - Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite.
2013-04-16 02:10:03 +00:00
## NoSQL
*Libraries for working with "NoSQL" backends.*
2013-04-16 02:10:03 +00:00
2014-03-18 06:35:24 +00:00
* [Monga](https://github.com/thephpleague/monga) - A MongoDB abstraction library.
2016-04-04 02:16:47 +00:00
* [MongoQB](https://github.com/alexbilbie/MongoQB) - A MongoDB query builder library.
2015-04-28 11:55:13 +00:00
* [PHPMongo](https://github.com/sokil/php-mongo) - A MongoDB ORM.
2013-04-16 02:10:03 +00:00
* [Predis](https://github.com/nrk/predis) - A feature complete Redis library.
2013-05-01 04:45:21 +00:00
## Queue
*Libraries for working with event and task queues.*
2013-05-01 04:45:21 +00:00
* [Bernard](https://github.com/bernardphp/bernard) - A multibackend abstraction library.
* [BunnyPHP](https://github.com/jakubkulhan/bunny) - A performant pure-PHP AMQP (RabbitMQ) sync and also async (ReactPHP) library.
2013-05-01 04:45:21 +00:00
* [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library.
* [PHP AMQP](https://github.com/php-amqplib/php-amqplib) - A pure PHP AMQP library.
* [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue.
* [Thumper](https://github.com/php-amqplib/Thumper) - A RabbitMQ pattern library.
2013-05-01 04:45:21 +00:00
2013-06-18 22:26:23 +00:00
## Search
*Libraries and software for indexing and performing search queries on data.*
2013-06-18 22:26:23 +00:00
2013-10-24 16:13:33 +00:00
* [Elastica](https://github.com/ruflin/Elastica) - A client library for ElasticSearch.
2016-04-04 02:22:41 +00:00
* [ElasticSearch PHP](https://github.com/elastic/elasticsearch-php) - The official client library for [ElasticSearch](https://www.elastic.co/).
2013-12-03 18:44:01 +00:00
* [Solarium](http://www.solarium-project.org/) - A client library for [Solr](http://lucene.apache.org/solr/).
2016-03-21 20:39:07 +00:00
* [Sphinx Search](https://github.com/ripaclub/sphinxsearch) - Sphinx Search library provides SphinxQL indexing and searching features
2014-11-10 17:12:14 +00:00
* [SphinxQL query builder](http://foolcode.github.io/SphinxQL-Query-Builder/) - A query library for the [Sphinx](http://sphinxsearch.com/) search engine.
2013-06-18 22:26:23 +00:00
2013-04-16 02:10:03 +00:00
## Command Line
2015-06-16 18:37:54 +00:00
*Libraries related to the command line.*
2013-04-16 02:10:03 +00:00
* [Aura.Cli](https://github.com/auraphp/Aura.Cli) - Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and an independent Help object for describing commands.
* [Boris](https://github.com/borisrepl/boris) - A tiny PHP REPL.
2016-04-04 03:23:40 +00:00
* [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
* [CLI Menu](https://github.com/php-school/cli-menu) - A library for building CLI menus.
* [CLIFramework](https://github.com/c9s/CLIFramework) - A command-line framework supports zsh/bash completion generation, subcommands and option constraints. It also powers phpbrew.
* [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours and special formatting.
2013-04-16 02:10:03 +00:00
* [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
* [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates.
2017-07-09 12:27:09 +00:00
* [GetOpt](https://github.com/getopt-php/getopt-php) - A command line opt parser.
2016-04-04 03:23:40 +00:00
* [GetOptionKit](https://github.com/c9s/GetOptionKit) - Another command line opt parser.
2013-10-15 19:24:27 +00:00
* [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
2016-04-04 03:23:40 +00:00
* [OptParse](https://github.com/CHH/optparse) - Another command line opt parser.
* [Pecan](https://github.com/mcrumm/pecan) - An event-driven, non-blocking shell.
* [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL.
* [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
2013-04-16 02:10:03 +00:00
## Authentication and Authorization
*Libraries for implementing user authentication and authorization.*
2013-04-16 02:10:03 +00:00
* [Aura.Auth](https://github.com/auraphp/Aura.Auth) - Provides authentication functionality and session tracking using various adapters.
2013-08-08 15:32:23 +00:00
* [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
* [SocialConnect Auth](https://github.com/socialConnect/auth) - An open source social sign (OAuth1\OAuth2\OpenID\OpenIDConnect).
2016-04-04 03:23:40 +00:00
* [Json Web Token](https://github.com/lcobucci/jwt) - Json Tokens to authenticate and transmit information.
* [OAuth 1.0 Client](https://github.com/thephpleague/oauth1-client) - An OAuth 1.0 client library.
* [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client) - An OAuth 2.0 client library.
2016-04-04 03:23:40 +00:00
* [OAuth2 Server](http://bshaffer.github.io/oauth2-server-php-docs/) - Another OAuth2 server implementation.
* [OAuth2 Server](http://oauth2.thephpleague.com/) - An OAuth2 authentication server, resource server and client library.
* [Opauth](https://github.com/opauth/opauth) - A multi-provider authentication framework.
* [PHP oAuthLib](https://github.com/Lusitanian/PHPoAuthLib) - Another OAuth library.
* [Sentinel Social](https://cartalyst.com/manual/sentinel-social/2.0) - A library for social network authentication.
* [Sentinel](https://cartalyst.com/manual/sentinel/2.0) - A framework agnostic authentication & authorisation library.
* [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
2016-04-04 03:23:40 +00:00
* [TwitterSDK](https://github.com/lyrixx/twitter-sdk) - A fully tested Twitter SDK.
2013-04-16 02:10:03 +00:00
## Markup
*Libraries for working with markup.*
2013-04-16 02:10:03 +00:00
2014-07-10 20:25:34 +00:00
* [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
2016-04-04 03:23:40 +00:00
* [Ciconia](https://github.com/kzykhys/Ciconia) - Another Markdown parser that supports Github flavoured Markdown.
* [CommonMark PHP](https://github.com/thephpleague/commonmark) - A Markdown parser which supports the full [CommonMark spec](http://spec.commonmark.org/).
* [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
* [Emoji](https://github.com/heyupdate/Emoji) - A library that converts unicode characters and names into emoji images.
2015-08-21 12:42:12 +00:00
* [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
2013-06-09 07:39:32 +00:00
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
2016-04-04 03:23:40 +00:00
* [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
* [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
2013-04-16 02:10:03 +00:00
## Strings
*Libraries for parsing and manipulating strings.*
2013-04-16 02:10:03 +00:00
2016-04-04 02:31:22 +00:00
* [Agent](https://github.com/jenssegers/agent) - A PHP desktop/mobile user agent parser, based on Mobiledetect.
2014-07-15 13:14:29 +00:00
* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
2012-10-09 15:32:39 +00:00
* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
2016-04-04 02:31:22 +00:00
* [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings.
* [Hoa String](https://github.com/hoaproject/Ustring) - Another UTF-8 string library.
* [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing.
2016-04-04 02:31:22 +00:00
* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
* [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
2013-04-18 16:32:42 +00:00
* [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
2014-06-27 15:08:41 +00:00
* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
2016-04-04 02:31:22 +00:00
* [Stringy](https://github.com/danielstjules/Stringy) - A string manipulation library with multibyte support.
* [Text](https://github.com/kzykhys/Text) - A text manipulation library.
2014-01-12 21:41:44 +00:00
* [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
2016-04-04 02:31:22 +00:00
* [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js.
* [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs.
## Numbers
*Libraries for working with numbers.*
* [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
2014-01-12 21:55:11 +00:00
* [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
2016-04-04 03:23:40 +00:00
* [Math](https://github.com/moontoast/math) - A library for working with large numbers.
* [Numbers PHP](https://github.com/powder96/numbers.php) - A library for working with numbers.
* [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
* [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
2013-04-16 02:10:03 +00:00
## Filtering and Validation
*Libraries for filtering and validating data.*
2013-04-16 02:10:03 +00:00
* [Aura.Filter](https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays.
2015-04-11 14:13:03 +00:00
* [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
2013-07-10 19:11:19 +00:00
* [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
2016-04-04 02:30:11 +00:00
* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
* [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating inputs according standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries
2016-04-04 02:30:11 +00:00
* [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
* [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
* [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
* [Valitron](https://github.com/vlucas/valitron) - Another validation library.
* [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
2013-04-16 02:10:03 +00:00
2015-05-19 20:26:04 +00:00
## API
*Libraries and web tools for developing APIs.*
2013-04-16 02:10:03 +00:00
2016-04-04 02:42:19 +00:00
* [API Platform](https://api-platform.com ) - Expose in minutes an hypermedia REST API that embraces JSON-LD, Hydra format.
2013-10-08 21:27:06 +00:00
* [Apigility](https://github.com/zfcampus/zf-apigility-skeleton) - An API builder built with Zend Framework 2.
2016-04-04 02:42:19 +00:00
* [Drest](https://github.com/leedavis81/drest) - A library for exposing Doctrine entities as REST resource endpoints.
2012-12-04 16:53:02 +00:00
* [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
2016-04-04 02:42:19 +00:00
* [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
2013-06-18 15:57:53 +00:00
* [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
2014-12-01 01:17:22 +00:00
* [Restler](https://github.com/Luracast/Restler) - A lightweight framework to expose PHP methods as RESTful web API.
2015-05-19 20:26:04 +00:00
* [wsdl2phpgenerator](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator) - A tool to generate PHP classes from SOAP WSDL files.
2013-04-16 02:10:03 +00:00
## Caching
*Libraries for caching data.*
2013-04-16 02:10:03 +00:00
* [Alternative PHP Cache (APC)](http://php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
* [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
2016-04-04 01:48:16 +00:00
* [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
2015-04-11 14:13:03 +00:00
* [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
2016-04-04 01:48:16 +00:00
* [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
* [Metaphore](https://github.com/sobstel/metaphore) - Cache slam defense using a semaphore to prevent dogpile effect.
* [Stash](https://github.com/tedious/Stash) - Another library for caching.
2016-04-04 01:48:16 +00:00
* [Zend Cache](https://github.com/zendframework/zend-cache) - Another caching library (ZF2).
2013-04-16 02:10:03 +00:00
2013-06-25 22:09:11 +00:00
## Data Structure and Storage
2013-11-14 03:41:38 +00:00
*Libraries that implement data structure or storage techniques.*
2013-04-16 02:10:03 +00:00
* [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
2016-04-04 02:27:55 +00:00
* [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP).
2015-02-19 01:08:38 +00:00
* [Collections](https://github.com/italolelis/collections) - Collections Abstraction library for PHP.
* [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
2016-02-08 00:07:24 +00:00
* [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ.
2016-04-20 01:52:24 +00:00
* [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes.
* [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
2013-01-21 23:15:40 +00:00
* [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
2016-04-04 02:27:55 +00:00
* [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
* [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction framework.
2013-06-18 22:26:23 +00:00
* [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
2016-04-04 02:27:55 +00:00
* [Totem](https://github.com/Wisembly/Totem) - A library to manage and create data changesets.
* [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
* [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2).
2013-04-16 02:10:03 +00:00
2013-05-30 19:34:47 +00:00
## Notifications
*Libraries for working with notification software.*
2013-05-30 19:34:47 +00:00
* [JoliNotif](https://github.com/jolicode/JoliNotif) - A cross-platform library for desktop notification (support for Growl, notify-send, toaster, etc)
2013-12-14 01:53:36 +00:00
* [Nod](https://github.com/filp/nod) - A notification library (e.g., Growl).
2013-06-18 15:57:53 +00:00
* [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
* [Notificato](https://github.com/mac-cain13/notificato) - A library for handling push notifications.
2013-07-12 16:50:33 +00:00
* [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
* [Php-pushwoosh](https://github.com/gomoob/php-pushwoosh) - A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.
2013-05-30 19:34:47 +00:00
## Deployment
2014-12-01 01:42:02 +00:00
*Libraries for project deployment.*
2016-04-04 03:23:40 +00:00
* [Deployer](https://github.com/deployphp/deployer) - A deployment tool.
2014-07-12 04:14:18 +00:00
* [Envoy](https://github.com/laravel/envoy) - A tool to run SSH tasks with PHP.
2014-08-23 17:14:17 +00:00
* [Plum](https://github.com/aerialls/Plum) - A deployer library.
2016-04-04 03:23:40 +00:00
* [Pomander](https://github.com/tamagokun/pomander) - A deployment tool for PHP applications.
* [Rocketeer](https://github.com/rocketeers/rocketeer) - A fast and easy deployer for the PHP world.
2014-12-01 01:42:02 +00:00
## Internationalisation and Localisation
2014-12-02 01:26:03 +00:00
*Libraries for Internationalization (I18n) and Localization (L10n).*
2014-07-26 10:47:52 +00:00
* [Aura.Intl](https://github.com/auraphp/Aura.Intl) - Provides internationalization (I18N) tools, specifically package-oriented per-locale message translation.
2015-04-11 14:13:03 +00:00
* [Cake I18n](https://github.com/cakephp/i18n) - Message translation and localization for dates and numbers (CP)
2014-07-26 10:47:52 +00:00
## Third Party APIs
*Libraries for accessing third party APIs.*
* [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
2016-01-28 20:30:49 +00:00
* [Campaign Monitor](http://campaignmonitor.github.io/createsend-php/) - The official Campaign Monitor PHP library.
* [Digital Ocean](https://github.com/toin0u/DigitalOcean) - A library to interface with the Digital Ocean API.
2016-04-04 03:23:40 +00:00
* [Dropbox SDK](https://github.com/dropbox/dropbox-sdk-php) - The official PHP Dropbox SDK library.
* [Github](https://github.com/dsyph3r/github-api3-php) - A library to interface with the Github API.
2016-04-04 03:23:40 +00:00
* [Mailgun](https://github.com/mailgun/mailgun-php) The official Mailgun PHP API.
* [PHP Github API](https://github.com/KnpLabs/php-github-api) - Another library to interface with the Github API.
2016-04-04 03:23:40 +00:00
* [S3 Stream Wrapper](https://github.com/gwkunze/S3StreamWrapper) - A stream wrapper library for Amazon S3.
* [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
* [Twilio](https://github.com/twilio/twilio-php) - The official Twilio PHP REST API.
2013-12-14 01:51:17 +00:00
* [Twitter OAuth](https://github.com/widop/twitter-oauth) - A library to interface with Twitter's OAuth workflow.
* [Twitter REST](https://github.com/widop/twitter-rest) - A library to interact with Twitter's REST API.
## Extensions
*Libraries to help build PHP extensions.*
* [PHP CPP](http://www.php-cpp.com/) - A C++ library for developing PHP extensions.
2016-04-04 03:23:40 +00:00
* [Zephir](https://github.com/phalcon/zephir) - A compiled language between PHP and C++ for developing PHP extensions.
2013-04-16 02:10:03 +00:00
## Miscellaneous
*Useful libraries or tools that don't fit in the categories above.*
2013-04-16 02:10:03 +00:00
2016-04-04 03:23:40 +00:00
* [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
* [Cake Utility](https://github.com/cakephp/utility) - Utility classes such as Inflector, String, Hash, Security and Xml (CP).
* [Chief](https://github.com/adamnicholson/Chief) - A command bus library.
* [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
* [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
* [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
* [Essence](https://github.com/essence/essence) - A library for extracting web media.
* [Flux](https://github.com/selvinortiz/flux) - A regular expression building library.
* [Graphviz](https://github.com/alexandresalome/graphviz) - A Graphviz library.
* [Hprose-PHP](https://github.com/hprose/hprose-php) - A very newbility RPC Library, support 25+ languages now.
2013-04-16 02:10:03 +00:00
* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
* [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks.
2016-04-04 03:23:40 +00:00
* [Jumper](https://github.com/kakawait/Jumper) - A remote service executor library.
* [LadyBug](https://github.com/raulfraile/Ladybug) - A dumper library.
* [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.
2013-03-05 17:56:01 +00:00
* [LiteCQRS](https://github.com/beberlei/litecqrs-php) - A CQRS (Command Query Responsibility Separation) library.
2013-04-16 02:10:03 +00:00
* [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
* [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
2016-04-04 03:23:40 +00:00
* [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](https://nmap.org/).
2013-06-19 16:44:13 +00:00
* [Opengraph](https://github.com/euskadi31/Opengraph) - An opengraph library.
2016-04-04 03:23:40 +00:00
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
* [PHP Expression](https://github.com/Kitano/php-expression) - A PHP expression language.
* [PHP PassBook](https://github.com/eymengunay/php-passbook) - A PHP library for iOS PassBook.
* [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
* [PHP-ML](https://github.com/php-ai/php-ml) - A library for Machine Learning in PHP.
2013-09-11 16:27:51 +00:00
* [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
* [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
2014-07-28 15:53:44 +00:00
* [print_o](https://github.com/koriym/print_o) - An object graph visualizer.
2016-04-04 03:23:40 +00:00
* [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
* [Prooph Service Bus](https://github.com/prooph/service-bus) - Lightweight message bus supporting CQRS and Micro Services
2016-04-04 03:23:40 +00:00
* [RMT](https://github.com/liip/RMT) - A library for versioning and releasing software.
* [sabre/vobject](https://github.com/fruux/sabre-vobject) - A library for parsing VCard and iCalendar objects.
* [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
* [Sslurp](https://github.com/EvanDotPro/Sslurp) - A library that makes dealing with SSL suck less.
* [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
2017-02-12 18:05:38 +00:00
* [Symfony VarDumper](http://symfony.com/doc/current/components/var_dumper.html) - A variable dumper component (SF).
2016-04-04 03:23:40 +00:00
* [Underscore](http://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
* [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
2012-04-12 02:04:30 +00:00
# Software
*Software for creating a development environment.*
2012-08-13 17:56:40 +00:00
## PHP Installation
*Tools to help install and manage PHP on your computer.*
* [HomeBrew PHP](https://github.com/Homebrew/homebrew-php) - A PHP tap for HomeBrew.
* [HomeBrew](https://brew.sh/) - A package manager for OSX.
* [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
2016-04-04 03:23:40 +00:00
* [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
2012-12-18 22:24:35 +00:00
* [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
2016-10-03 10:36:46 +00:00
* [PHP OSX](https://php-osx.liip.ch/) - A PHP installer for OSX.
2013-03-18 20:26:40 +00:00
* [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
* [VirtPHP](http://virtphp.org/) - A tool for creating and managing isolated PHP environments.
## Development Environment
*Software and tools for creating a sandboxed development environment.*
* [Ansible](https://www.ansible.com/) - A radically simple orchestration framework.
2014-06-29 04:38:53 +00:00
* [Phansible](http://phansible.com/) - A web tool for building PHP development virtual machines with Ansible.
2016-04-04 03:23:40 +00:00
* [Protobox](http://getprotobox.com/) - Another web tool for building PHP development virtual machines.
* [PuPHPet](https://puphpet.com/) - A web tool for building PHP development virtual machines.
2016-04-07 18:21:47 +00:00
* [Puppet](https://puppet.com/) - A server automation framework and application.
2016-04-04 03:23:40 +00:00
* [Vagrant](https://www.vagrantup.com/) - A portable development environment utility.
* [Docker](https://www.docker.com/) - A containerization platform.
## Virtual Machines
*Alternative PHP virtual machines.*
2016-04-04 03:23:40 +00:00
* [Hack](http://hacklang.org/) - A programming language for HHVM that interoperates seamlessly with PHP.
* [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
2016-03-14 03:30:54 +00:00
* [HippyVM](https://github.com/hippyvm/hippyvm) - Another PHP virtual machine.
2014-07-12 00:30:23 +00:00
2014-10-30 00:09:53 +00:00
## Integrated Development Environment
2014-10-30 00:10:32 +00:00
*Integrated Development Environments with support for PHP.*
2014-10-30 00:09:53 +00:00
* [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - A PHP IDE based on the Eclipse platform.
2016-04-04 03:23:40 +00:00
* [Netbeans](https://netbeans.org) - An IDE with support for PHP and HTML5.
2014-10-30 00:09:53 +00:00
* [PhpStorm](http://www.jetbrains.com/phpstorm/) - A commercial PHP IDE.
## Web Applications
*Web-based applications and tools.*
* [3V4L](https://3v4l.org/) - An online PHP & HHVM shell.
* [DBV](https://dbv.vizuina.com/) - A database version control application.
* [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
2014-01-12 21:46:46 +00:00
* [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
2015-03-06 11:07:03 +00:00
* [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
2016-07-15 15:44:39 +00:00
* [phpBeanstalkdAdmin](https://github.com/mnapoli/phpBeanstalkdAdmin) - Monitoring and administration interface for Beanstalkd.
* [phpRedisAdmin](https://github.com/ErikDubbelboer/phpRedisAdmin) - A simple web interface to manage [Redis](https://redis.io/) databases.
2016-02-08 00:13:44 +00:00
* [phpPgAdmin](https://github.com/phppgadmin/phppgadmin) - A web-based administration tool for PostgreSQL.
2016-01-30 12:04:27 +00:00
* [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) - A web interface for MySQL/MariaDB.
* [Adminer](https://www.adminer.org/) - Database management in a single PHP file.
2016-01-31 13:56:17 +00:00
* [Grav](https://github.com/getgrav/grav) - A modern flat-file CMS.
2012-08-13 19:27:30 +00:00
2015-08-10 16:42:32 +00:00
## Infrastructure
*Infrastructure for providing PHP applications and services.*
* [appserver.io](http://appserver.io/) - A multithreaded application server for PHP, written in PHP.
2016-03-21 21:35:17 +00:00
* [php-pm](https://github.com/php-pm/php-pm) - A process manager, supercharger and load balancer for PHP applications.
2012-08-13 19:27:30 +00:00
# Resources
Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.
2014-07-11 23:32:09 +00:00
## PHP Websites
2014-07-12 00:17:34 +00:00
*Useful PHP-related websites.*
2016-04-04 03:23:40 +00:00
* [Nomad PHP](https://nomadphp.com/) - A online PHP learning resource.
* [PHP Best Practices](https://phpbestpractices.org/) - A PHP best practice guide.
* [PHP FIG](http://www.php-fig.org/) - The PHP Framework Interoperability Group.
2016-12-22 22:10:18 +00:00
* [PHP Mentoring](https://php-mentoring.org/) - Peer to peer PHP mentorship organization.
* [PHP Package Development Standards](http://php-pds.com) - Package development standards for PHP.
* [PHP School](https://www.phpschool.io/) - Open Source Learning for PHP.
2016-05-02 02:42:56 +00:00
* [PHP Security](http://phpsecurity.readthedocs.io/en/latest/index.html) - A guide to PHP security.
2012-08-13 19:27:30 +00:00
* [PHP The Right Way](http://www.phptherightway.com/) - A PHP best practice quick reference guide.
2016-04-04 03:23:40 +00:00
* [PHP UG](http://php.ug) - A website to help people locate their nearest PHP user group (UG).
2016-02-12 21:04:23 +00:00
* [PHP Versions](http://phpversions.info/) - Lists which versions of PHP are available on several popular web hosts.
* [PHP Weekly](http://www.phpweekly.com/archive.html) - A weekly PHP newsletter.
2016-12-14 19:24:16 +00:00
* [PHPTrends](https://phptrends.com/) - An overview of fastest growing PHP libraries.
2015-01-05 05:36:16 +00:00
* [Securing PHP](http://securingphp.com/) - A newsletter about PHP security and library recommendations.
2017-07-09 12:27:09 +00:00
* [Seven PHP](https://7php.com/) - A website that interviews members of the PHP community.
2014-07-12 00:17:34 +00:00
## Other Websites
*Useful websites related to web development.*
2017-02-12 18:05:38 +00:00
* [Atlassian Git Tutorials](https://www.atlassian.com/git) - A series of Git tutorials.
2014-07-12 00:17:34 +00:00
* [Hg Init](http://hginit.com/) - A series of Mercurial tutorials.
2016-04-04 03:23:40 +00:00
* [Semantic Versioning](http://semver.org/) - A website explaining semantic versioning.
* [Servers for Hackers](https://serversforhackers.com/) - A newsletter about server management.
2016-04-04 03:23:40 +00:00
* [The Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) - An open software security community.
* [WebSec IO](https://websec.io/) - A web security community resource.
2013-04-16 02:10:03 +00:00
2014-07-12 00:17:34 +00:00
## PHP Books
*Fantastic PHP-related books.*
2013-04-16 02:10:03 +00:00
* [Functional Programming in PHP](https://www.functionalphp.com/) - This book will show you how to leverage these new PHP5.3+ features by understanding functional programming principles
2013-03-05 15:51:21 +00:00
* [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
* [Mastering Object-Orientated PHP](https://www.brandonsavage.net/) - A book about object-orientated PHP by Brandon Savage.
* [Modern PHP New Features and Good Practices](http://shop.oreilly.com/product/0636920033868.do) - A book about new PHP features and best practices by Josh Lockhart.
* [Modernizing Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernizing legacy PHP applications by Paul M. Jones.
2016-01-28 23:27:41 +00:00
* [PHP 7 Upgrade Guide](https://leanpub.com/php7) - An ebook covering all of the features and changes in PHP 7 by Colin O'Dell.
2016-06-12 08:24:35 +00:00
* [PHP Pandas](https://daylerees.com/php-pandas/) - A book about learning to write PHP by Dayle Rees.
2013-06-18 15:57:53 +00:00
* [Scaling PHP Applications](http://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.
2014-07-12 00:17:34 +00:00
* [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
2016-04-04 03:23:40 +00:00
* [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans.
* [The Grumpy Programmer's Guide to Building Testable PHP Applications](https://leanpub.com/grumpy-testing) - A book about building testing PHP applications by Chris Hartjes.
2016-04-04 17:27:49 +00:00
* [XML Parsing with PHP](https://www.phparch.com/books/xml-parsing-with-php/) - This book covers parsing and validating XML documents, leveraging XPath expressions, and working with namespaces as well as how to create and modify XML files programmatically.
2016-11-24 18:14:16 +00:00
* [Domain-Driven Design in PHP](https://leanpub.com/ddd-in-php) - Real examples written in PHP showcasing DDD Architectural Styles.
2014-07-12 00:17:34 +00:00
## Other Books
2014-07-12 00:18:08 +00:00
*Books related to general computing and web development.*
2014-07-12 00:17:34 +00:00
* [Elasticsearch: The Definitive Guide](https://www.elastic.co/guide/index.html) - A guide to working with Elasticsearch by Clinton Gormley and Zachary Tong.
2014-07-31 01:32:30 +00:00
* [Eloquent JavaScript](http://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke.
2015-08-03 23:04:46 +00:00
* [Head First Design Patterns](http://www.headfirstlabs.com/books/hfdp/) - A book that expains software design patterns.
2016-04-04 03:23:40 +00:00
* [Pro Git](https://git-scm.com/book/en/v2) - A book about Git by Scott Chacon and Ben Straub.
* [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts.
2016-06-12 08:26:23 +00:00
* [The Tangled Web — Securing Web Applications](https://www.amazon.com/Tangled-Web-Securing-Modern-Applications/dp/1593273886) - A book about securing web applications by Michal Zalewski.
2014-07-12 00:17:34 +00:00
* [Understanding Computation](http://computationbook.com) - A book about computation theory by Tom Stuart.
2016-04-04 03:23:40 +00:00
* [Vagrant Cookbook](https://leanpub.com/vagrantcookbook) - A book about creating Vagrant environments by Erika Heidi.
2014-07-12 00:22:52 +00:00
## PHP Videos
*Fantastic PHP-related videos.*
* [Nomad PHP Lightning Talks](https://www.youtube.com/c/nomadphp) - 10 to 15 minute Lightning Talks by PHP community members.
* [PHP UK Conference](https://www.youtube.com/user/phpukconference/videos) - A collection of videos from the PHP UK Conference.
2016-04-04 03:23:40 +00:00
* [Programming with Anthony](https://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
* [Taking PHP Seriously](https://www.infoq.com/presentations/php-history) - A talk outlining PHP's strengths by Keith Adams of Facebook.
## PHP Podcasts
2016-12-03 02:03:51 +00:00
*Podcasts with a main focus on PHP topics*
* [PHP Town Hall](https://phptownhall.com/) - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
* [Voices of the ElePHPant](https://voicesoftheelephpant.com/) Interviews with the people that make the PHP community special.
* [PHP Roundtable](https://www.phproundtable.com/) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
2014-07-12 00:22:52 +00:00
## PHP Reading
*PHP-releated reading materials.*
2016-06-12 08:24:35 +00:00
* [Composer Primer](https://daylerees.com/composer-primer/) - A Composer primer.
* [Composer Stability Flags](https://igor.io/2013/02/07/composer-stability-flags.html) - An article about Composer stability flags.
2016-04-04 03:23:40 +00:00
* [Composer Versioning](https://igor.io/2013/01/07/composer-versioning.html) - An article about Composer versioning.
* [Create Your Own PHP Framework](http://fabien.potencier.org/create-your-own-framework-on-top-of-the-symfony2-components-part-1.html) - A series of articles on how to make your own PHP framework by Fabien Potencier.
2013-10-02 17:36:34 +00:00
* [Don't Worry About BREACH](http://blog.ircmaxell.com/2013/08/dont-worry-about-breach.html) - An article about the BREACH hack and CSRF tokens.
2016-02-07 22:11:03 +00:00
* [On PHP 5.3, Lambda Functions and Closures](http://fabien.potencier.org/on-php-5-3-lambda-functions-and-closures.html) - An article about lambda functions and closures.
* [PHP Is Much Better Than You Think](http://fabien.potencier.org/php-is-much-better-than-you-think.html) - An article about the PHP language and ecosystem.
* [PHP Package Checklist](http://phppackagechecklist.com/) - A checklist for successful PHP package development.
* [PHP Sucks! But I Like It!](http://blog.ircmaxell.com/2012/04/php-sucks-but-i-like-it.html) - An article about the pros and cons of PHP.
2016-04-04 03:23:40 +00:00
* [Preventing CSRF Attacks](http://blog.ircmaxell.com/2013/02/preventing-csrf-attacks.html) - An article on preventing CSRF attacks.
* [Seven Ways to Screw Up BCrypt](http://blog.ircmaxell.com/2012/12/seven-ways-to-screw-up-bcrypt.html) - An article about correct BCrypt implementation.
* [Use Env](https://seancoates.com/blogs/use-env/) - An article about using the unix environment helper.
## PHP Internals Reading
*Reading materials related to the PHP internals or performance.*
2016-04-04 03:23:40 +00:00
* [Disproving the Single Quotes Myth](http://nikic.github.io/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) - An article about performance of single and double quoted strings.
* [How Big Are PHP Arrays (And Values) Really?](http://nikic.github.io/2011/12/12/How-big-are-PHP-arrays-really-Hint-BIG.html) - An article about array internals.
* [How Foreach Works](https://stackoverflow.com/questions/10057671/how-does-php-foreach-actually-work/14854568#14854568) - A detailed StackOverflow answer about foreach.
2013-01-08 16:47:41 +00:00
* [How Long is a Piece of String](http://blog.golemon.com/2006/06/how-long-is-piece-of-string.html) - An article about string internals.
2016-04-04 03:23:40 +00:00
* [PHP Evaluation Order](https://gist.github.com/nikic/6699370) - An article about evaluation order in PHP.
2014-07-10 19:26:59 +00:00
* [PHP Internals Book](http://www.phpinternalsbook.com) - An online book about PHP internals, written by three core developers.
2016-04-04 03:23:40 +00:00
* [PHP RFCs](https://wiki.php.net/rfc) - The home of PHP RFCs (Request for Comments).
* [Print vs Echo, Which One is Faster?](http://fabien.potencier.org/print-vs-echo-which-one-is-faster.html) - An article about print and echo performance.
* [The PHP Ternary Operator. Fast or Not?](http://fabien.potencier.org/the-php-ternary-operator-fast-or-not.html) - An article ternary performance.
2013-01-08 16:47:41 +00:00
* [Understanding OpCodes](http://blog.golemon.com/2008/01/understanding-opcodes.html) - An article about opcodes.
2016-01-28 20:30:49 +00:00
* [When Does Foreach Copy?](http://nikic.github.io/2011/11/11/PHP-Internals-When-does-foreach-copy.html) - An article about the internals of foreach.
2014-11-19 18:31:08 +00:00
* [Why Objects (Usually) Use Less Memory Than Arrays](https://gist.github.com/nikic/5015323) - An article about object and array internals.
2016-04-04 03:23:40 +00:00
* [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs.
2016-01-28 21:38:03 +00:00
* Collecting Garbage: [1](http://php.net/manual/en/features.gc.refcounting-basics.php) [2](http://php.net/manual/en/features.gc.collecting-cycles.php) [3](http://php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
2016-04-04 03:23:40 +00:00
* PHP Source Code for Developers: [1](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](http://nikic.github.io/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](http://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](http://nikic.github.io/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - A series about the PHP source code.
## PHP Magazines
*Fantastic PHP-related magazines.*
2016-01-28 20:30:49 +00:00
* [php[architect]](https://www.phparch.com/magazine/) - A monthly magazine dedicated to PHP.