2024-02-09 18:09:47 +00:00
# Awesome PHP [![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2016-01-27 16:06:46 +00:00
2024-01-04 16:48:07 +00:00
A curated list of amazingly awesome PHP libraries, resources, and shiny things.
2012-01-25 18:12:11 +00:00
2017-11-24 09:15:10 +00:00
## Contributing and Collaborating
Please see [CONTRIBUTING ](https://github.com/ziadoz/awesome-php/blob/master/CONTRIBUTING.md ), [CODE-OF-CONDUCT ](https://github.com/ziadoz/awesome-php/blob/master/CODE-OF-CONDUCT.md ) and [COLLABORATING ](https://github.com/ziadoz/awesome-php/blob/master/COLLABORATING.md ) for details.
2014-11-10 17:36:49 +00:00
2014-11-10 17:45:11 +00:00
## Table of Contents
2013-11-27 13:33:44 +00:00
- [Awesome PHP ](#awesome-php )
2024-01-04 16:48:07 +00:00
- [Composer Repositories ](#composer-repositories )
- [Dependency Management ](#dependency-management )
- [Dependency Management Extras ](#dependency-management-extras )
- [Frameworks ](#frameworks )
- [Framework Extras ](#framework-extras )
- [Content Management Systems ](#content-management-systems-cms )
- [Components ](#components )
- [Micro Frameworks ](#micro-frameworks )
- [Micro Framework Extras ](#micro-framework-extras )
- [Routers ](#routers )
- [Templating ](#templating )
- [Static Site Generators ](#static-site-generators )
- [HTTP ](#http )
- [Scraping ](#scraping )
- [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 )
- [Code Quality ](#code-quality )
- [Static Analysis ](#static-analysis )
- [Architectural ](#architectural )
- [Debugging and Profiling ](#debugging-and-profiling )
2024-02-22 17:38:42 +00:00
- [Error Tracking and Monitoring Services ](#error-tracking-and-monitoring-services )
2024-01-04 16:48:07 +00:00
- [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 and CSS ](#markup-and-css )
- [JSON ](#json )
- [Strings ](#strings )
- [Numbers ](#numbers )
- [Filtering and Validation ](#filtering-and-validation )
- [API ](#api )
- [Caching and Locking ](#caching-and-locking )
- [Data Structure and Storage ](#data-structure-and-storage )
- [Notifications ](#notifications )
- [Deployment ](#deployment )
- [Internationalisation and Localisation ](#internationalisation-and-localisation )
- [Serverless ](#serverless )
- [Configuration ](#configuration )
- [Third Party APIs ](#third-party-apis )
- [Extensions ](#extensions )
- [Miscellaneous ](#miscellaneous )
2014-07-12 00:00:08 +00:00
- [Software ](#software )
2024-01-04 16:48:07 +00:00
- [PHP Installation ](#php-installation )
- [Development Environment ](#development-environment )
- [Virtual Machines ](#virtual-machines )
- [Text Editors and IDEs ](#text-editors-and-ides )
- [Web Applications ](#web-applications )
- [Infrastructure ](#infrastructure )
2013-11-27 13:33:44 +00:00
- [Resources ](#resources )
2024-01-04 16:48:07 +00:00
- [PHP Websites ](#php-websites )
- [PHP Books ](#php-books )
- [PHP Videos ](#php-videos )
2024-02-26 14:22:40 +00:00
- [PHP Conferences ](#php-conferences )
2024-01-04 16:48:07 +00:00
- [PHP Podcasts ](#php-podcasts )
- [PHP Newsletters ](#php-newsletters )
- [PHP Reading ](#php-reading )
- [PHP Internals Reading ](#php-internals-reading )
2013-11-14 01:43:06 +00:00
2018-01-28 16:06:40 +00:00
### Composer Repositories
2017-04-21 16:33:55 +00:00
*Composer Repositories.*
2019-01-23 03:01:59 +00:00
* [Firegento ](https://packages.firegento.com/ ) - Magento Module Composer Repository.
2017-04-21 16:33:55 +00:00
* [Packagist ](https://packagist.org/ ) - The 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.
2018-01-28 16:06:40 +00:00
### Dependency Management
2014-07-12 00:57:57 +00:00
*Libraries for dependency and package management.*
2013-04-16 02:10:03 +00:00
2024-01-04 16:48:07 +00:00
* [Composer Installers ](https://github.com/composer/installers ) - A multi-framework Composer library installer.
2017-04-21 16:33:55 +00:00
* [Composer ](https://getcomposer.org/ ) - A package and dependency manager.
2021-08-16 11:57:18 +00:00
* [Phive ](https://phar.io/ ) - A PHAR manager.
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
2018-01-28 16:06:40 +00:00
### Dependency Management Extras
2014-07-12 00:57:57 +00:00
*Extras related to dependency management.*
2013-04-16 02:10:03 +00:00
2015-08-06 14:16:37 +00:00
* [Composed ](https://github.com/joshdifabio/composed ) - A library to parse your project's Composer environment at runtime.
2021-08-19 18:42:46 +00:00
* [Composer Merge Plugin ](https://github.com/wikimedia/composer-merge-plugin ) - A composer plugin to merge several `composer.json` files.
2024-01-04 16:48:07 +00:00
* [Composer Normalize ](https://github.com/ergebnis/composer-normalize ) - A plugin for normalizing `composer.json` files.
2021-02-11 23:13:22 +00:00
* [Composer Patches ](https://github.com/cweagans/composer-patches ) - A plugin for Composer to apply patches.
2024-01-04 16:48:07 +00:00
* [Composer Prefer Lowest Validator ](https://github.com/dereuromark/composer-prefer-lowest ) - A plugin to check if minimum dependencies can be installed and tested.
2021-08-19 18:41:20 +00:00
* [Composer Require Checker ](https://github.com/maglnet/ComposerRequireChecker ) - CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package.
2021-06-17 08:51:06 +00:00
* [Composer Unused ](https://github.com/composer-unused/composer-unused ) - A CLI Tool to scan for unused composer packages.
2020-05-07 12:28:45 +00:00
* [Repman ](https://repman.io ) - A private PHP package repository manager and Packagist proxy.
2016-04-04 02:49:39 +00:00
* [Satis ](https://github.com/composer/satis ) - A static Composer repository generator.
2024-01-04 16:48:07 +00:00
* [Tooly ](https://github.com/tommy-muehle/tooly-composer-script ) - A library to manage PHAR files in a project using Composer.
* [Toran Proxy ](https://toranproxy.com ) - A Composer proxy for speed and reliability. (:warning: Toran Proxy is being phased out.)
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Frameworks
2013-12-10 19:32:09 +00:00
*Web development frameworks.*
2013-04-16 02:10:03 +00:00
2020-05-11 21:52:22 +00:00
* [CakePHP ](https://cakephp.org/ ) - A rapid application development framework.
2024-01-04 16:48:07 +00:00
* [CodeIgniter ](https://codeigniter.com/ ) - A powerful PHP framework with a very small footprint.
2020-05-11 21:57:52 +00:00
* [Laminas ](https://getlaminas.org/ ) - A framework comprised of individual components (previously Zend Framework).
2020-05-13 15:13:01 +00:00
* [Laravel ](https://laravel.com/ ) - A web application framework with expressive, elegant syntax.
* [Nette ](https://nette.org ) - A web framework comprised of mature components.
2019-10-02 20:35:15 +00:00
* [Phalcon ](https://phalcon.io/en-us ) - A framework implemented as a C extension.
2024-01-04 16:48:07 +00:00
* [Spiral ](https://spiral.dev/ ) - A high-performance PHP/Go framework.
2022-07-03 22:03:17 +00:00
* [Symfony ](https://symfony.com/ ) - A set of reusable components and a web framework.
2020-05-13 15:13:01 +00:00
* [Yii2 ](https://github.com/yiisoft/yii2/ ) - A fast, secure, and efficient web framework.
2014-04-29 01:35:48 +00:00
2018-01-28 16:06:40 +00:00
### Framework Extras
2014-04-29 01:43:49 +00:00
*Extras related to web development frameworks.*
2014-04-29 01:35:48 +00:00
2015-04-11 14:13:03 +00:00
* [CakePHP CRUD ](https://github.com/friendsofcake/crud ) - A Rapid Application Development (RAD) plugin for CakePHP.
2019-01-23 03:01:59 +00:00
* [Knp RAD Components ](https://rad.knplabs.com/ ) - A set of Rapid Application Development (RAD) components for Symfony.
2024-01-04 16:48:07 +00:00
* [LaravelS ](https://github.com/hhxsv5/laravel-s ) - An out-of-the-box adapter between Laravel/Lumen and Swoole.
* [Livewire ](https://livewire.laravel.com/ ) - Powerful, dynamic, front-end UIs without leaving PHP.
2013-04-16 02:10:03 +00:00
2019-05-10 20:58:26 +00:00
### Content Management Systems (CMS)
*Tools for managing digital content.*
2013-04-16 02:10:03 +00:00
2024-01-04 16:48:07 +00:00
* [Backdrop ](https://backdropcms.org ) - A CMS targeting small-to-medium-sized business and non-profits (a fork of Drupal).
2022-06-02 11:43:22 +00:00
* [Concrete5 ](https://www.concretecms.com/ ) - A CMS targeting users with a minimum of technical skills.
2020-10-23 13:33:18 +00:00
* [CraftCMS ](https://github.com/craftcms/cms ) - A flexible, user-friendly CMS for creating custom digital experiences on the web and beyond.
2019-05-10 20:58:26 +00:00
* [Drupal ](https://www.drupal.org ) - An enterprise level CMS.
2019-05-11 10:05:05 +00:00
* [Grav ](https://github.com/getgrav/grav ) - A modern flat-file CMS.
2019-05-10 20:58:26 +00:00
* [Joomla ](https://www.joomla.org/ ) - Another leading CMS.
2020-09-10 18:59:30 +00:00
* [Kirby ](https://getkirby.com/ ) - A flat-file CMS that adapts to any project.
2024-02-09 18:09:47 +00:00
* [Magento ](https://github.com/magento/magento2 ) - The most popular e-commerce platform.
2020-10-23 13:33:18 +00:00
* [Moodle ](https://moodle.org/ ) - An open-source learning platform.
2022-06-02 11:43:22 +00:00
* [Pico CMS ](https://picocms.org/ ) - A stupidly simple, blazing fast, flat file CMS.
2024-01-04 16:48:07 +00:00
* [Statamic ](https://statamic.com/ ) - Build beautiful, easy-to-manage websites.
2024-02-15 15:47:19 +00:00
* [WordPress ](https://github.com/WordPress/WordPress ) - A blogging platform and CMS.
2016-01-20 23:11:11 +00:00
2016-01-21 15:05:33 +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
2022-06-02 11:43:22 +00:00
* [Aura ](https://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.
2020-05-11 21:48:52 +00:00
* [Laravel Components ](https://github.com/illuminate ) - The Laravel Framework components.
2015-02-07 02:44:54 +00:00
* [League of Extraordinary Packages ](https://thephpleague.com/ ) - A PHP package development group.
2024-01-04 16:48:07 +00:00
* [Spatie Open Source ](https://spatie.be/open-source ) - A collection of open-source PHP and Laravel packages.
2020-11-03 14:38:52 +00:00
* [Symfony Components ](https://symfony.com/components ) - The components that make Symfony.
2020-05-11 21:48:52 +00:00
* [Laminas Components ](https://docs.laminas.dev/components/ ) - The components that make the Laminas Framework.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Micro Frameworks
2013-11-14 01:43:06 +00:00
*Micro frameworks and routers.*
2013-04-16 02:10:03 +00:00
2020-03-04 18:39:47 +00:00
* [Laravel-Zero ](https://laravel-zero.com ) - A micro-framework for console applications.
2022-06-02 12:07:06 +00:00
* [Lumen ](https://lumen.laravel.com/ ) - A micro-framework by Laravel.
2020-05-11 21:48:52 +00:00
* [Mezzio ](https://getexpressive.org/ ) - A micro-framework by Laminas.
2017-04-05 21:47:00 +00:00
* [Radar ](https://github.com/radarphp/Radar.Adr ) - An Action-Domain-Responder implementation for PHP.
2020-05-11 22:57:03 +00:00
* [Silly ](https://github.com/mnapoli/silly ) - A micro-framework for CLI applications.
2016-11-21 17:46:00 +00:00
* [Slim ](https://www.slimframework.com/ ) - Another simple micro framework.
2014-04-29 01:35:48 +00:00
2018-01-28 16:06:40 +00:00
### Micro Framework Extras
2014-04-29 01:43:49 +00:00
*Extras related to micro frameworks and routers.*
2014-04-29 01:35:48 +00:00
2016-01-28 21:34:17 +00:00
* [Slim Skeleton ](https://github.com/slimphp/Slim-Skeleton ) - A skeleton for Slim.
2018-03-14 19:48:13 +00:00
* [Slim Twig View ](https://github.com/slimphp/Slim-Views ) - Integrate Twig into Slim.
* [Slim PHP View ](https://github.com/slimphp/PHP-View ) - A simple PHP renderer for Slim.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Routers
2015-02-07 03:32:41 +00:00
*Libraries for handling application routing.*
2016-04-04 02:56:40 +00:00
2017-04-05 21:47:00 +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
2018-01-28 16:06:40 +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
2022-05-30 21:15:48 +00:00
* [Latte ](https://latte.nette.org/ ) - The safest and truly intuitive templates for PHP.
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.
2019-01-23 03:01:59 +00:00
* [PHPTAL ](https://phptal.org/ ) - A PHP implementation of the [TAL ](https://en.wikipedia.org/wiki/Template_Attribute_Language ) templating language.
2013-11-26 03:05:05 +00:00
* [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.
2013-12-28 11:16:33 +00:00
2018-01-28 16:06:40 +00:00
### Static Site Generators
2013-12-30 23:46:37 +00:00
*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.
2022-06-02 11:43:22 +00:00
* [Jigsaw ](https://jigsaw.tighten.com/ ) - Simple static sites with Laravel's Blade.
2016-04-04 02:57:44 +00:00
* [Sculpin ](https://sculpin.io ) - A tool that converts Markdown and Twig into static HTML.
2015-12-20 09:30:58 +00:00
* [Spress ](http://spress.yosymfony.com ) - An extensible tool that converts Markdown and Twig into HTML.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +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.
2016-04-04 03:02:29 +00:00
* [Guzzle ]( https://github.com/guzzle/guzzle ) - A comprehensive HTTP client.
2017-12-14 12:57:32 +00:00
* [HTTPlug ](http://httplug.io ) - An HTTP client abstraction without binding to a specific implementation.
2020-05-11 22:09:13 +00:00
* [Nyholm PSR-7 ](https://github.com/Nyholm/psr7 ) - A super lightweight PSR-7 implementation. Very strict and very fast.
2019-01-23 03:01:59 +00:00
* [PHP VCR ](https://php-vcr.github.io/ ) - A library for recording and replaying HTTP requests.
2022-06-02 11:43:22 +00:00
* [Requests ](https://github.com/WordPress/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.
2019-07-26 11:57:48 +00:00
* [Symfony HTTP Client ](https://github.com/symfony/http-client ) - A component to fetch HTTP resources synchronously or asynchronously.
2020-05-11 21:48:52 +00:00
* [Laminas Diactoros ](https://github.com/laminas/laminas-diactoros ) - PSR-7 HTTP Message implementation.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Scraping
2024-02-06 15:50:52 +00:00
*Libraries for scraping websites and detecting crawlers.*
2016-04-04 03:02:29 +00:00
2024-01-04 16:48:07 +00:00
* [Chrome PHP ](https://github.com/chrome-php/chrome ) - Instrument headless Chrome/Chromium instances from PHP.
2024-02-09 17:22:10 +00:00
* [CrawlerDetect ](https://github.com/JayBizzle/Crawler-Detect ) - A PHP class for detecting bots/crawlers/spiders via the user agent.
2024-01-04 16:48:07 +00:00
* [DiDOM ](https://github.com/Imangazaliev/DiDOM ) - A super-fast HTML scrapper and parser.
2016-04-04 03:02:29 +00:00
* [Embed ](https://github.com/oscarotero/Embed ) - An information extractor from any web service or page.
* [PHP Spider ](https://github.com/mvdbos/php-spider ) - A configurable and extensible PHP web spider.
2024-02-09 17:22:10 +00:00
* [Symfony Panther ](https://github.com/symfony/panther ) - A browser testing and web crawling library for PHP and Symfony.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Middlewares
2014-11-25 02:18:53 +00:00
*Libraries for building application using middlewares.*
2015-02-07 02:50:00 +00:00
2020-05-11 22:09:13 +00:00
* [PSR-7 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.
2020-05-11 21:38:21 +00:00
* [Stack ](https://github.com/stackphp ) - A library of stackable middleware for Symfony.
2020-05-11 21:48:52 +00:00
* [Laminas Stratigility ](https://github.com/laminas/laminas-stratigility ) - Middleware for PHP built on top of PSR-7.
2014-11-25 02:18:53 +00:00
2018-01-28 16:06:40 +00:00
### URL
2013-11-14 01:43:06 +00:00
*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.
2017-11-24 17:16:34 +00:00
* [sabre/uri ](https://github.com/sabre-io/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
2018-01-28 16:06:40 +00:00
### Email
2013-11-14 01:43:06 +00:00
*Libraries for sending and parsing email.*
2013-04-16 02:10:03 +00:00
2014-08-23 12:10:17 +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.
2014-11-11 20:34:26 +00:00
* [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.
2020-07-16 13:12:42 +00:00
* [PHP IMAP ](https://github.com/barbushin/php-imap ) - A library to access mailboxes via POP3, IMAP and NNTP.
2024-02-09 18:09:47 +00:00
* [Stampie ](https://github.com/Stampie/Stampie ) - A library for email services such as [SendGrid ](https://sendgrid.com/en-us ), [PostMark ](https://postmarkapp.com ), [MailGun ](https://www.mailgun.com/ ) and [MailChimp ](https://mailchimp.com/features/transactional-email/ ).
2017-07-25 17:39:18 +00:00
* [SwiftMailer ](https://swiftmailer.symfony.com ) - A mailer solution.
2020-05-11 21:59:58 +00:00
* [Symfony Mailer ](https://github.com/symfony/mailer ) - A powerful library for creating and sending emails.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Files
2013-11-14 01:43:06 +00:00
*Libraries for file manipulation and MIME type detection.*
2013-05-03 15:42:12 +00:00
2016-04-04 02:44:42 +00:00
* [CSV ](https://github.com/thephpleague/csv ) - A CSV data manipulation library.
2020-05-14 08:31:30 +00:00
* [Flysystem ](https://github.com/thephpleague/Flysystem ) - Abstraction for local and remote filesystems.
2016-04-04 02:44:42 +00:00
* [Gaufrette ](https://github.com/KnpLabs/Gaufrette ) - A filesystem abstraction layer.
2019-01-23 03:01:59 +00:00
* [PHP FFmpeg ](https://github.com/PHP-FFmpeg/PHP-FFmpeg/ ) - A wrapper for the [FFmpeg ](https://www.ffmpeg.org/ ) video library.
2016-11-25 18:39:57 +00:00
* [UnifiedArchive ](https://github.com/wapmorgan/UnifiedArchive ) - A unified reader and writer of compressed archives.
2013-06-18 22:26:23 +00:00
2018-01-28 16:06:40 +00:00
### Streams
2013-11-14 01:43:06 +00:00
*Libraries for working with streams.*
2013-06-18 22:26:23 +00:00
2024-01-04 16:48:07 +00:00
* [ByteStream ](https://amphp.org/byte-stream ) - An asynchronous stream abstraction.
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
2018-01-28 16:06:40 +00:00
### Dependency Injection
2013-11-14 01:43:06 +00:00
*Libraries that implement the dependency injection design pattern.*
2013-04-16 02:10:03 +00:00
2017-04-05 21:47:00 +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.
2017-05-11 15:05:25 +00:00
* [Acclimate ](https://github.com/AcclimateContainer/acclimate-container ) - A common interface to dependency injection containers and service locators.
2016-03-14 02:30:02 +00:00
* [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.
2020-10-24 20:10:24 +00:00
* [PHP-DI ](https://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.
2020-05-11 21:48:52 +00:00
* [Symfony DI ](https://github.com/symfony/dependency-injection ) - A dependency injection container component.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Imagery
2013-11-14 01:43:06 +00:00
*Libraries for manipulating images.*
2013-04-16 02:10:03 +00:00
2016-01-28 21:34:17 +00:00
* [Color Extractor ](https://github.com/thephpleague/color-extractor ) - A library for extracting colours from images.
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.
2019-01-23 03:01:59 +00:00
* [Imagine ](https://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
2018-01-28 16:06:40 +00:00
### Testing
2013-11-14 01:43:06 +00:00
*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.
2013-03-18 20:26:40 +00:00
* [Atoum ](https://github.com/atoum/atoum ) - A simple testing library.
2020-05-11 21:09:23 +00:00
* [Behat ](https://docs.behat.org/en/latest/ ) - A behaviour driven development (BDD) testing framework.
2016-04-04 03:09:46 +00:00
* [Codeception ](https://github.com/Codeception/Codeception ) - A full stack testing framework.
2020-11-14 09:43:20 +00:00
* [Faker ](https://github.com/fakerphp/faker ) - A fake data generator library.
2022-07-01 21:44:38 +00:00
* [Foundry ](https://github.com/zenstruck/foundry ) - A fixture factory generation library for Doctrine.
2020-06-08 14:41:19 +00:00
* [Infection ](https://github.com/infection/infection ) - An AST-based PHP Mutation testing framework.
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.
2022-06-02 11:43:22 +00:00
* [Mink ](https://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.
2017-01-11 07:49:59 +00:00
* [Nette Tester ](https://github.com/nette/tester ) - A productive and enjoyable parallel unit testing framework.
2018-03-12 18:41:30 +00:00
* [ParaTest ](https://github.com/paratestphp/paratest ) - A parallel testing library for PHPUnit.
2020-10-23 13:47:56 +00:00
* [Pest ](https://pestphp.com/ ) - A testing framework with a focus on simplicity.
2022-06-02 11:43:22 +00:00
* [Phake ](https://github.com/phake/phake ) - Another mock object library for testing.
2016-09-15 15:48:15 +00:00
* [PHP-Mock ](https://github.com/php-mock/php-mock ) - A mock library for built-in PHP functions (e.g. time()).
2024-01-04 16:48:07 +00:00
* [PHP MySQL Engine ](https://github.com/vimeo/php-mysql-engine ) - A MySQL engine written in pure PHP.
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.
2019-05-10 14:52:54 +00:00
* [VFS Stream ](https://github.com/bovigo/vfsStream ) - A virtual filesystem stream wrapper for testing.
2014-07-13 03:51:53 +00:00
2018-01-28 16:06:40 +00:00
### Continuous Integration
2014-07-18 16:35:20 +00:00
*Libraries and applications for continuous integration.*
2014-07-13 03:51:53 +00:00
2016-08-26 01:47:33 +00:00
* [CircleCI ](https://circleci.com ) - A continuous integration platform.
2024-01-04 16:48:07 +00:00
* [GitlabCi ](https://about.gitlab.com/solutions/continuous-integration/ ) - Let GitLab CI test, build, deploy your code. TravisCi like.
2020-05-11 21:09:23 +00:00
* [Jenkins ](https://www.jenkins.io/ ) - A continuous integration platform with [PHP support ](https://www.jenkins.io/solutions/php/ ).
2014-12-01 01:31:31 +00:00
* [JoliCi ](https://github.com/jolicode/JoliCi ) - A continuous integration client written in PHP and powered by Docker.
2024-01-04 16:48:07 +00:00
* [PHPCI ](https://github.com/dancryer/phpci ) - An open-source continuous integration platform for PHP.
* [SemaphoreCI ](https://semaphoreci.com ) - A continuous integration platform for open-source and private projects.
* [Shippable ](https://jfrog.com/blog/weve-acquired-shippable-to-complete-devops-pipeline-automation-from-code-to-production/ ) - A Docker based continuous integration platform for open source and private projects.
* [Travis CI ](https://www.travis-ci.com ) - A continuous integration platform.
2019-10-31 16:01:33 +00:00
* [Setup PHP ](https://github.com/shivammathur/setup-php ) - A GitHub Action for PHP.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Documentation
2013-11-14 01:43:06 +00:00
*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.
2024-01-04 16:48:07 +00:00
* [daux.io ](https://github.com/dauxio/daux.io ) - A documentation generator that uses Markdown files.
2019-12-09 22:25:25 +00:00
* [PHP Documentor 2 ](https://github.com/phpDocumentor/phpDocumentor ) - A documentation generator.
2022-06-02 11:43:22 +00:00
* [phpDox ](https://phpdox.net/ ) - A documentation generator for PHP projects (that is not limited to API documentation).
2024-01-04 15:59:41 +00:00
* [zircote/swagger-php ](https://github.com/zircote/swagger-php ) - Generate OpenAPI documentation for your RESTful API.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Security
2020-05-07 12:30:56 +00:00
*Libraries for generating secure random numbers, encrypting data and scanning and testing 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
* [Optimus ](https://github.com/jenssegers/optimus ) - Id obfuscation based on Knuth's multiplicative hashing method.
2024-03-03 18:52:49 +00:00
* [OWASP ](https://owasp.org/ ) - Explore the world of cyber security.
2022-07-03 22:03:17 +00:00
* [PHPGGC ](https://github.com/ambionics/phpggc ) - A library of PHP unserializable payloads along with a tool to generate them.
2016-04-04 02:33:31 +00:00
* [PHP Encryption ](https://github.com/defuse/php-encryption ) - Secure PHP Encryption Library.
2024-01-04 16:48:07 +00:00
* [PHPSecLib ](https://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()`
2024-03-03 17:51:27 +00:00
* [Roave Security Advisories ](https://github.com/Roave/SecurityAdvisories ) - This package ensures that your application doesn't have installed dependencies with known security vulnerabilities.
2018-10-09 07:06:17 +00:00
* [Symfony Security Monitoring ](https://security.symfony.com/ ) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
2024-01-04 16:48:07 +00:00
* [SQLMap ](https://github.com/sqlmapproject/sqlmap ) - An automatic SQL injection and database takeover tool.
2024-03-03 18:52:49 +00:00
* [Zap ](https://github.com/zaproxy/zaproxy ) - An integrated penetration testing tool for web applications.
2014-12-02 02:12:26 +00:00
2018-01-28 16:06:40 +00:00
### Passwords
2014-12-02 02:12:26 +00:00
*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.
2014-12-02 02:12:26 +00:00
* [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.
2015-08-04 19:27:45 +00:00
* [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.
2019-01-23 03:01:59 +00:00
* [phpass ](https://www.openwall.com/phpass/ ) - A portable password hashing framework.
2014-07-23 17:13:50 +00:00
* [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
2018-01-28 16:06:40 +00:00
### Code Analysis
2014-12-02 02:08:44 +00:00
*Libraries and tools for analysing, parsing and manipulating codebases.*
2013-05-30 19:44:20 +00:00
2016-11-11 10:48:53 +00:00
* [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.
2021-06-13 08:55:15 +00:00
* [GrumPHP ](https://github.com/phpro/grumphp ) - A PHP code-quality tool.
2024-02-10 17:13:14 +00:00
* [PHP Magic Number Detector ](https://github.com/povils/phpmnd ) - A library that detects magic numbers in code.
2016-04-04 03:16:43 +00:00
* [PHP Parser ](https://github.com/nikic/PHP-Parser ) - A PHP parser written in PHP.
2015-03-22 23:40:38 +00:00
* [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.
2019-05-25 16:44:30 +00:00
* [Phpactor ](https://github.com/phpactor/phpactor ) - PHP completion, refactoring and introspection tool.
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).
2020-01-18 05:10:30 +00:00
* [Rector ](https://github.com/rectorphp/rector ) - A tool to upgrade and refactor code.
2017-12-16 10:22:22 +00:00
* [Scrutinizer ](https://scrutinizer-ci.com/ ) - A web tool to [scrutinise PHP code ](https://github.com/scrutinizer-ci/php-analyzer ).
2024-01-04 16:48:07 +00:00
* [UBench ](https://github.com/devster/ubench ) - A simple micro-benchmark library.
2014-12-02 02:08:44 +00:00
2018-01-28 16:06:40 +00:00
### Code Quality
2017-12-16 10:22:53 +00:00
*Libraries for managing code quality, formatting and linting.*
2017-12-16 10:22:22 +00:00
2024-01-04 16:48:07 +00:00
* [CaptainHook ](https://github.com/captainhookphp/captainhook ) - An easy-to-use and flexible Git hook library.
2017-12-16 10:22:22 +00:00
* [PHP CodeSniffer ](https://github.com/squizlabs/PHP_CodeSniffer ) - A library that detects PHP, CSS and JS coding standard violations.
2024-01-04 16:48:07 +00:00
* [PHP CS Fixer ](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer ) - A coding standards fixer library.
2019-05-10 14:55:17 +00:00
* [PHP Mess Detector ](https://github.com/phpmd/phpmd ) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
2017-12-16 10:22:22 +00:00
* [PHPCheckstyle ](https://github.com/PHPCheckstyle/phpcheckstyle ) - A tool to help adhere to certain coding conventions.
* [PHPCPD ](https://github.com/sebastianbergmann/phpcpd ) - A library that detects copied and pasted code.
2018-01-28 16:06:40 +00:00
### Static Analysis
2017-12-16 10:22:53 +00:00
*Libraries for performing static analysis of PHP code.*
2014-12-02 02:08:44 +00:00
2017-12-16 10:22:22 +00:00
* [Exakat ](https://github.com/exakat/exakat ) - A static analysis engine for PHP.
2022-06-02 12:14:16 +00:00
* [Deptrac ](https://github.com/qossmic/deptrac ) - A static code analysis tool that helps to enforce rules for dependencies between software layers.
2017-12-16 10:22:22 +00:00
* [Mondrian ](https://github.com/Trismegiste/Mondrian ) - A code analysis tool using Graph Theory.
* [phan ](https://github.com/phan/phan ) - A static analyzer based on PHP 7+ and the php-ast extension.
2024-01-04 16:48:07 +00:00
* [PHP Architecture Tester ](https://github.com/carlosas/phpat ) - Easy-to-use architecture testing tool for PHP.
2019-01-23 03:25:23 +00:00
* [PHPCompatibility ](https://github.com/PHPCompatibility/PHPCompatibility ) - A PHP compatibility checker for PHP CodeSniffer.
2024-01-04 16:48:07 +00:00
* [PhpDependencyAnalysis ](https://github.com/mamuz/PhpDependencyAnalysis ) - A tool to create customizable dependency graphs.
2017-12-16 10:22:22 +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.
2017-01-15 23:59:47 +00:00
* [PHPStan ](https://github.com/phpstan/phpstan ) - A PHP Static Analysis Tool.
2018-06-04 11:51:30 +00:00
* [Psalm ](https://github.com/vimeo/psalm ) - A static analysis tool for finding errors in PHP applications.
2014-12-02 02:08:44 +00:00
2018-01-28 16:06:40 +00:00
### Architectural
2015-03-05 19:24:36 +00:00
*Libraries related to design patterns, programming approaches and ways to organize code.*
2022-06-02 12:14:16 +00:00
* [Design Patterns PHP ](https://github.com/DesignPatternsPHP/DesignPatternsPHP ) - A repository of software patterns implemented in PHP.
2019-01-23 03:01:59 +00:00
* [Finite ](https://yohan.giarel.li/Finite/ ) - A simple PHP finite state machine.
2015-03-05 19:24:36 +00:00
* [Functional PHP ](https://github.com/lstrojny/functional-php ) - A functional programming library.
* [Iter ](https://github.com/nikic/iter ) - A library that provides iteration primitives using generators.
2024-01-05 12:01:45 +00:00
* [IterTools PHP ](https://github.com/markrogoyski/itertools-php ) - A library that provides functionality for working with iterable entities (similar to itertools library in Python).
2015-08-03 13:03:44 +00:00
* [Pipeline ](https://github.com/thephpleague/pipeline ) - A pipeline pattern implementation.
2017-10-31 18:47:54 +00:00
* [Porter ](https://github.com/ScriptFUSION/Porter ) - Data import abstraction library for consuming Web APIs and other data sources.
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-03-05 19:24:36 +00:00
2018-01-28 16:06:40 +00:00
### Debugging and Profiling
2020-07-16 13:18:32 +00:00
*Libraries and tools for debugging errors and profiling code.*
2014-12-02 02:08:44 +00:00
2019-01-23 03:01:59 +00:00
* [APM ](https://pecl.php.net/package/APM ) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
2014-12-02 02:08:44 +00:00
* [Barbushin PHP Console ](https://github.com/barbushin/php-console ) - Another web debugging console using Google Chrome.
2017-03-10 20:12:34 +00:00
* [Kint ](https://github.com/kint-php/kint ) - A debugging and profiling tool.
2021-08-19 19:13:07 +00:00
* [Metrics ](https://github.com/beberlei/metrics ) - A simple metrics API library.
2024-01-04 16:48:07 +00:00
* [PCOV ](https://github.com/krakjoe/pcov ) - A self-contained code coverage compatible driver.
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.
2019-07-26 08:28:20 +00:00
* [PHPSpy ](https://github.com/adsr/phpspy ) - A low-overhead sampling profiler.
2020-07-16 13:18:32 +00:00
* [Symfony VarDumper ](https://github.com/symfony/var-dumper ) - A variable dumper component.
2014-12-01 01:15:33 +00:00
* [Tracy ](https://github.com/nette/tracy ) - A simple error detection, logging and time measuring library.
2024-01-04 16:48:07 +00:00
* [Whoops ](https://github.com/filp/whoops ) - A pretty error-handling 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.
2019-10-02 20:31:08 +00:00
* [Z-Ray ](https://www.zend.com/products/z-ray ) - A debug and profile tool for Zend Server.
2013-05-30 19:44:20 +00:00
2024-02-22 17:38:42 +00:00
### Error Tracking and Monitoring Services
*Self-hosted or cloud-based application performance monitoring & error tracking tools*
2013-05-30 19:44:20 +00:00
2024-02-22 17:38:42 +00:00
* [Blackfire ](https://www.blackfire.io ) - A low-overhead code profiler.
2024-02-22 17:44:29 +00:00
* [BugSnag ](https://www.bugsnag.com/ ) - Error and Real User Monitoring.
2024-02-22 17:38:42 +00:00
* [Honeybadger ](https://www.honeybadger.io/ ) - Error Tracking & Application Monitoring for Developers.
* [Rollbar ](https://rollbar.com/ ) - Error Logging & Tracking Service for Software Teams.
* [Sentry ](https://sentry.io/welcome/ ) - Application Performance Monitoring & Error Tracking Software.
* [Tideways ](https://tideways.com/ ) - Monitoring and profiling tool.
2018-01-28 16:06:40 +00:00
### Build Tools
2013-11-14 01:43:06 +00:00
*Project build and automation tools.*
2013-04-16 02:10:03 +00:00
2020-10-24 20:10:24 +00:00
* [Box ](https://github.com/box-project/box ) - 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.
2016-08-09 16:24:33 +00:00
* [Phing ](https://www.phing.info/ ) - A PHP project build system inspired by Apache Ant.
2021-08-19 19:13:07 +00:00
* [RMT ](https://github.com/liip/RMT ) - A library for versioning and releasing software.
2014-07-06 20:47:32 +00:00
2018-01-28 16:06:40 +00:00
### Task Runners
2014-07-06 20:51:46 +00:00
*Libraries for automating and running tasks.*
2016-04-04 03:16:43 +00:00
2019-01-23 03:01:59 +00:00
* [Bldr ](https://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.
2019-01-23 03:01:59 +00:00
* [Task ](https://taskphp.github.io/ ) - A pure PHP task runner inspired by Grunt and Gulp.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Navigation
2014-07-12 00:52:33 +00:00
*Tools for building navigation structures.*
2016-04-04 03:16:43 +00:00
* [KnpMenu ](https://github.com/KnpLabs/KnpMenu ) - A menu library.
2019-10-29 11:07:05 +00:00
* [Menu ](https://github.com/spatie/menu ) - A flexible menu library with a fluent interface.
2014-07-12 00:52:33 +00:00
2018-01-28 16:06:40 +00:00
### Asset Management
2013-11-14 01:43:06 +00:00
*Tools for managing, compressing and minifying website assets.*
2013-04-16 02:10:03 +00:00
2016-01-28 21:34:17 +00:00
* [JShrink ](https://github.com/tedious/JShrink ) - A JavaScript minifier library.
2022-06-02 12:14:16 +00:00
* [Laravel Mix ](https://github.com/laravel-mix/laravel-mix ) - An elegant wrapper around Webpack for the 80% use case.
2020-05-29 16:02:14 +00:00
* [Symfony Asset ](https://github.com/symfony/asset ) - Manages URL generation and versioning of web assets.
* [Symfony Encore ](https://github.com/symfony/webpack-encore ) - A simple but powerful API for processing and compiling assets built around Webpack.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Geolocation
2013-11-14 01:43:06 +00:00
*Libraries for geocoding addresses and working with latitudes and longitudes.*
2013-04-16 02:10:03 +00:00
2021-08-19 19:13:07 +00:00
* [Country List ](https://github.com/umpirsky/country-list ) - A list of all countries with names and ISO 3166-1 codes.
2019-01-23 03:01:59 +00:00
* [GeoCoder ](https://geocoder-php.org/ ) - A geocoding library.
2013-06-25 22:09:11 +00:00
* [GeoJSON ](https://github.com/jmikola/geojson ) - A GeoJSON implementation.
2016-01-28 21:34:17 +00:00
* [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
2018-01-28 16:06:40 +00:00
### Date and Time
2013-11-14 01:43:06 +00:00
*Libraries for working with dates and times.*
2013-04-16 02:10:03 +00:00
2019-01-23 03:01:59 +00:00
* [CalendR ](https://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.
2016-07-19 16:16:11 +00:00
* [Chronos ](https://github.com/cakephp/chronos ) - A DateTime API extension supporting both mutable and immutable date/time.
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.
2024-01-04 16:48:07 +00:00
* [Yasumi ](https://github.com/azuyalabs/yasumi ) - A library to help you calculate the dates and names of holidays.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Event
2013-11-14 01:43:06 +00:00
*Libraries that are event-driven or implement non-blocking event loops.*
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.
2020-05-11 21:52:22 +00:00
* [CakePHP Event ](https://github.com/cakephp/event ) - An event dispatcher library.
2024-02-15 16:00:34 +00:00
* [Elephant.io ](https://github.com/ElephantIO/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.
2017-06-16 19:49:31 +00:00
* [Fast CGI Client ](https://github.com/hollodotme/fast-cgi-client ) - A client to make synchronous/asynchronous requests through php-fpm socket.
2021-08-19 18:36:59 +00:00
* [Pawl ](https://github.com/ratchetphp/Pawl ) - An asynchronous web socket client.
2016-01-05 20:48:09 +00:00
* [Prooph Event Store ](https://github.com/prooph/event-store ) - An event source component to persist event messages
2019-10-22 07:06:31 +00:00
* [PHP Defer ](https://github.com/php-defer/php-defer ) - Golang's defer statement for PHP.
2016-04-04 03:25:27 +00:00
* [Ratchet ](https://github.com/ratchetphp/Ratchet ) - A web socket library.
2020-05-11 22:58:45 +00:00
* [ReactPHP ](https://github.com/reactphp/reactphp ) - An event driven non-blocking I/O library.
2018-03-14 19:48:13 +00:00
* [RxPHP ](https://github.com/ReactiveX/RxPHP ) - A reactive extension library.
2019-07-26 12:00:18 +00:00
* [Swoole ](https://github.com/swoole/swoole-src ) - An event-driven asynchronous and concurrent networking communication framework with high performance for PHP written in C.
2015-05-25 02:14:45 +00:00
* [Workerman ](https://github.com/walkor/Workerman ) - An event driven non-blocking I/O library.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Logging
2013-11-14 01:43:06 +00:00
*Libraries for generating and working with log files.*
2013-04-16 02:10:03 +00:00
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
2018-01-28 16:06:40 +00:00
### E-commerce
2013-11-14 01:43:06 +00:00
*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.
2017-10-19 07:38:43 +00:00
* [Brick\Money ](https://github.com/brick/money ) - A money library for PHP, with support for contexts, cash roundings, currency conversion.
2015-05-19 21:01:39 +00:00
* [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.
2018-03-12 18:41:30 +00:00
* [Sylius ](https://sylius.com/ ) - An open source e-commerce solution.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### PDF
2013-11-14 01:43:06 +00:00
*Libraries and software for working with PDF files.*
2013-04-16 02:10:03 +00:00
2024-01-04 16:48:07 +00:00
* [Browsershot ](https://github.com/spatie/browsershot ) - Convert HTML to an image, PDF or string.
2016-04-04 02:21:40 +00:00
* [Dompdf ](https://github.com/dompdf/dompdf ) - A HTML to PDF converter.
2024-01-04 16:48:07 +00:00
* [Gotenberg ](https://github.com/gotenberg/gotenberg-php ) - A PHP client for interacting with Gotenberg.
2013-04-16 02:10:03 +00:00
* [Snappy ](https://github.com/KnpLabs/snappy ) - A PDF and image generation library.
2017-05-15 18:46:42 +00:00
* [TCPDF ](https://tcpdf.org/ ) - An open source PHP class for generating PDF documents.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Office
2015-01-23 17:34:47 +00:00
*Libraries for working with office suite documents.*
2016-01-28 21:34:17 +00:00
* [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.
2019-07-27 09:56:37 +00:00
* [PHPSpreadsheet ](https://github.com/PHPOffice/PhpSpreadsheet ) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel).
2024-01-04 16:48:07 +00:00
* [OpenSpout ](https://github.com/openspout/openspout ) - A community driven fork of `box/spout` , a PHP library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way.
2018-01-28 16:06:40 +00:00
### Database
2014-12-02 02:10:34 +00:00
*Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
2013-04-16 02:10:03 +00:00
2017-12-01 19:52:18 +00:00
* [Atlas.Orm ](https://github.com/atlasphp/Atlas.Orm ) - A data mapper implementation for your persistence model in PHP.
2017-04-05 21:47:00 +00:00
* [Aura.Sql ](https://github.com/auraphp/Aura.Sql ) - Provides an extension to the native PDO along with a profiler and connection locator.
2017-12-01 19:52:18 +00:00
* [Aura.SqlQuery ](https://github.com/auraphp/Aura.SqlQuery ) - Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
2013-05-09 01:20:16 +00:00
* [Baum ](https://github.com/etrepat/baum ) - A nested set implementation for Eloquent.
2020-05-11 21:52:22 +00:00
* [CakePHP ORM ](https://github.com/cakephp/orm ) - Object-Relational Mapper, implemented using the DataMapper pattern.
2020-02-27 13:00:49 +00:00
* [Cycle ORM ](https://github.com/cycle/orm ) - PHP DataMapper, ORM.
2022-06-02 12:14:16 +00:00
* [Doctrine Extensions ](https://github.com/doctrine-extensions/DoctrineExtensions ) - A collection of Doctrine behavioural extensions.
2018-06-15 16:16:51 +00:00
* [Doctrine ](https://www.doctrine-project.org/ ) - A comprehensive DBAL and ORM.
2020-05-11 21:48:52 +00:00
* [Laravel Eloquent ](https://github.com/illuminate/database ) - A simple ORM.
2013-06-26 16:56:31 +00:00
* [Pomm ](https://github.com/chanmix51/Pomm ) - An Object Model Manager for PostgreSQL.
2014-10-30 00:14:24 +00:00
* [ProxyManager ](https://github.com/Ocramius/ProxyManager ) - A set of utilities to generate proxy objects for data mappers.
2017-09-06 06:26:51 +00:00
* [RedBean ](https://redbeanphp.com/index.php ) - A lightweight, configuration-less ORM.
2021-08-19 19:13:07 +00:00
* [Slimdump ](https://github.com/webfactory/slimdump ) - An easy dumper tool for MySQL.
2017-04-05 16:01:58 +00:00
* [Spot2 ](https://github.com/spotorm/spot2 ) - A MySQL datamapper ORM.
2014-10-30 00:14:24 +00:00
2018-01-28 16:06:40 +00:00
### Migrations
2014-10-30 00:14:24 +00:00
Libraries to help manage database schemas and migrations.
2018-06-15 16:16:51 +00:00
* [Doctrine Migrations ](https://www.doctrine-project.org/projects/migrations.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
2018-01-28 16:06:40 +00:00
### NoSQL
2013-11-14 01:43:06 +00:00
*Libraries for working with "NoSQL" backends.*
2013-04-16 02:10:03 +00:00
2024-01-05 15:01:26 +00:00
* [MongoDB ](https://github.com/mongodb/mongo-php-driver ) - MongoDB PHP Driver.
2015-04-28 11:55:13 +00:00
* [PHPMongo ](https://github.com/sokil/php-mongo ) - A MongoDB ORM.
2024-01-04 16:48:07 +00:00
* [Predis ](https://github.com/predis/predis ) - A feature-complete Redis library.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Queue
2013-11-14 01:43:06 +00:00
*Libraries for working with event and task queues.*
2013-05-01 04:45:21 +00:00
2013-11-28 00:29:17 +00:00
* [Bernard ](https://github.com/bernardphp/bernard ) - A multibackend abstraction library.
2015-11-11 18:15:05 +00:00
* [BunnyPHP ](https://github.com/jakubkulhan/bunny ) - A performant pure-PHP AMQP (RabbitMQ) sync and also async (ReactPHP) library.
2019-01-23 03:25:23 +00:00
* [Pheanstalk ](https://github.com/pheanstalk/pheanstalk ) - A Beanstalkd client library.
2016-02-12 18:48:04 +00:00
* [PHP AMQP ](https://github.com/php-amqplib/php-amqplib ) - A pure PHP AMQP library.
2015-11-05 10:56:40 +00:00
* [Tarantool Queue ](https://github.com/tarantool-php/queue ) - PHP bindings for Tarantool Queue.
2016-04-04 05:46:20 +00:00
* [Thumper ](https://github.com/php-amqplib/Thumper ) - A RabbitMQ pattern library.
2024-01-04 16:48:07 +00:00
* [Enqueue ](https://github.com/php-enqueue/enqueue-dev ) - A message queue packages for PHP that supports RabbitMQ, AMQP, STOMP, Amazon SQS, Redis and Doctrine transports.
2013-05-01 04:45:21 +00:00
2018-01-28 16:06:40 +00:00
### Search
2013-11-14 01:43:06 +00:00
*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/ ).
2022-06-02 11:43:22 +00:00
* [Solarium ](https://www.solarium-project.org/ ) - A client library for [Solr ](https://solr.apache.org/ ).
2021-06-13 09:07:02 +00:00
* [SphinxQL Query Builder ](https://foolcode.github.io/SphinxQL-Query-Builder/ ) - A query library for the [Sphinx ](https://sphinxsearch.com/ ) and [Manticore ](https://manticoresearch.com/ ) search engines.
2013-06-18 22:26:23 +00:00
2018-01-28 16:06:40 +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
2017-04-05 21:47:00 +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.
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.
2024-01-04 16:48:07 +00:00
* [CLImate ](https://github.com/thephpleague/climate ) - A library for outputting colors 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.
* [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
2018-01-28 16:06:40 +00:00
### Authentication and Authorization
2015-01-05 05:24:00 +00:00
*Libraries for implementing user authentication and authorization.*
2013-04-16 02:10:03 +00:00
2017-04-05 21:47:00 +00:00
* [Aura.Auth ](https://github.com/auraphp/Aura.Auth ) - Provides authentication functionality and session tracking using various adapters.
2017-03-15 08:46:11 +00:00
* [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.
2015-02-07 02:31:51 +00:00
* [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.
2019-01-23 03:01:59 +00:00
* [OAuth2 Server ](https://bshaffer.github.io/oauth2-server-php-docs/ ) - Another OAuth2 server implementation.
* [OAuth2 Server ](https://oauth2.thephpleague.com/ ) - An OAuth2 authentication server, resource server and client library.
2016-04-04 03:23:40 +00:00
* [Opauth ](https://github.com/opauth/opauth ) - A multi-provider authentication framework.
2021-08-19 18:34:45 +00:00
* [Paseto ](https://github.com/paragonie/paseto ) - Platform-Agnostic Security Tokens.
2024-01-04 16:48:07 +00:00
* [PHP oAuthLib ](https://github.com/daviddesberg/PHPoAuthLib ) - Another OAuth library.
2016-04-04 03:23:40 +00:00
* [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.
2017-03-15 08:48:02 +00:00
* [TwitterOAuth ](https://github.com/abraham/twitteroauth ) - A Twitter OAuth library.
2013-04-16 02:10:03 +00:00
2021-08-19 18:33:58 +00:00
### Markup and CSS
2021-08-19 19:16:41 +00:00
*Libraries for working with markup and CSS formats.
2013-04-16 02:10:03 +00:00
2024-01-04 16:48:07 +00:00
* [Cebe Markdown ](https://github.com/cebe/markdown ) - A fast and extensible Markdown parser.
2020-01-16 03:34:39 +00:00
* [CommonMark PHP ](https://github.com/thephpleague/commonmark ) - Highly-extensible Markdown parser which fully supports the [CommonMark spec ](https://spec.commonmark.org/ ).
2016-04-04 03:23:40 +00:00
* [Decoda ](https://github.com/milesj/decoda ) - A lightweight markup parser library.
2021-08-19 19:13:07 +00:00
* [Essence ](https://github.com/essence/essence ) - A library for extracting web media.
* [Embera ](https://github.com/mpratt/Embera ) - An Oembed consumer library.
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.
2024-02-09 18:09:47 +00:00
* [PHP CSS Parser ](https://github.com/MyIntervals/PHP-CSS-Parser ) - A Parser for CSS Files written in PHP.
2016-04-04 03:23:40 +00:00
* [PHP Markdown ](https://github.com/michelf/php-markdown ) - A Markdown parser.
2021-08-19 18:44:48 +00:00
* [Shiki PHP ](https://github.com/spatie/shiki-php ) - A [Shiki ](https://github.com/shikijs/shiki ) code highlighting package in PHP.
2021-08-19 19:13:07 +00:00
* [VObject ](https://github.com/sabre-io/vobject ) - A library for parsing VCard and iCalendar objects.
2013-04-16 02:10:03 +00:00
2021-08-19 19:16:41 +00:00
### JSON
2021-08-19 20:40:44 +00:00
*Libraries for working with JSON.*
2013-04-16 02:10:03 +00:00
2021-08-19 19:16:41 +00:00
* [JSON Lint ](https://github.com/Seldaek/jsonlint ) - A JSON lint utility.
2021-11-12 09:43:25 +00:00
* [JSONMapper ](https://github.com/JsonMapper/JsonMapper ) - A library for mapping JSON to PHP objects.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Strings
2014-12-02 02:05:10 +00:00
*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.
2024-01-04 16:48:07 +00:00
* [Color Jizz ](https://github.com/mikeemoo/ColorJizz-PHP ) - A library for manipulating and converting colors.
2018-02-04 10:42:54 +00:00
* [Device Detector ](https://github.com/matomo-org/device-detector ) - Another library for parsing user agent strings.
2016-04-05 03:30:01 +00:00
* [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.
2024-01-04 16:48:07 +00:00
* [Portable ASCII ](https://github.com/voku/portable-ascii ) - A library to convert strings to ASCII.
2016-09-25 00:25:49 +00:00
* [Portable UTF-8 ](https://github.com/voku/portable-utf8 ) - A string manipulation library with UTF-8 safe replacement methods.
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.
2020-05-11 10:08:45 +00:00
* [Stringy ](https://github.com/voku/Stringy ) - A string manipulation library with multibyte support.
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.
2014-12-02 02:05:10 +00:00
2018-01-28 16:06:40 +00:00
### Numbers
2014-12-02 02:05:10 +00:00
*Libraries for working with numbers.*
2018-11-08 10:19:50 +00:00
* [Brick\Math ](https://github.com/brick/math ) - A library providing large number support: `BigInteger` , `BigDecimal` and `BigRational` .
2014-12-02 02:05:10 +00:00
* [ByteUnits ](https://github.com/gabrielelana/byte-units ) - A library to parse, format and convert byte units in binary and metric systems.
2024-01-04 16:48:07 +00:00
* [DecimalObject ](https://github.com/php-collective/decimal-object ) - A value object to handle decimals/floats easily and more precisely.
2021-08-19 18:40:55 +00:00
* [IP ](https://github.com/darsyn/ip ) - An immutable value object for working with IPv4 and IPv6 addresses.
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
* [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.
2020-10-24 20:10:24 +00:00
* [MathPHP ](https://github.com/markrogoyski/math-php ) - A math library for PHP.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Filtering and Validation
2013-11-14 01:43:06 +00:00
*Libraries for filtering and validating data.*
2013-04-16 02:10:03 +00:00
2016-04-11 22:16:15 +00:00
* [Assert ](https://github.com/beberlei/assert ) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
2017-04-05 21:47:00 +00:00
* [Aura.Filter ](https://github.com/auraphp/Aura.Filter ) - Provides tools to validate and sanitize objects and arrays.
2020-05-11 21:52:22 +00:00
* [CakePHP Validation ](https://github.com/cakephp/validation ) - Another validation library.
2016-04-04 02:30:11 +00:00
* [Filterus ](https://github.com/ircmaxell/filterus ) - A simple PHP filtering library.
2024-01-04 16:48:07 +00:00
* [ISO-codes ](https://github.com/ronanguilloux/IsoCodes ) - A library for validating inputs according to standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries.
2019-12-09 22:25:25 +00:00
* [JSON Schema ](https://github.com/justinrainbow/json-schema ) - A [JSON Schema ](https://json-schema.org/ ) validation library.
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.
2015-05-26 13:14:54 +00:00
* [Volan ](https://github.com/serkin/Volan ) - Another simplified validation library.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### API
2015-05-19 20:26:04 +00:00
*Libraries and web tools for developing APIs.*
2013-04-16 02:10:03 +00:00
2024-01-04 16:48:07 +00:00
* [API Platform ](https://api-platform.com ) - Expose in minutes a hypermedia REST API that embraces JSON-LD, Hydra format.
2020-05-11 21:48:52 +00:00
* [Laminas API Tool Skeleton ](https://github.com/laminas-api-tools/api-tools-skeleton ) - An API builder built with the Laminas Framework.
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.
2022-05-31 07:35:24 +00:00
* [Jane ](https://github.com/janephp/janephp/ ) - An OpenApi client generator with validation support.
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.
2024-01-18 16:57:36 +00:00
* [PackageGenerator ](https://github.com/WsdlToPhp/PackageGenerator ) - Package Generator generates a PHP SDK from any WSDL.
2013-04-16 02:10:03 +00:00
2021-08-19 19:13:07 +00:00
### Caching and Locking
*Libraries for caching data and acquiring locks.*
2013-04-16 02:10:03 +00:00
2024-01-04 16:48:07 +00:00
* [APIx Cache ](https://github.com/apix/cache ) - A thin PSR-6 cache wrapper to various caching backends emphasizing 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.
2020-05-11 21:52:22 +00:00
* [CakePHP Cache ](https://github.com/cakephp/cache ) - A caching library.
2016-04-04 01:48:16 +00:00
* [Doctrine Cache ](https://github.com/doctrine/cache ) - A caching library.
2016-10-05 18:23:33 +00:00
* [Metaphore ](https://github.com/sobstel/metaphore ) - Cache slam defense using a semaphore to prevent dogpile effect.
2016-01-28 21:34:17 +00:00
* [Stash ](https://github.com/tedious/Stash ) - Another library for caching.
2020-05-11 21:48:52 +00:00
* [Laminas Cache ](https://github.com/laminas/laminas-cache ) - Another caching library.
2021-08-19 19:13:07 +00:00
* [Lock ](https://github.com/php-lock/lock ) - A lock library to provide exclusive execution.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +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
2020-05-11 21:52:22 +00:00
* [CakePHP Collection ](https://github.com/cakephp/collection ) - A simple collections library.
2016-01-28 21:34:17 +00:00
* [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.
2020-01-10 21:00:55 +00:00
* [JSON Machine ](https://github.com/halaxa/json-machine ) - Provides iteration over huge JSONs using simple `foreach`
2016-06-01 15:24:28 +00:00
* [Knapsack ](https://github.com/DusanKasan/Knapsack ) - Collection library inspired by Clojure's sequences.
2019-05-10 21:22:37 +00:00
* [msgpack.php ](https://github.com/rybakit/msgpack.php ) - A pure PHP implementation of the [MessagePack ](https://msgpack.org/ ) serialization format.
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).
2024-01-04 16:48:07 +00:00
* [Serializer ](https://github.com/schmittjoh/serializer ) - A library for serializing and de-serializing data.
2016-04-04 02:27:55 +00:00
* [YaLinqo ](https://github.com/Athari/YaLinqo ) - Yet Another LINQ to Objects for PHP.
2020-05-11 21:48:52 +00:00
* [Laminas Serializer ](https://github.com/laminas/laminas-serializer ) - Another library for serialising and de-serialising data.
2013-04-16 02:10:03 +00:00
2018-01-28 16:06:40 +00:00
### Notifications
2013-11-14 01:43:06 +00:00
*Libraries for working with notification software.*
2013-05-30 19:34:47 +00:00
2015-08-18 08:08:41 +00:00
* [JoliNotif ](https://github.com/jolicode/JoliNotif ) - A cross-platform library for desktop notification (support for Growl, notify-send, toaster, etc)
2013-06-18 15:57:53 +00:00
* [Notification Pusher ](https://github.com/Ph3nol/NotificationPusher ) - A standalone library for device push notifications.
2016-04-04 02:11:34 +00:00
* [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.
2016-03-09 23:06:46 +00:00
* [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
2018-01-28 16:06:40 +00:00
### Deployment
2014-12-01 01:42:02 +00:00
*Libraries for project deployment.*
2014-01-16 00:39:55 +00:00
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.
2016-04-04 03:23:40 +00:00
* [Rocketeer ](https://github.com/rocketeers/rocketeer ) - A fast and easy deployer for the PHP world.
2014-01-16 00:39:55 +00:00
2018-01-28 16:06:40 +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
2017-04-05 21:47:00 +00:00
* [Aura.Intl ](https://github.com/auraphp/Aura.Intl ) - Provides internationalization (I18N) tools, specifically package-oriented per-locale message translation.
2020-05-11 21:52:22 +00:00
* [CakePHP I18n ](https://github.com/cakephp/i18n ) - Message translation and localization for dates and numbers.
2014-07-26 10:47:52 +00:00
2019-07-26 08:20:07 +00:00
### Serverless
*Libraries and tools to help build serverless web applications.*
2014-07-26 10:47:52 +00:00
2019-07-26 08:20:07 +00:00
* [Bref ](https://bref.sh/ ) - Serverless PHP on AWS Lambda.
2022-06-02 11:43:22 +00:00
* [OpenWhisk ](https://openwhisk.apache.org/ ) - An open-source serverless cloud platform.
* [Serverless Framework ](https://www.serverless.com/framework ) - An open-source framework for building serverless applications.
2019-12-09 22:21:19 +00:00
* [Laravel Vapor ](https://vapor.laravel.com/ ) - A serverless deployment platform for Laravel, powered by AWS.
2014-07-26 10:47:52 +00:00
2019-07-26 11:56:07 +00:00
## Configuration
2019-10-29 10:47:13 +00:00
*Libraries and tools for configuration.*
2019-07-26 11:56:07 +00:00
* [PHP Dotenv ](https://github.com/vlucas/phpdotenv ) - Parse and load environment variables from `.env` files.
* [Symfony Dotenv ](https://github.com/symfony/dotenv )- Parse and load environment variables from `.env` files.
2024-01-04 16:48:07 +00:00
* [Yo! Symfony TOML ](https://github.com/yosymfony/toml ) - A PHP parser for [TOML ](https://github.com/toml-lang/toml ).
2019-07-26 11:56:07 +00:00
2018-01-28 16:06:40 +00:00
### Third Party APIs
2013-11-14 01:43:06 +00:00
*Libraries for accessing third party APIs.*
* [Amazon Web Service SDK ](https://github.com/aws/aws-sdk-php ) - The official PHP AWS SDK library.
2020-05-08 16:12:49 +00:00
* [AsyncAWS ](https://async-aws.com/ ) - An unofficial asynchronous PHP AWS SDK.
2019-01-23 03:01:59 +00:00
* [Campaign Monitor ](https://campaignmonitor.github.io/createsend-php/ ) - The official Campaign Monitor PHP library.
2018-03-14 19:48:13 +00:00
* [Github ](https://github.com/KnpLabs/php-github-api ) - 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.
2019-07-09 17:49:18 +00:00
* [Square ](https://github.com/square/connect-php-sdk ) - The official Square PHP SDK for payments and other Square APIs.
2016-04-04 03:23:40 +00:00
* [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-11-14 01:43:06 +00:00
2018-01-28 16:06:40 +00:00
### Extensions
2014-07-12 00:38:43 +00:00
*Libraries to help build PHP extensions.*
2019-01-23 03:01:59 +00:00
* [PHP CPP ](https://www.php-cpp.com/ ) - A C++ library for developing PHP extensions.
2022-06-02 12:14:16 +00:00
* [Zephir ](https://github.com/zephir-lang/zephir ) - A compiled language between PHP and C++ for developing PHP extensions.
2014-07-12 00:38:43 +00:00
2018-01-28 16:06:40 +00:00
### Miscellaneous
2021-08-19 19:13:07 +00:00
*Useful libraries or utilities that don't fit into the categories above.*
2013-04-16 02:10:03 +00:00
2021-08-19 19:13:07 +00:00
* [Annotations ](https://github.com/doctrine/annotations ) - An annotation library (part of Doctrine).
2024-01-04 16:48:07 +00:00
* [BotMan ](https://github.com/botman/botman ) - A framework agnostic PHP library to build cross-platform chatbots.
* [ClassPreloader ](https://github.com/ClassPreloader/ClassPreloader ) - A library for optimizing autoloading.
2021-08-19 19:13:07 +00:00
* [Hprose-PHP ](https://github.com/hprose/hprose-php ) - A cross-language RPC.
2016-05-19 09:37:02 +00:00
* [noCAPTCHA ](https://github.com/ARCANEDEV/noCAPTCHA ) - Helper for Google's noCAPTCHA (reCAPTCHA).
2016-04-04 03:23:40 +00:00
* [Pagerfanta ](https://github.com/whiteoctober/Pagerfanta ) - A pagination library.
2019-12-31 22:26:26 +00:00
* [Safe ](https://github.com/thecodingmachine/safe ) - All PHP functions, rewritten to throw exceptions instead of returning false.
2016-04-04 03:23:40 +00:00
* [SuperClosure ](https://github.com/jeremeamia/super_closure ) - A library that allows Closures to be serialized.
2012-04-12 02:04:30 +00:00
2014-07-12 00:00:08 +00:00
# Software
2013-11-14 01:43:06 +00:00
*Software for creating a development environment.*
2012-08-13 17:56:40 +00:00
2018-01-28 16:06:40 +00:00
### PHP Installation
2014-07-12 00:00:08 +00:00
*Tools to help install and manage PHP on your computer.*
2018-07-04 01:39:25 +00:00
* [Brew PHP Switcher ](https://github.com/philcook/brew-php-switcher ) - Brew PHP switcher.
2017-03-02 17:31:55 +00:00
* [HomeBrew ](https://brew.sh/ ) - A package manager for OSX.
2020-05-11 22:13:59 +00:00
* [Laravel Valet ](https://laravel.com/docs/master/valet ) - A development environment for macOS.
2016-01-28 21:34:17 +00:00
* [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.
2013-11-14 01:43:06 +00:00
2018-01-28 16:06:40 +00:00
### Development Environment
2021-08-19 19:13:07 +00:00
*Software and tools for creating and sharing a development environment.*
2013-11-14 01:43:06 +00:00
2016-02-12 18:48:04 +00:00
* [Ansible ](https://www.ansible.com/ ) - A radically simple orchestration framework.
2024-02-16 16:00:18 +00:00
* [DDEV ](https://github.com/ddev/ddev ) - a local web development environment system for PHP.
2016-11-17 10:14:13 +00:00
* [Docker ](https://www.docker.com/ ) - A containerization platform.
2021-06-28 18:07:09 +00:00
* [Docker PHP Extension Installer ](https://github.com/mlocati/docker-php-extension-installer ) - Easily install PHP extensions in Docker containers.
2024-02-16 14:18:45 +00:00
* [Docksal ](https://github.com/docksal/docksal ) - Unified, Docker :whale: powered web development environments for macOS, Windows, and Linux.
2024-01-04 16:48:07 +00:00
* [Expose ](https://github.com/beyondcode/expose ) - An open-source PHP tunneling service.
2021-08-19 18:28:06 +00:00
* [Lando ](https://lando.dev/ ) - Push-button development environments.
2024-01-04 16:48:07 +00:00
* [Laravel Homestead ](https://laravel.com/docs/master/homestead ) - A local development environment for Laravel.
2019-09-13 21:04:56 +00:00
* [Laradock ](http://laradock.io/ ) - A full PHP development environment based on Docker.
2024-01-04 16:48:07 +00:00
* [Puppet ](https://www.puppet.com ) - A server automation framework and application.
2021-08-19 18:28:06 +00:00
* [Takeout ](https://github.com/tighten/takeout ) - A Docker-based development-only dependency manager.
2020-05-11 22:11:56 +00:00
* [Vagrant ](https://www.vagrantup.com/ ) - A portable development environment utility.
2014-07-12 00:00:08 +00:00
2018-01-28 16:06:40 +00:00
### Virtual Machines
2014-07-12 00:00:08 +00:00
*Alternative PHP virtual machines.*
2019-07-27 09:58:26 +00:00
* [Hack ](https://hacklang.org/ ) - A programming language for HHVM.
2016-01-28 21:34:17 +00:00
* [HHVM ](https://github.com/facebook/hhvm ) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
2020-05-12 08:32:21 +00:00
* [PeachPie ](https://github.com/peachpiecompiler/peachpie ) - PHP compiler and runtime for .NET and .NET Core.
2014-07-12 00:30:23 +00:00
2018-01-28 16:06:40 +00:00
### Text Editors and IDEs
2017-12-14 14:16:10 +00:00
*Text Editors and Integrated Development Environments (IDE) 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.
2024-02-15 17:54:00 +00:00
* [Apache NetBeans ](https://netbeans.apache.org/front/main/index.html ) - An IDE with support for PHP and HTML5.
2019-01-23 03:01:59 +00:00
* [PhpStorm ](https://www.jetbrains.com/phpstorm/ ) - A commercial PHP IDE.
2017-12-14 14:11:41 +00:00
* [VS Code ](https://code.visualstudio.com/ ) - An open source code editor.
2014-10-30 00:09:53 +00:00
2018-01-28 16:06:40 +00:00
### Web Applications
2014-07-12 00:00:08 +00:00
*Web-based applications and tools.*
2016-01-28 21:34:17 +00:00
* [3V4L ](https://3v4l.org/ ) - An online PHP & HHVM shell.
2021-10-23 19:30:43 +00:00
* [Adminer ](https://www.adminer.org/ ) - Database management in a single PHP file.
2015-03-06 11:07:03 +00:00
* [Cachet ](https://github.com/cachethq/cachet ) - The open source status page system.
2020-10-24 20:10:24 +00:00
* [DBV ](https://github.com/victorstanciu/dbv ) - A database version control application.
2021-10-23 19:30:43 +00:00
* [Lychee ](https://github.com/electerious/Lychee ) - An easy to use and great looking photo-management-system.
2014-01-12 21:46:46 +00:00
* [MailCatcher ](https://github.com/sj26/mailcatcher ) - A web tool for capturing and viewing emails.
2016-01-30 12:04:27 +00:00
* [phpMyAdmin ](https://github.com/phpmyadmin/phpmyadmin ) - A web interface for MySQL/MariaDB.
2021-10-23 19:30:43 +00:00
* [PHP Queue ](https://github.com/CoderKungfu/php-queue ) - An application for managing queueing backends.
* [phpRedisAdmin ](https://github.com/ErikDubbelboer/phpRedisAdmin ) - A simple web interface to manage [Redis ](https://redis.io/ ) databases.
* [PHPSandbox ](https://phpsandbox.io ) - An online IDE for PHP in the browser.
2012-08-13 19:27:30 +00:00
2018-01-28 16:06:40 +00:00
### Infrastructure
2015-01-20 22:40:57 +00:00
*Infrastructure for providing PHP applications and services.*
2018-06-15 16:16:51 +00:00
* [appserver.io ](https://github.com/appserver-io/appserver ) - 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.
2022-06-02 12:48:13 +00:00
* [RoadRunner ](https://github.com/roadrunner-server/roadrunner ) - High-performance PHP application server, load-balancer and process manager.
2012-08-13 19:27:30 +00:00
# Resources
2013-11-14 01:51:49 +00:00
Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.
2018-01-28 16:06:40 +00:00
### PHP Websites
2014-07-12 00:17:34 +00:00
*Useful PHP-related websites.*
2013-11-14 01:51:49 +00:00
2016-04-04 03:23:40 +00:00
* [Nomad PHP ](https://nomadphp.com/ ) - A online PHP learning resource.
2021-02-11 23:13:22 +00:00
* [Laravel News ](https://laravel-news.com/ ) - The official Laravel blog.
2022-06-02 11:43:22 +00:00
* [PHP Annotated Monthly ](https://blog.jetbrains.com/phpstorm/tag/php-annotated-monthly/ ) - A monthly digest of PHP news.
2018-02-04 10:42:54 +00:00
* [PHP FIG ](https://www.php-fig.org/ ) - The PHP Framework Interoperability Group.
2017-04-05 21:47:00 +00:00
* [PHP Package Development Standards ](http://php-pds.com ) - Package development standards for PHP.
* [PHP School ](https://www.phpschool.io/ ) - Open Source Learning for PHP.
2019-01-23 03:25:23 +00:00
* [PHP The Right Way ](https://phptherightway.com/ ) - A PHP best practice quick reference guide.
2019-01-23 03:01:59 +00:00
* [PHP UG ](https://php.ug ) - A website to help people locate their nearest PHP user group (UG).
2021-02-11 23:13:22 +00:00
* [PHP Watch ](https://php.watch/ ) - PHP articles, news, upcoming changes, RFCs and more.
2024-01-16 22:12:11 +00:00
* [Unit Testing Tips ](https://testing-tips.sarvendev.com/ ) - Unit Testing Tips by examples in PHP.
2014-07-12 00:17:34 +00:00
2018-01-28 16:06:40 +00:00
### PHP Books
2014-07-12 00:17:34 +00:00
*Fantastic PHP-related books.*
2013-04-16 02:10:03 +00:00
2020-07-16 13:23:00 +00:00
* [Domain-Driven Design in PHP ](https://leanpub.com/ddd-in-php ) - Real examples written in PHP showcasing DDD Architectural Styles.
2017-03-02 17:31:55 +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.
2024-03-02 16:20:49 +00:00
* [Mastering Object-Orientated PHP ](https://masteringobjectorientedphp.com/ ) - A book about object-orientated PHP by Brandon Savage.
2024-03-02 16:31:01 +00:00
* [PHP Cookbook ](https://www.oreilly.com/library/view/php-cookbook/9781098121310/ ) - This cookbook provides code recipes to help you resolve a variety of coding issues.
2017-04-05 21:47:00 +00:00
* [Modernizing Legacy Applications in PHP ](https://leanpub.com/mlaphp ) - A book about modernizing legacy PHP applications by Paul M. Jones.
2019-01-23 03:01:59 +00:00
* [Scaling PHP Applications ](https://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.
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.
2013-11-14 01:51:49 +00:00
2018-01-28 16:06:40 +00:00
### PHP Videos
2014-07-12 00:22:52 +00:00
*Fantastic PHP-related videos.*
2020-05-11 21:59:58 +00:00
* [Laracasts ](https://laracasts.com ) - Screencasts about Laravel, Vue JS and more.
2021-02-11 23:24:42 +00:00
* [Laravel YouTube Channel ](https://www.youtube.com/channel/UCfO2GiQwb-cwJTb1CuRSkwg ) - The official Laravel YouTube channel.
2024-02-26 14:19:32 +00:00
* [Programming with Anthony ](https://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW ) - A video series by Anthony Ferrara.
2021-02-11 23:24:42 +00:00
* [SymfonyCasts ](https://symfonycasts.com/ ) - Screencasts and tutorials about PHP and Symfony.
2016-12-03 02:01:29 +00:00
2024-02-26 14:19:32 +00:00
### PHP Conferences
*PHP conferences.*
* [Laracon EU ](https://www.youtube.com/@LaraconEU ) - Laracon EU is a 2-day event for people who are interested in learning Laravel and related technologies, or who want to share their knowledge with others.
* [PHP[TEK]](https://tek.phparch.com/) - The longest-running web developer conference in the United States that has a focus on the PHP programming language.
* [PHP UK Conference ](https://www.youtube.com/user/phpukconference/videos ) - A collection of videos from the PHP UK Conference.
2018-01-28 16:06:40 +00:00
### PHP Podcasts
2017-12-14 12:55:41 +00:00
*Podcasts with a focus on PHP topics.*
2016-12-03 02:01:29 +00:00
2024-01-04 16:48:07 +00:00
* [Laravel News Podcast ](https://podcast.laravel-news.com/ ) - The Laravel News Podcast brings you all the latest news and events related to the Laravel PHP Framework.
2024-03-02 16:55:37 +00:00
* [Mostly Technical ](https://mostlytechnical.com/ ) - Hosted by Ian Landsman and Aaron Francis, Mostly Technical is a lively discussion on Laravel, business, and an eclectic mix of related topics.
* [No Compromises ](https://show.nocompromises.io/ ) - Two seasoned salty programming veterans talk best practices based on years of working with Laravel SaaS teams.
* [North Meets South Web Podcast ](https://www.northmeetssouth.audio/ ) - Jacob Bennett and Michael Dyrynda conquer a 14.5 hour time difference to talk about life as web developers.
* [Over Engineered ](https://overengineered.fm/ ) - A podcast in mini-series where we explore unimportant programming questions in extreme detail.
2020-06-06 17:52:16 +00:00
* [PHP Internals News ](https://phpinternals.news ) - A podcast about PHP internals.
2016-12-03 02:01:29 +00:00
* [PHP Town Hall ](https://phptownhall.com/ ) - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
2024-01-04 16:48:07 +00:00
* [php[podcast] episodes from php[architect]](https://www.phparch.com/podcast/) - The official podcast of php[architect] the industry's leading tech magazine and publisher focused on PHP and web development.
* [PHPUgly ](https://www.phpugly.com/ ) - The ramblings of a few overworked PHP Developers.
2024-03-02 16:55:37 +00:00
* [The Laracasts Snippet ](https://laracasts.simplecast.com ) - The Laracasts snippet, each episode, offers a single thought on some aspect of web development.
* [The Laravel Podcast ](https://laravelpodcast.com/ ) - Laravel and PHP development news and discussion.
* [The PHP Roundtable ](https://phproundtable.com/ ) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
* [Voices of the ElePHPant ](https://voicesoftheelephpant.com/ ) - Interviews with the people who make the PHP community special.
2016-12-03 02:01:29 +00:00
2020-10-23 13:43:56 +00:00
### PHP Newsletters
*PHP-related news directly to your inbox.*
2016-12-03 02:01:29 +00:00
2022-06-02 11:43:22 +00:00
* [PHP Weekly ](https://www.phpweekly.com/ ) - A weekly newsletter about PHP.
2013-11-14 01:51:49 +00:00
2018-01-28 16:06:40 +00:00
### PHP Reading
2022-07-03 22:03:17 +00:00
*PHP-related reading materials.*
2015-02-13 08:56:44 +00:00
2016-01-28 20:30:49 +00:00
* [php[architect]](https://www.phparch.com/magazine/) - A monthly magazine dedicated to PHP.
2020-10-23 13:43:56 +00:00
2018-01-28 16:06:40 +00:00
### PHP Internals Reading
2013-11-14 01:51:49 +00:00
*Reading materials related to the PHP internals or performance.*
2020-06-08 15:10:40 +00:00
* [PHP RFCs ](https://wiki.php.net/rfc ) - The home of PHP RFCs (Request for Comments).
2024-01-04 16:48:07 +00:00
* [Externals ](https://externals.io/ ) - PHP internal discussions.
2024-02-09 18:09:47 +00:00
* [PHP RFC Watch ](https://github.com/beberlei/php-rfc-watch ) - Watch the latest PHP [RFCs ](https://wiki.php.net/rfc ).
2022-06-02 11:43:22 +00:00
* [PHP Internals Book ](https://www.phpinternalsbook.com/ ) - An online book about PHP internals, written by three core developers.