No description
|
|
||
|---|---|---|
| .github/workflows | ||
| .editorconfig | ||
| CODE-OF-CONDUCT.md | ||
| COLLABORATING.md | ||
| CONTRIBUTING.md | ||
| LICENSE.md | ||
| README.md | ||
Awesome PHP
A curated list of amazingly awesome PHP libraries, resources, and shiny things.
Table of Contents
- Awesome PHP
- Library
- Authentication
- Cache
- Code Quality
- Configuration
- Console Tool
- Continuous Integration (CI)
- Convertor
- Crawler
- Data Structure
- Database
- Date and Time
- Deployment
- Dependency Injection
- Documentation
- Encode Decode
- Event
- File
- Geolocation
- Globalization
- HTTP
- Image
- Intergration
- JSON
- Logging
- Math
- Middleware
- Multi-Proccesses
- Multi-Thread
- Navigation
- Notifications
- Office
- Queue
- Profiling
- Router
- Security
- Static Analysis
- Stream
- Task Runner and Scheduler
- Template
- Testing
- URL
- Validator
- Video
- Misc
- Frameworks
- Extensions
- Platforms
- Ecosystem
- Resources
- Package Repository
- Library
Library
Authentication
- Aura.Auth - Provides a unified interface to local and remote authentication systems (BSDv2)
- SocialConnect Auth - Connect your application(s) with social network(s) (MIT)
- Json Web Token - A simple library to work with JSON Web Token and JSON Web Signature (BSDv3)
- OAuth 1.0 Client - OAuth 1 Client (MIT)
- OAuth 2.0 Client - Easy integration with OAuth 2.0 service providers (MIT)
- bshaffer/oauth2-server-php - A library for implementing an OAuth2 Server in php (MIT)
- league/oauth2-server - A spec compliant, secure by default PHP OAuth 2.0 Server (MIT)
- Opauth - Multi-provider authentication framework for PHP (MIT)
- Paseto - Platform-Agnostic Security Tokens (ISC License)
- PHP oAuthLib - PHP 5.3+ oAuth 1/2 Client Library (MIT)
- Sentinel Social - About A Sentinel addon that makes authenticating your users through social networks & third-party OAuth providers in Sentinel an absolute breeze (PSL)
- Sentinel - A framework agnostic authentication & authorization system (BSDv3)
- TwitterOAuth - PHP library for use with the Twitter OAuth REST API (MIT)
Cache
- APIx Cache - A thin PSR-6 cache wrapper to various caching backends emphasizing cache tagging and indexing (BSDv3)
- CacheTool - CLI App and library to manage apc & opcache (MIT)
- CakePHP Cache - Caching library with support for multiple caching backends (MIT)
- Doctrine Cache - Doctrine Cache component (MIT)
- Metaphore - Cache slam defense using a semaphore to prevent dogpile effect (MIT)
- Stash - place to keep your cache (BSDv3)
- Laminas Cache - Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output (BSDv3)
Code Quality
- PHP CodeSniffer - A library that detects and can auto-fix PHP, CSS and JS coding standard violations.
- PHP CS Fixer - A coding standards fixer library.
- PHP CS Fixer Configurator - A web application to help configure PHP CS Fixer rule sets.
- PHPMD - a spin-off project of PHP Depend and aims (BSDv3)
- PHPCheckstyle - A tool to help adhere to certain coding conventions.
- PHPCPD - A library that detects copied and pasted code.
- Laravel Pint - A coding standards fixer library for Laravel.
- Editorconfig-Checker - A command line utility which verifies that your files implement your
.editorconfigrules. - GrumPHP - A PHP code-quality tool.
- PHP AST Viewer - A tool for viewing the Abstract Syntax Tree of PHP code.
- PHP Magic Number Detector - A library that detects magic numbers in code.
- PHP Parser - A PHP parser written in PHP.
- PHP Semantic Versioning Checker - A command line utility that compares two source sets and determines the appropriate semantic versioning to apply.
- Phpactor - PHP completion, refactoring and introspection tool.
- PHPLOC - A tool for quickly measuring the size of a PHP project.
- PHPQA - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics).
- Rector - A tool to upgrade and refactor code.
- Scrutinizer - A web tool to scrutinise PHP code.
- UBench - A simple micro-benchmark library.
Configuration
- PHP Dotenv - Parse and load environment variables from
.envfiles. - Symfony Dotenv- Parse and load environment variables from
.envfiles. - Yo! Symfony TOML - A PHP parser for TOML.
Console Tool
- 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.
- Cilex - A micro framework for building command line tools.
- CLI Menu - A library for building CLI menus.
- CLIFramework - A command-line framework supports zsh/bash completion generation, subcommands and option constraints. It also powers phpbrew.
- CLImate - A library for outputting colors and special formatting.
- Commando - Another simple command line opt parser.
- Cron Expression - A library to calculate cron run dates.
- GetOpt - A command line opt parser.
- GetOptionKit - Another command line opt parser.
- PsySH - runtime developer console, interactive debugger and REPL for PHP (MIT)
- ShellWrap - A simple command line wrapper library.
Continuous Integration (CI)
- JoliCi - A continuous integration client written in PHP and powered by Docker.
- PHPCI - An open-source continuous integration platform for PHP.
- Setup PHP - A GitHub Action for PHP.
Crawler
- Chrome PHP - Instrument headless Chrome/Chromium instances from PHP.
- CrawlerDetect - A PHP class for detecting bots/crawlers/spiders via the user agent.
- DiDOM - A super-fast HTML scrapper and parser.
- Embed - An information extractor from any web service or page.
- PHP Spider - A configurable and extensible PHP web spider.
- Symfony Panther - A browser testing and web crawling library for PHP and Symfony.
Convertor
- ANSI to HTML5 - An ANSI to HTML5 converter library.
- Hyphenation - Text-Hyphenation based on the TeX-hyphenation Algorithm
- Slugify - A library to convert strings to slugs.
- SQL Formatter - A library for formatting SQL statements.
- Color Jizz - A library for manipulating and converting colors.
- PHP Conversion - Another library for converting between units of measure.
- PHP Units of Measure - A library for converting between units of measure.
- ByteUnits - A library to parse, format and convert byte units in binary and metric systems.
- Hateoas - A HATEOAS REST web service library.
- Jane - An OpenApi client generator with validation support.
Data Science
datamining, machine learning
- PHP-ML - PHP Machine Learning library (MIT)
- PHP-MLX - PHP-MLX (php-ml next generation) - Machine Learning library for PHP (MIT liked)
- Rubix ML - A high-level machine learning and deep learning library for the PHP language (MIT)
Data Structure
- CakePHP Collection - A simple collections library.
- Fractal - A library for converting complex data structures to JSON output.
- Ginq - Another PHP library based on .NET's LINQ.
- JsonMapper - A library that maps nested JSON structures onto PHP classes.
- JSON Machine - Provides iteration over huge JSONs using simple
foreach - Knapsack - Collection library inspired by Clojure's sequences.
- msgpack.php - A pure PHP implementation of the MessagePack serialization format.
- PINQ - A PHP library based on .NET's LINQ (Language Integrated Query).
- Serializer - A library for serializing and de-serializing data.
- YaLinqo - Yet Another LINQ to Objects for PHP.
- Laminas Serializer - Another library for serialising and de-serialising data.
- Laravel Serializable Closure - A library that allows Closures to be serialized.
Database
- Atlas.Orm - A data mapper implementation for your persistence model in PHP.
- Aura.Sql - Provides an extension to the native PDO along with a profiler and connection locator.
- Aura.SqlQuery - Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
- Baum - A nested set implementation for Eloquent.
- CakePHP ORM - Object-Relational Mapper, implemented using the DataMapper pattern.
- Cycle ORM - PHP DataMapper, ORM.
- Doctrine Extensions - A collection of Doctrine behavioural extensions.
- doctrine/orm - A comprehensive DBAL and ORM (MIT)
- Laravel Eloquent - A simple ORM.
- Pomm - An Object Model Manager for PostgreSQL.
- RedBean - A lightweight, configuration-less ORM.
- Slimdump - An easy dumper tool for MySQL.
- Spot2 - A MySQL datamapper ORM.
- Doctrine Migrations - A migration library for Doctrine.
- Migrations - A migration management library.
- Phinx - Another database migration library.
- PHPMig - Another migration management library.
- Ruckusing - Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite.
- MongoDB - MongoDB PHP Driver.
- PHPMongo - A MongoDB ORM.
- Predis - A feature-complete Redis library.
Date and Time
- CalendR - A calendar management library.
- Carbon - A simple DateTime API extension.
- Chronos - A DateTime API extension supporting both mutable and immutable date/time.
- Moment.php - Moment.js inspired PHP DateTime handler with i18n support.
- Yasumi - A library to help you calculate the dates and names of holidays.
Deployment
- Deployer - A deployment tool.
- Rocketeer - A fast and easy deployer for the PHP world.
- CaptainHook - An easy-to-use and flexible Git hook library.
Dependency Injection
- Aura.Di - A serializable dependency injection container with constructor and setter injection, interface and trait awareness, configuration inheritance, and much more.
- Acclimate - A common interface to dependency injection containers and service locators.
- Auryn - A recursive dependency injector.
- Container - Another flexible dependency injection container.
- Disco - A PSR-11 compatible, annotation-based dependency injection container.
- PHP-DI - dependency injection container for humans (MIT)
- Pimple - A tiny dependency injection container.
- Symfony DI - A dependency injection container component.
Documentation
- APIGen - Another API documentation generator.
- daux.io - A documentation generator that uses Markdown files.
- phpDocumentor - Documentation Generator for PHP (MIT)
- phpDox - Documentation generator for PHP Code using standard technology (BSDv3)
- zircote/swagger-php - Generate OpenAPI documentation for your RESTful API.
- Drest - A library for exposing Doctrine entities as REST resource endpoints.
- Annotations - An annotation library (part of Doctrine).
- CssToInlineStyles - A library to inline CSS in email templates.
- Email Reply Parser - An email reply parser library.
- Email Validator - A small email address validation library.
- Fetch - An IMAP library.
- Mautic - Email marketing automation
- PHPMailer - Another mailer solution.
- PHP IMAP - A library to access mailboxes via POP3, IMAP and NNTP.
- Stampie - A library for email services such as SendGrid, PostMark, MailGun and MailChimp.
- SwiftMailer - Comprehensive mailing tools (MIT)
- Symfony Mailer - A powerful library for creating and sending emails.
Encode Decode
- Patchwork UTF-8 - A portable library for working with UTF-8 strings.
- Portable ASCII - A library to convert strings to ASCII.
- Portable UTF-8 - A string manipulation library with UTF-8 safe replacement methods.
Event
- Broadway - An event source and CQRS library.
- CakePHP Event - An event dispatcher library.
- Elephant.io - Yet another web socket library.
- Evenement - An event dispatcher library.
- Event - An event library with a focus on domain events.
- Fast CGI Client - A client to make synchronous/asynchronous requests through php-fpm socket.
- Pawl - An asynchronous web socket client.
- Prooph Event Store - An event source component to persist event messages
- PHP Defer - Golang's defer statement for PHP.
- RxPHP - A reactive extension library.
File
- CSV - A CSV data manipulation library.
- Flysystem - Abstraction for local and remote filesystems.
- Gaufrette - A filesystem abstraction layer.
- UnifiedArchive - A unified reader and writer of compressed archives.
- Parquet - PHP implementation of Parquet file format
Geolocation
- Country List - A list of all countries with names and ISO 3166-1 codes.
- GeoCoder - The most featured Geocoder library written in PHP (MIT)
- GeoJSON - A GeoJSON implementation.
- GeoTools - A library of geo-related tools.
- PHPGeo - A simple geo library.
Globalization
Include internationalization (I18n), localization (L10n) and translation
- Aura.Intl - Internationalization tools, particularly message translation (MIT)
- CakePHP I18n - Message translation and localization for dates and numbers.
HTTP
- Buzz - Another HTTP client.
- Guzzle - A comprehensive HTTP client.
- HTTPlug - HTTPlug, the HTTP client abstraction for PHP (MIT)
- Nyholm PSR-7 - A super lightweight PSR-7 implementation (MIT)
- PHP VCR - Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests (MIT)
- Requests - Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries (BSD liked)
- Retrofit - Retrofit implementation in PHP. A REST client for PHP (MIT)
- Symfony HTTP Client - A component to fetch HTTP resources synchronously or asynchronously.
- Laminas Diactoros - PSR-7 HTTP Message implementation.
Intergration
SDK, client API
- Amazon Web Service SDK - The official PHP AWS SDK library.
- AsyncAWS - An unofficial asynchronous PHP AWS SDK.
- Bref - helps you go serverless on AWS with PHP (MIT)
- Campaign Monitor - The official Campaign Monitor PHP library.
- Elastica - A client library for ElasticSearch.- Ganesha - A PHP implementation of Circuit Breaker pattern.
- ElasticSearch PHP - The official client library for ElasticSearch.
- Github - A library to interface with the Github API.
- Instructor for PHP - Structured data outputs with LLMs, in PHP.
- Jieba-PHP - A PHP port of Python's jieba. Chinese text segmentation for natural language processing.
- LLPhant - A comprehensive PHP Generative AI Framework using OpenAI GPT 4. Inspired by Langchain.
- Mailgun The official Mailgun PHP API.
- meilisearch-php - PHP client for Meilisearch (MIT)
- OpenAI Client - OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
- OpenAI Client for Laravel - OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API.
- PHP Mistral AI SDK - A powerful and easy-to-use PHP SDK for the Mistral AI API, allowing seamless integration of advanced AI-powered features into your PHP projects.
- Square - The official Square PHP SDK for payments and other Square APIs.
- Stripe - The official Stripe PHP library.
- Solarium - A client library for Solr.
- SphinxQL Query Builder - A query library for the Sphinx and Manticore search engines.
- Twilio - The official Twilio PHP REST API.
Image
- Color Extractor - A library for extracting colours from images.
- Glide - An on-demand image manipulation library.
- Image Hash - A library for generating perceptual image hashes.
- Image Optimizer - A library for optimizing images.
- Imagine - An image manipulation library.
- Intervention Image - Another image manipulation library.
- PHP Image Workshop - Another image manipulation library.
- PHP QR Code - QR Code generator and reader.
JSON
- JSON Lint - A JSON lint utility.
- JSONMapper - A library for mapping JSON to PHP objects.
- HAL - A Hypertext Application Language (HAL) builder library.
Logging
- Monolog - A comprehensive logger.
Math
- Brick Math - A library providing large number support:
BigInteger,BigDecimalandBigRational. - MathPHP - A math library for PHP.
- DecimalObject - A value object to handle decimals/floats easily and more precisely.
Middleware
- PSR-15 Middlewares - Inspiring collection of handy middlewares.
- Relay - A PHP 5.5 PSR-7 middleware dispatcher.
- Laminas Stratigility - Middleware for PHP built on top of PSR-7.
Multi-Proccesses
- amphp/process - An async process dispatcher for Amp (MIT)
- console-parallelization - Enables the parallelization of Symfony Console commands (MIT)
Multi-Threads
- amphp/parallel - An advanced parallelization library for PHP, enabling efficient multitasking, optimizing resource use, and application responsiveness through multiple CPU threads (MIT)
- ext-pmmpthread - Fork of https://github.com/krakjoe/pthreads with a revamped API and PHP 8.1+ support (PHP)
Navigation
Notifications
- JoliNotif - A cross-platform library for desktop notification (support for Growl, notify-send, toaster, etc)
- Notification Pusher - A standalone library for device push notifications.
- Notificato - A library for handling push notifications.
- Notificator - A lightweight notification library.
- Php-pushwoosh - A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.
Network
- IP - An immutable value object for working with IPv4 and IPv6 addresses.
- LibPhoneNumber for PHP - A PHP implementation of Google's phone number handling library.
Office
- lowrapper - PHP wrapper over LibreOffice converter (MIT)
- PHPPresentation - A pure PHP library for reading and writing presentations documents (LGPLv3)
- PHPWord - A pure PHP library for reading and writing word processing documents (LGPLv3)
- PhpSpreadsheet - A pure PHP library for reading and writing spreadsheet files (MIT)
- Office Convertor - PHP Wrapper for LibreOffice (MIT)
- 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.
Parser
Parser and renderer for HTML, CSS, Markdown, YAML, TOML
- Cebe Markdown - A fast and extensible Markdown parser.
- CommonMark PHP - Highly-extensible Markdown parser which fully supports the CommonMark spec.
- Decoda - A lightweight markup parser library.
- Essence - A library for extracting web media.
- Embera - An Oembed consumer library.
- HTML to Markdown - Converts HTML into Markdown.
- HTML5 PHP - An HTML5 parser and serializer library.
- JSON Schema - A JSON Schema validation library.
- MetaYaml - A schema validation library that supports YAML, JSON and XML.
- Parsedown - Another Markdown parser.
- PHP CSS Parser - A Parser for CSS Files written in PHP.
- PHP Markdown - A Markdown parser.
- Shiki PHP - A Shiki code highlighting package in PHP.
- VObject - A library for parsing VCard and iCalendar objects.
- UA Parser - A library for parsing user agent strings.
- Stringy - A string manipulation library with multibyte support.
- Agent - A PHP desktop/mobile user agent parser, based on Mobiledetect.
- HTML Purifier - A standards compliant HTML filter.
- Symfony HTML Sanitizer - An HTML sanitizer library.
- Negotiation - A content negotiation library.
- vanodevium/toml - library for encoding and decoding TOML (MIT)
- Browsershot - Convert HTML to an image, PDF or string.
- Dompdf - A HTML to PDF converter.
- Gotenberg - A PHP client for interacting with Gotenberg.
- Snappy - A PDF and image generation library.
- TCPDF - Official clone of PHP library to generate PDF documents and barcodes (LGPLv3)
Profiling
- Barbushin PHP Console - Another web debugging console using Google Chrome.
- Kint - A debugging and profiling tool.
- Metrics - A simple metrics API library.
- PCOV - A self-contained code coverage compatible driver.
- PHP Console - A web debugging console.
- php-debugbar - Debug bar for PHP (MIT)
- PHPBench - A benchmarking Framework.
- PHPSpy - A low-overhead sampling profiler.
- Tracy - A simple error detection, logging and time measuring library.
- Whoops - A pretty error-handling library.
- Xdebug - Step Debugger and Debugging Aid for PHP (PHP liked)
- XHProf - A profiling tool originally developed by Facebook.
- Z-Ray - enterprise-level PHP debugger that comes with Zend Server (commercial)
- Blackfire - fastest way to spot bottlenecks in your PHP & Python code (commercial)
Queue
- Bernard - A multibackend abstraction library.
- BunnyPHP - A performant pure-PHP AMQP (RabbitMQ) sync and also async (ReactPHP) library.
- Pheanstalk - A Beanstalkd client library.
- PHP AMQP - A pure PHP AMQP library.
- Tarantool Queue - PHP bindings for Tarantool Queue.
- Thumper - A RabbitMQ pattern library.
- Enqueue - A message queue packages for PHP that supports RabbitMQ, AMQP, STOMP, Amazon SQS, Redis and Doctrine transports.
Router
- Aura.Router - A full-featured routing library.
- Fast Route - A fast routing library.
- Klein - A flexible router.
- Pux - Another fast routing library.
- Route - A routing library built on top of Fast Route.
Security
- AntiXSS - A library that tries to preventing Cross-Site Scripting (XSS) attacks by blacklisting.
- Halite - High-level cryptography interface powered by libsodium (MIT)
- Optimus - Id obfuscation based on Knuth's multiplicative hashing method.
- PHPGGC - A library of PHP unserializable payloads along with a tool to generate them.
- PHP Encryption - Secure PHP Encryption Library.
- PHPSecLib - PHP Secure Communications Library (MIT)
- random_compat - PHP 5.x support for
random_bytes()andrandom_int() - Roave Security Advisories - This package ensures that your application doesn't have installed dependencies with known security vulnerabilities.
- Secure Headers - A package that adds security related headers to HTTP response.
- Zap - An integrated penetration testing tool for web applications.
- GenPhrase - A library for generating secure random passphrases.
- Password Compat - A compatibility library for the new PHP 5.5 password functions.
- Password Policy - A password policy library for PHP and JavaScript.
- Password Validator - A library for validating and upgrading password hashes.
- Password-Generator - PHP library to generate random passwords.
- PHP Password Lib - A library for generating and validating passwords.
- phpass - Legacy password hashing framework for PHP applications needing to support or having previously supported PHP below 5.5 (Public Domain)
- Zxcvbn PHP - A realistic PHP password strength estimate library based on Zxcvbn JS.
- noCAPTCHA - Helper for Google's noCAPTCHA (reCAPTCHA).
- Safe - All PHP functions, rewritten to throw exceptions instead of returning false.
- RobThree/TwoFactorAuth - Two Factor Authentication (TFA / 2FA) (MIT)
- Laragear/WebAuthn - Authenticate users with Passkeys: fingerprints, patterns and biometric data (MIT)
Static Analysis
- Exakat - A static analysis engine for PHP.
- Deptrac - A static code analysis tool that helps to enforce rules for dependencies between software layers.
- Mondrian - A code analysis tool using Graph Theory.
- phan - A static analyzer based on PHP 7+ and the php-ast extension.
- PHP Architecture Tester - Easy-to-use architecture testing tool for PHP.
- PHPCompatibility - A PHP compatibility checker for PHP CodeSniffer.
- PhpDependencyAnalysis - A tool to create customizable dependency graphs.
- PHPDoc Parser - Next-gen phpDoc parser with support for intersection types and generics
- PHP Metrics - A static metric library.
- PHP Migration - A static analyzer for PHP version migration.
- PHPStan - A PHP Static Analysis Tool.
- Psalm - A static analysis tool for finding errors in PHP applications.
Stream
- Streamer - A simple object-orientated stream wrapper library.
Task Runner and Scheduler
- Jobby - A PHP cron job manager without modifying crontab.
- Robo - A PHP Task runner with object-orientated configurations.
- Task - A pure PHP task runner inspired by Grunt and Gulp.
- Envoy - A tool to run SSH tasks with PHP.
Template
- Latte - safest & truly intuitive templates for PHP (GPL, BSD)
- MtHaml - A PHP implementation of the HAML template language.
- Mustache - A PHP implementation of the Mustache template language.
- PHPTAL - template engine for XSS-proof well-formed XHTML and HTML5 pages (LGPLv2)
- Plates - A native PHP templating library.
- Smarty - template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic (LGPLv3)
- Twig - flexible, fast, and secure template language for PHP (BSDv3)
- Laravel Mix - An elegant wrapper around Webpack for the 80% use case.
- Symfony Asset - Manages URL generation and versioning of web assets.
- Symfony Encore - A simple but powerful API for processing and compiling assets built around Webpack.
Testing
- Alice - An expressive fixture generation library.
- AspectMock - The most powerful and flexible mocking framework for PHPUnit / Codeception (MIT)
- Atoum - A simple testing library.
- Behat - A behaviour driven development (BDD) testing framework.
- Codeception - A full stack testing framework.
- Faker - A fake data generator library.
- Foundry - A fixture factory generation library for Doctrine.
- Infection - An AST-based PHP Mutation testing framework.
- Kahlan - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
- Mockery - A mock object library for testing.
- Nette Tester - A productive and enjoyable parallel unit testing framework.
- ParaTest - A parallel testing library for PHPUnit.
- Phake - Another mock object library for testing.
- PHP-Mock - A mock library for built-in PHP functions (e.g. time()).
- PHP MySQL Engine - A MySQL engine written in pure PHP.
- PHPSpec - A design by specification unit testing library.
- PHPT - A test tool used by PHP itself.
- PHPUnit - A unit testing framework.
- PHPUnit Polyfills - Simplifies running PHPUnit tests on multiple PHPUnit versions.
- Prophecy - A highly opinionated mocking framework.
- VFS Stream - A virtual filesystem stream wrapper for testing.
- Better Reflection - AST-based reflection library that allows analysis and manipulation of code
- Assert - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions.
URL
- PHP Domain Parser - A domain suffix parser library.
- Purl - A URL manipulation library.
- sabre/uri - A functional URI manipulation library.
- Uri - Another URL manipulation library.
- glenscott/url-normalizer - Syntax based normalization of URI's (MIT)
Validator
- Filterus - A simple PHP filtering library.
- Aura.Filter - Provides tools to validate and sanitize objects and arrays.
- CakePHP Validation - Another validation library.
- Upload - A library for handling file uploads and validation.
- Valitron - Another validation library.
- Volan - Another simplified validation library.
- Respect Validation - A simple validation library.
- Valinor - A library for mapping to strongly typed value objects.
Video
- PHP FFmpeg - A wrapper for the FFmpeg video library.
Misc
- Finite - A simple PHP finite state machine.
- Functional PHP - A functional programming library.
- Iter - A library that provides iteration primitives using generators.
- IterTools PHP - A library that provides functionality for working with iterable entities (similar to itertools library in Python).
- Pipeline - A pipeline pattern implementation.
- Porter - Data import abstraction library for consuming Web APIs and other data sources.
- RulerZ - A powerful rule engine and implementation of the Specification pattern.
- UUID - A library for generating UUIDs.
- Url highlight - A library for parsing URLs from text and converting them into clickable links.
- URLify - A PHP port of Django's URLify.js.
- Device Detector - Another library for parsing user agent strings.
- Mobile-Detect - A lightweight PHP class for detecting mobile devices (including tablets).
- ISO-codes - A library for validating inputs according to standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries.
- Lock - A lock library to provide exclusive execution.
- Hprose-PHP - A cross-language RPC.
- Laravel Serializable Closure - A library that allows Closures to be serialized.
- Pagerfanta - A pagination library.
- ProxyManager - A set of utilities to generate proxy objects for data mappers.
Framework
- AMP - non-blocking concurrency framework for PHP applications (MIT)
- CakePHP - A rapid application development framework.
- CodeIgniter - A powerful PHP framework with a very small footprint.
- FuelPHP - simple, flexible, community driven PHP 5.3+ (MIT)
- Laminas - A framework comprised of individual components (previously Zend Framework).
- Laravel - A web application framework with expressive, elegant syntax.
- Nette - A web framework comprised of mature components.
- Phalcon - A framework implemented as a C extension.
- Spiral - A high-performance PHP/Go framework.
- Symfony - A set of reusable components and a web framework.
- ReactPHP - Event-driven, non-blocking I/O with PHP (MIT)
- Yii2 - A fast, secure, and efficient web framework.
- Laravel Zero - A micro-framework for console applications.
- Mezzio - A micro-framework by Laminas.
- Minicli - Minimalist, dependency-free framework for building CLI-centric PHP applications.
- Silly - A micro-framework for CLI applications.
- Slim - Another simple micro framework.
- Slim Skeleton - A skeleton for Slim.
- Slim Twig View - Integrate Twig into Slim.
- Slim PHP View - A simple PHP renderer for Slim.
- Symfony - for web and console applications and a set of reusable PHP components (MIT)
- CakePHP CRUD - A Rapid Application Development (RAD) plugin for CakePHP.
- LaravelS - An out-of-the-box adapter between Laravel/Lumen and Swoole.
- Livewire - Powerful, dynamic, front-end UIs without leaving PHP.
- Swoole - Coroutine-based concurrency library for PHP (Apache)
- BotMan - A framework agnostic PHP library to build cross-platform chatbots.
- TinnkPHP - simple, lightweight framework (Apache2)
- Workerman - An asynchronous event driven PHP socket framework (MIT)
Extensions
- PHP APM - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
- PHP CPP - monitoring extension enabling native Application Performance Management (APM) for PHP (PHPv3)
- Phalcon - A framework implemented as a C extension. (MIT)
- Zephir - A compiled language between PHP and C++ for developing PHP extensions.
- Swoole - Coroutine-based concurrency library for PHP (Apache)
- ext-php-rs - Bindings for the Zend API to build PHP extensions natively in Rust (Apache / MIT)
Platforms
Analytics
- Matomo - leading open-source alternative to Google Analytics (GPLv3)
Content Management Systems (CMS)
- Backdrop - A CMS targeting small-to-medium-sized business and non-profits (a fork of Drupal).
- Concrete5 - A CMS targeting users with a minimum of technical skills.
- CraftCMS - A flexible, user-friendly CMS for creating custom digital experiences on the web and beyond.
- DigiDocu - Open Source Documents Management System Built with Laravel 10 (GPL)
- Drupal - An enterprise level CMS.
- Grav - A modern flat-file CMS.
- Joomla - Another leading CMS.
- Kirby - A flat-file CMS that adapts to any project.
- Magento - The most popular e-commerce platform.
- Moodle - An open-source learning platform.
- OpenMage - Fork of EoL Magento 1 e-commerce platform.
- Pico CMS - A stupidly simple, blazing fast, flat file CMS.
- Statamic - Build beautiful, easy-to-manage websites.
- Sulu - A user and developer friendly focused CMS and Platform based on the Symfony Framework.
- TYPO3 - An enterprise level CMS.
- WordPress - A blogging platform and CMS.
- MediaWiki - collaborative editing software that runs Wikipedia (GPLv2)
E-commerce
- Money - A PHP implementation of Fowler's money pattern.
- Brick Money - A money library for PHP, with support for contexts, cash roundings, currency conversion.
- OmniPay - A framework agnostic multi-gateway payment processing library.
- Payum - A payment abstraction library.
- Shopsys Framework - An open source e-commerce platform for in-house development teams.
- Shopware - Highly customizable e-commerce software
- Swap - An exchange rates library.
- Sylius - An open source e-commerce solution.
ERP / CRM
- Dolibarr - a modern software package to manage your company or foundation's activity (GPLv3)
- Monica - personal CRM. Remember everything about your friends, family and business relationships (AGPLv3)
File Server
- NextCloud - safe home for all your data (AGPLv3)
Forum
- Flarum - Simple forum software for building great communities (MIT)
- MyBB - free and open source forum software (LGPLv3)
- phpBB - a popular open-source bulletin board (GPLv2)
- Vanilla - powerfully simple discussion forum you can easily customize to make as unique as your community (GPLv2)
Photo and Video
- Lychee - Great looking and easy-to-use photo-management-system (MIT)
Static Site Generators
- Couscous - Couscous turns Markdown documentation into beautiful websites. It's GitHub Pages on steroids.
- Jigsaw - Simple static sites with Laravel's Blade.
- Sculpin - A tool that converts Markdown and Twig into static HTML.
Ecosystem
Build Tool
- Box - A utility to build PHAR files.
- Construct - A PHP project/micro-package generator.
- Phing - A PHP project build system inspired by Apache Ant.
- RMT - A library for versioning and releasing software.
Development Environment
- Ansible - A radically simple orchestration framework.
- DDEV - a local web development environment system for PHP.
- Docker - A containerization platform.
- Docker PHP Extension Installer - Easily install PHP extensions in Docker containers.
- Docksal - Unified, Docker 🐳 powered web development environments for macOS, Windows, and Linux.
- Expose - An open-source PHP tunneling service.
- Lando - Push-button development environments.
- Laravel Homestead - A local development environment for Laravel.
- Laravel Herd - A one click PHP development environment for macOS and Windows.
- Laradock - A full PHP development environment based on Docker.
- PHPMon - A macOS menu bar app for managing PHP installations (works with Laravel Valet).
- Puppet - A server automation framework and application.
- Takeout - A Docker-based development-only dependency manager.
- Vagrant - A portable development environment utility.
- ClassPreloader - A library for optimizing autoloading.
Dependency Management
- Composer Installers - A multi-framework Composer library installer.
- Composer - A package and dependency manager.
- Pie - The official PHP installer for extensions.
- Phive - A PHAR manager.
- Pickle - A PHP extension installer.* Composed - A library to parse your project's Composer environment at runtime.
- Composer Merge Plugin - A composer plugin to merge several
composer.jsonfiles. - Composer Normalize - A plugin for normalizing
composer.jsonfiles. - Composer Patches - A plugin for Composer to apply patches.
- Composer Prefer Lowest Validator - A plugin to check if minimum dependencies can be installed and tested.
- Composer Require Checker - CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package.
- Composer Unused - A CLI Tool to scan for unused composer packages.
- Repman - A private PHP package repository manager and Packagist proxy.
- Satis - A static Composer repository generator.
- Tooly - A library to manage PHAR files in a project using Composer.
- Toran Proxy - A Composer proxy for speed and reliability. (⚠️ Toran Proxy is being phased out.)
PHP Installation
- Brew PHP Switcher - Brew PHP switcher.
- HomeBrew - A package manager for OSX.
- PHP Brew - A PHP version manager and installer.
- PHP Build - Another PHP version installer.
- Static PHP CLI - Build or download static versions of PHP CLI and FPM.
- PCEL - repository for PHP Extensions, providing a directory of all known extensions
Server
- amphp/http-server - An advanced async HTTP server library for PHP, perfect for real-time apps and APIs with high concurrency demands (MIT)
- appserver.io - A multithreaded application server for PHP, written in PHP.
- php-pm - A process manager, supercharger and load balancer for PHP applications.
- RoadRunner - High-performance PHP application server, load-balancer and process manager.
- FrankenPHP - The modern PHP app server written in Golang (MIT)
- Ratchet - Asynchronous WebSocket server (MIT)
- Restler - A lightweight framework to expose PHP methods as RESTful web API.
Editor and IDE
- Eclipse for PHP Developers - A PHP IDE based on the Eclipse platform.
- Apache NetBeans - An IDE with support for PHP and HTML5.
- PhpEd - An IDE with professional commercial debugger.
- PhpStorm - A commercial PHP IDE.
- VS Code - An open source code editor.
- Laminas API Tool Skeleton - An API builder built with the Laminas Framework.
Virtual Machines
- Hack - A programming language for HHVM.
- HHVM - A Virtual Machine, Runtime and JIT for PHP by Facebook.
- PeachPie - PHP compiler and runtime for .NET and .NET Core.
Web Application
- 3V4L - An online PHP & HHVM shell.
- Adminer - Database management in a single PHP file.
- Cachet - The open source status page system.
- DBV - A database version control application.
- Lychee - An easy to use and great looking photo-management-system.
- MailCatcher - A web tool for capturing and viewing emails.
- phpMyAdmin - A web interface for MySQL/MariaDB.
- PHP Queue - An application for managing queueing backends.
- phpRedisAdmin - A simple web interface to manage Redis databases.
- PHPSandbox - An online IDE for PHP in the browser.
Utility
- PackageGenerator - Package Generator generates a PHP SDK from any WSDL.
Resources
Web Service
- Code Climate - An automated code review.
- CircleCI
- Gitlab CI/CD
- Jenkins
- Laravel Vapor - serverless deployment platform for Laravel, powered by AWS
- SemaphoreCI
- Travis CI
- BugSnag - Error and Real User Monitoring.
- Honeybadger - Error Tracking & Application Monitoring for Developers.
- Rollbar - Error Logging & Tracking Service for Software Teams.
- Sentry - Application Performance Monitoring & Error Tracking Software.
- Tideways - Monitoring and profiling tool.
- Bldr - A PHP Task runner built on Symfony components.
- API Platform - Expose in minutes a hypermedia REST API that embraces JSON-LD, Hydra format.
Tutorial / Learning
- Design Patterns PHP - A repository of software patterns implemented in PHP.
- Nomad PHP - A online PHP learning resource.
- Laravel News - The official Laravel blog.
- PHP Annotated Monthly - A monthly digest of PHP news.
- PHP FIG - The PHP Framework Interoperability Group.
- PHP Package Development Standards - Package development standards for PHP.
- PHP School - Open Source Learning for PHP.
- PHP The Right Way - A PHP best practice quick reference guide.
- PHP UG - A website to help people locate their nearest PHP user group (UG).
- PHP Watch - PHP articles, news, upcoming changes, RFCs and more.
- Unit Testing Tips - Unit Testing Tips by examples in PHP.
- PHP Internals Book - An online book about PHP internals, written by three core developers.
- Mastering PHP
Books
- Domain-Driven Design in PHP - Real examples written in PHP showcasing DDD Architectural Styles.
- Functional Programming in PHP - This book will show you how to leverage these new PHP5.3+ features by understanding functional programming principles
- Grumpy PHPUnit - A book about unit testing with PHPUnit by Chris Hartjes.
- Mastering Object-Orientated PHP - A book about object-orientated PHP by Brandon Savage.
- PHP Cookbook - This cookbook provides code recipes to help you resolve a variety of coding issues.
- Modernizing Legacy Applications in PHP - A book about modernizing legacy PHP applications by Paul M. Jones.
- Scaling PHP Applications - An ebook about scaling PHP applications by Steve Corona.
- Securing PHP: Core Concepts - A book about common security terms and practices for PHP by Chris Cornutt.
- Signaling PHP - A book about catching PCNTL signals in CLI scripts by Cal Evans.
- 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.
Videos
- Laracasts - Screencasts about Laravel, Vue JS and more.
- Laravel YouTube Channel - The official Laravel YouTube channel.
- Program With Gio - PHP 8 course by Gio.
- Programming with Anthony - A video series by Anthony Ferrara.
- SymfonyCasts - Screencasts and tutorials about PHP and Symfony.
Conferences
- Laracon EU - 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] - The longest-running web developer conference in the United States that has a focus on the PHP programming language.
- PHP UK Conference - A collection of videos from the PHP UK Conference.
Podcasts
- Laravel News Podcast - The Laravel News Podcast brings you all the latest news and events related to the Laravel PHP Framework.
- Mostly Technical - 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 - Two seasoned salty programming veterans talk best practices based on years of working with Laravel SaaS teams.
- North Meets South Web Podcast - Jacob Bennett and Michael Dyrynda conquer a 14.5 hour time difference to talk about life as web developers.
- Over Engineered - A podcast in mini-series where we explore unimportant programming questions in extreme detail.
- PHP Internals News - A podcast about PHP internals.
- PHP Town Hall - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
- php[podcast] episodes from php[architect] - The official podcast of php[architect] the industry's leading tech magazine and publisher focused on PHP and web development.
- PHPUgly - The ramblings of a few overworked PHP Developers.
- The Laracasts Snippet - The Laracasts snippet, each episode, offers a single thought on some aspect of web development.
- The Laravel Podcast - Laravel and PHP development news and discussion.
- The PHP Roundtable - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
Newsletters
- PHP Weekly - A weekly newsletter about PHP.
Reading
- php[architect] - A monthly magazine dedicated to PHP.
Internals Reading
- PHP RFCs - The home of PHP RFCs (Request for Comments).
- Externals - PHP internal discussions.
- PHP RFC Watch - Watch the latest PHP RFCs.
Package Repository
- Firegento - Magento Module Composer Repository.
- Packagist - The PHP Package Repository.
- Packalyst - The Laravel Package Repository
- Private Packagist - Composer package archive as a service for PHP.
- WordPress Packagist - Manage your plugins with Composer.