mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Merge branch 'master' into rezalaal-patch-1
This commit is contained in:
commit
5ad682e0a6
10
.editorconfig
Normal file
10
.editorconfig
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
; This file is for unifying the coding style for different editors and IDEs.
|
||||||
|
; More information at https://editorconfig.org
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
11
.github/workflows/awesomebot.yml
vendored
11
.github/workflows/awesomebot.yml
vendored
@ -3,19 +3,22 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Ruby
|
- uses: ruby/setup-ruby@v1
|
||||||
uses: actions/setup-ruby@v1
|
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.7.x
|
ruby-version: '2.7'
|
||||||
|
|
||||||
- name: Install Awesome Bot
|
- name: Install Awesome Bot
|
||||||
run: gem install awesome_bot
|
run: gem install awesome_bot
|
||||||
|
|
||||||
- name: Run Awesome Bot
|
- name: Run Awesome Bot
|
||||||
run: awesome_bot README.md --request-delay 1 --allow-dupe --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org,oreilly.com,youtube.com,lumen.laravel.com
|
run: awesome_bot README.md --request-delay 1 --allow-dupe --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org,oreilly.com,youtube.com,lumen.laravel.com
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
|
@ -35,7 +35,7 @@ This Code of Conduct applies both within project spaces and in public spaces
|
|||||||
when an individual is representing the project or its community.
|
when an individual is representing the project or its community.
|
||||||
|
|
||||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||||
reported by contacting a project maintainer at awesome-php@josediazgonzalez.com. All
|
reported by contacting a project maintainer at ziadoz@gmail.com. All
|
||||||
complaints will be reviewed and investigated and will result in a response that
|
complaints will be reviewed and investigated and will result in a response that
|
||||||
is deemed necessary and appropriate to the circumstances. Maintainers are
|
is deemed necessary and appropriate to the circumstances. Maintainers are
|
||||||
obligated to maintain confidentiality with regard to the reporter of an
|
obligated to maintain confidentiality with regard to the reporter of an
|
||||||
|
@ -13,9 +13,10 @@ If you provide feedback on a suggested project please be friendly and constructi
|
|||||||
## Reviewing
|
## Reviewing
|
||||||
Please work through the following checklist when reviewing a project:
|
Please work through the following checklist when reviewing a project:
|
||||||
|
|
||||||
- Tag pull requests with the most relevant label(s).
|
|
||||||
- Validate URLs work correctly and don't point to anything malicious.
|
|
||||||
- Ensure suggestions adhere to [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONTRIBUTING.md).
|
- Ensure suggestions adhere to [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONTRIBUTING.md).
|
||||||
|
- Validate URLs work correctly and don't point to anything malicious.
|
||||||
|
- Two approvals per pull request is preferred, but not required.
|
||||||
|
- Simple pull requests fixing typos, formatting and broken links can be merged with a single approval.
|
||||||
|
|
||||||
## Enhancements
|
## Enhancements
|
||||||
If you have an idea on how to improve the project, please open a ticket for discussion using the `Enhancement` label. Please don’t make any broad or sweeping changes without consulting other collaborators first and reaching a consensus.
|
If you have an idea on how to improve the project, please open a ticket for discussion using the `Enhancement` label. Please don’t make any broad or sweeping changes without consulting other collaborators first and reaching a consensus.
|
||||||
|
206
README.md
206
README.md
@ -1,6 +1,6 @@
|
|||||||
# Awesome PHP ![](https://github.com/ziadoz/awesome-php/workflows/Awesome%20Bot/badge.svg)
|
# Awesome PHP [![Awesome](https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
||||||
|
|
||||||
A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
A curated list of amazingly awesome PHP libraries, resources, and shiny things.
|
||||||
|
|
||||||
## Contributing and Collaborating
|
## 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.
|
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.
|
||||||
@ -38,6 +38,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
- [Static Analysis](#static-analysis)
|
- [Static Analysis](#static-analysis)
|
||||||
- [Architectural](#architectural)
|
- [Architectural](#architectural)
|
||||||
- [Debugging and Profiling](#debugging-and-profiling)
|
- [Debugging and Profiling](#debugging-and-profiling)
|
||||||
|
- [Error Tracking and Monitoring Services](#error-tracking-and-monitoring-services)
|
||||||
- [Build Tools](#build-tools)
|
- [Build Tools](#build-tools)
|
||||||
- [Task Runners](#task-runners)
|
- [Task Runners](#task-runners)
|
||||||
- [Navigation](#navigation)
|
- [Navigation](#navigation)
|
||||||
@ -83,6 +84,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
- [PHP Websites](#php-websites)
|
- [PHP Websites](#php-websites)
|
||||||
- [PHP Books](#php-books)
|
- [PHP Books](#php-books)
|
||||||
- [PHP Videos](#php-videos)
|
- [PHP Videos](#php-videos)
|
||||||
|
- [PHP Conferences](#php-conferences)
|
||||||
- [PHP Podcasts](#php-podcasts)
|
- [PHP Podcasts](#php-podcasts)
|
||||||
- [PHP Newsletters](#php-newsletters)
|
- [PHP Newsletters](#php-newsletters)
|
||||||
- [PHP Reading](#php-reading)
|
- [PHP Reading](#php-reading)
|
||||||
@ -99,7 +101,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
### Dependency Management
|
### Dependency Management
|
||||||
*Libraries for dependency and package management.*
|
*Libraries for dependency and package management.*
|
||||||
|
|
||||||
* [Composer Installers](https://github.com/composer/installers) - A multi framework Composer library installer.
|
* [Composer Installers](https://github.com/composer/installers) - A multi-framework Composer library installer.
|
||||||
* [Composer](https://getcomposer.org/) - A package and dependency manager.
|
* [Composer](https://getcomposer.org/) - A package and dependency manager.
|
||||||
* [Phive](https://phar.io/) - A PHAR manager.
|
* [Phive](https://phar.io/) - A PHAR manager.
|
||||||
* [Pickle](https://github.com/FriendsOfPHP/pickle) - A PHP extension installer.
|
* [Pickle](https://github.com/FriendsOfPHP/pickle) - A PHP extension installer.
|
||||||
@ -109,25 +111,26 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
|
|
||||||
* [Composed](https://github.com/joshdifabio/composed) - A library to parse your project's Composer environment at runtime.
|
* [Composed](https://github.com/joshdifabio/composed) - A library to parse your project's Composer environment at runtime.
|
||||||
* [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several `composer.json` files.
|
* [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several `composer.json` files.
|
||||||
* [Composer Normalize](https://github.com/ergebnis/composer-normalize) - A plugin for normalising `composer.json` files.
|
* [Composer Normalize](https://github.com/ergebnis/composer-normalize) - A plugin for normalizing `composer.json` files.
|
||||||
* [Composer Patches](https://github.com/cweagans/composer-patches) - A plugin for Composer to apply patches.
|
* [Composer Patches](https://github.com/cweagans/composer-patches) - A plugin for Composer to apply patches.
|
||||||
|
* [Composer Prefer Lowest Validator](https://github.com/dereuromark/composer-prefer-lowest) - A plugin to check if minimum dependencies can be installed and tested.
|
||||||
* [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.
|
* [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.
|
||||||
* [Composer Unused](https://github.com/composer-unused/composer-unused) - A CLI Tool to scan for unused composer packages.
|
* [Composer Unused](https://github.com/composer-unused/composer-unused) - A CLI Tool to scan for unused composer packages.
|
||||||
* [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process.
|
|
||||||
* [Repman](https://repman.io) - A private PHP package repository manager and Packagist proxy.
|
* [Repman](https://repman.io) - A private PHP package repository manager and Packagist proxy.
|
||||||
* [Satis](https://github.com/composer/satis) - A static Composer repository generator.
|
* [Satis](https://github.com/composer/satis) - A static Composer repository generator.
|
||||||
* [Tooly](https://github.com/tommy-muehle/tooly-composer-script) - A library to manage PHAR files in project using Composer.
|
* [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 static Composer repository and proxy.
|
* [Toran Proxy](https://toranproxy.com) - A Composer proxy for speed and reliability. (:warning: Toran Proxy is being phased out.)
|
||||||
|
|
||||||
### Frameworks
|
### Frameworks
|
||||||
*Web development frameworks.*
|
*Web development frameworks.*
|
||||||
|
|
||||||
* [CakePHP](https://cakephp.org/) - A rapid application development framework.
|
* [CakePHP](https://cakephp.org/) - A rapid application development framework.
|
||||||
|
* [CodeIgniter](https://codeigniter.com/) - A powerful PHP framework with a very small footprint.
|
||||||
* [Laminas](https://getlaminas.org/) - A framework comprised of individual components (previously Zend Framework).
|
* [Laminas](https://getlaminas.org/) - A framework comprised of individual components (previously Zend Framework).
|
||||||
* [Laravel](https://laravel.com/) - A web application framework with expressive, elegant syntax.
|
* [Laravel](https://laravel.com/) - A web application framework with expressive, elegant syntax.
|
||||||
* [Nette](https://nette.org) - A web framework comprised of mature components.
|
* [Nette](https://nette.org) - A web framework comprised of mature components.
|
||||||
* [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
|
* [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
|
||||||
* [Spiral](https://spiral.dev/) - A high performance PHP/Go framework.
|
* [Spiral](https://spiral.dev/) - A high-performance PHP/Go framework.
|
||||||
* [Symfony](https://symfony.com/) - A set of reusable components and a web framework.
|
* [Symfony](https://symfony.com/) - A set of reusable components and a web framework.
|
||||||
* [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework.
|
* [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework.
|
||||||
|
|
||||||
@ -136,21 +139,20 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
|
|
||||||
* [CakePHP CRUD](https://github.com/friendsofcake/crud) - A Rapid Application Development (RAD) plugin for CakePHP.
|
* [CakePHP CRUD](https://github.com/friendsofcake/crud) - A Rapid Application Development (RAD) plugin for CakePHP.
|
||||||
* [Knp RAD Components](https://rad.knplabs.com/) - A set of Rapid Application Development (RAD) components for Symfony.
|
* [Knp RAD Components](https://rad.knplabs.com/) - A set of Rapid Application Development (RAD) components for Symfony.
|
||||||
* [LaravelS](https://github.com/hhxsv5/laravel-s) - Glue for using Swoole in Laravel or Lumen.
|
* [LaravelS](https://github.com/hhxsv5/laravel-s) - An out-of-the-box adapter between Laravel/Lumen and Swoole.
|
||||||
* [Symfony CMF](https://github.com/symfony-cmf/symfony-cmf) - A Content Management Framework to create custom CMS.
|
* [Livewire](https://livewire.laravel.com/) - Powerful, dynamic, front-end UIs without leaving PHP.
|
||||||
* [Livewire](https://laravel-livewire.com/) - A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
|
|
||||||
|
|
||||||
### Content Management Systems (CMS)
|
### Content Management Systems (CMS)
|
||||||
*Tools for managing digital content.*
|
*Tools for managing digital content.*
|
||||||
|
|
||||||
* [Backdrop](https://backdropcms.org) - A CMS targeting small-to-medium sized business and non-profits (a fork of Drupal).
|
* [Backdrop](https://backdropcms.org) - A CMS targeting small-to-medium-sized business and non-profits (a fork of Drupal).
|
||||||
* [Concrete5](https://www.concretecms.com/) - A CMS targeting users with a minimum of technical skills.
|
* [Concrete5](https://www.concretecms.com/) - A CMS targeting users with a minimum of technical skills.
|
||||||
* [CraftCMS](https://github.com/craftcms/cms) - A flexible, user-friendly CMS for creating custom digital experiences on the web and beyond.
|
* [CraftCMS](https://github.com/craftcms/cms) - A flexible, user-friendly CMS for creating custom digital experiences on the web and beyond.
|
||||||
* [Drupal](https://www.drupal.org) - An enterprise level CMS.
|
* [Drupal](https://www.drupal.org) - An enterprise level CMS.
|
||||||
* [Grav](https://github.com/getgrav/grav) - A modern flat-file CMS.
|
* [Grav](https://github.com/getgrav/grav) - A modern flat-file CMS.
|
||||||
* [Joomla](https://www.joomla.org/) - Another leading CMS.
|
* [Joomla](https://www.joomla.org/) - Another leading CMS.
|
||||||
* [Kirby](https://getkirby.com/) - A flat-file CMS that adapts to any project.
|
* [Kirby](https://getkirby.com/) - A flat-file CMS that adapts to any project.
|
||||||
* [Magento](https://business.adobe.com/products/magento/magento-commerce.html) - The most popular ecommerce platform.
|
* [Magento](https://github.com/magento/magento2) - The most popular e-commerce platform.
|
||||||
* [Moodle](https://moodle.org/) - An open-source learning platform.
|
* [Moodle](https://moodle.org/) - An open-source learning platform.
|
||||||
* [Pico CMS](https://picocms.org/) - A stupidly simple, blazing fast, flat file CMS.
|
* [Pico CMS](https://picocms.org/) - A stupidly simple, blazing fast, flat file CMS.
|
||||||
* [Statamic](https://statamic.com/) - Build beautiful, easy to manage websites.
|
* [Statamic](https://statamic.com/) - Build beautiful, easy to manage websites.
|
||||||
@ -164,7 +166,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [CakePHP Plugins](https://plugins.cakephp.org/) - A directory of CakePHP plugins.
|
* [CakePHP Plugins](https://plugins.cakephp.org/) - A directory of CakePHP plugins.
|
||||||
* [Laravel Components](https://github.com/illuminate) - The Laravel Framework components.
|
* [Laravel Components](https://github.com/illuminate) - The Laravel Framework components.
|
||||||
* [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
|
* [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
|
||||||
* [Spatie Open Source](https://spatie.be/open-source) - A collection of open source PHP and Laravel packages.
|
* [Spatie Open Source](https://spatie.be/open-source) - A collection of open-source PHP and Laravel packages.
|
||||||
* [Symfony Components](https://symfony.com/components) - The components that make Symfony.
|
* [Symfony Components](https://symfony.com/components) - The components that make Symfony.
|
||||||
* [Laminas Components](https://docs.laminas.dev/components/) - The components that make the Laminas Framework.
|
* [Laminas Components](https://docs.laminas.dev/components/) - The components that make the Laminas Framework.
|
||||||
|
|
||||||
@ -172,9 +174,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
*Micro frameworks and routers.*
|
*Micro frameworks and routers.*
|
||||||
|
|
||||||
* [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications.
|
* [Laravel-Zero](https://laravel-zero.com) - A micro-framework for console applications.
|
||||||
* [Lumen](https://lumen.laravel.com/) - A micro-framework by Laravel.
|
|
||||||
* [Mezzio](https://getexpressive.org/) - A micro-framework by Laminas.
|
* [Mezzio](https://getexpressive.org/) - A micro-framework by Laminas.
|
||||||
* [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
|
* [Minicli](https://github.com/minicli/minicli) - Minimalist, dependency-free framework for building CLI-centric PHP applications.
|
||||||
* [Silly](https://github.com/mnapoli/silly) - A micro-framework for CLI applications.
|
* [Silly](https://github.com/mnapoli/silly) - A micro-framework for CLI applications.
|
||||||
* [Slim](https://www.slimframework.com/) - Another simple micro framework.
|
* [Slim](https://www.slimframework.com/) - Another simple micro framework.
|
||||||
|
|
||||||
@ -227,14 +228,14 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [Laminas Diactoros](https://github.com/laminas/laminas-diactoros) - PSR-7 HTTP Message implementation.
|
* [Laminas Diactoros](https://github.com/laminas/laminas-diactoros) - PSR-7 HTTP Message implementation.
|
||||||
|
|
||||||
### Scraping
|
### Scraping
|
||||||
*Libraries for scraping websites.*
|
*Libraries for scraping websites and detecting crawlers.*
|
||||||
|
|
||||||
* [Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP.
|
* [Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP.
|
||||||
* [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super fast HTML scrapper and parser.
|
* [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - A PHP class for detecting bots/crawlers/spiders via the user agent.
|
||||||
|
* [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super-fast HTML scrapper and parser.
|
||||||
* [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
|
* [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
|
||||||
* [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
|
|
||||||
* [Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony.
|
|
||||||
* [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
|
* [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
|
||||||
|
* [Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony.
|
||||||
|
|
||||||
### Middlewares
|
### Middlewares
|
||||||
*Libraries for building application using middlewares.*
|
*Libraries for building application using middlewares.*
|
||||||
@ -262,7 +263,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [Mautic](https://github.com/mautic/mautic) - Email marketing automation
|
* [Mautic](https://github.com/mautic/mautic) - Email marketing automation
|
||||||
* [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
|
* [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
|
||||||
* [PHP IMAP](https://github.com/barbushin/php-imap) - A library to access mailboxes via POP3, IMAP and NNTP.
|
* [PHP IMAP](https://github.com/barbushin/php-imap) - A library to access mailboxes via POP3, IMAP and NNTP.
|
||||||
* [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [MailChimp](https://mailchimp.com/features/transactional-email/).
|
* [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/).
|
||||||
* [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution.
|
* [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution.
|
||||||
* [Symfony Mailer](https://github.com/symfony/mailer) - A powerful library for creating and sending emails.
|
* [Symfony Mailer](https://github.com/symfony/mailer) - A powerful library for creating and sending emails.
|
||||||
|
|
||||||
@ -278,7 +279,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
### Streams
|
### Streams
|
||||||
*Libraries for working with streams.*
|
*Libraries for working with streams.*
|
||||||
|
|
||||||
* [ByteStream](https://amphp.org/byte-stream/) - An asynchronous stream abstraction.
|
* [ByteStream](https://amphp.org/byte-stream) - An asynchronous stream abstraction.
|
||||||
* [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.
|
* [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.
|
||||||
|
|
||||||
### Dependency Injection
|
### Dependency Injection
|
||||||
@ -303,27 +304,25 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [Imagine](https://imagine.readthedocs.io/en/latest/index.html) - An image manipulation library.
|
* [Imagine](https://imagine.readthedocs.io/en/latest/index.html) - An image manipulation library.
|
||||||
* [Intervention Image](https://github.com/Intervention/image) - Another image manipulation library.
|
* [Intervention Image](https://github.com/Intervention/image) - Another image manipulation library.
|
||||||
* [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library.
|
* [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library.
|
||||||
|
* [PHP QR Code](https://github.com/chillerlan/php-qrcode/) - QR Code generator and reader.
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
*Libraries for testing codebases and generating test data.*
|
*Libraries for testing codebases and generating test data.*
|
||||||
|
|
||||||
* [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.
|
* [Alice](https://github.com/nelmio/alice) - An expressive fixture generation library.
|
||||||
* [AspectMock](https://github.com/Codeception/AspectMock) - A mocking framework for PHPUnit/Codeception.
|
|
||||||
* [Atoum](https://github.com/atoum/atoum) - A simple testing library.
|
* [Atoum](https://github.com/atoum/atoum) - A simple testing library.
|
||||||
* [Behat](https://docs.behat.org/en/latest/) - A behaviour driven development (BDD) testing framework.
|
* [Behat](https://docs.behat.org/en/latest/) - A behaviour driven development (BDD) testing framework.
|
||||||
* [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
|
* [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
|
||||||
* [Faker](https://github.com/fakerphp/faker) - A fake data generator library.
|
* [Faker](https://github.com/fakerphp/faker) - A fake data generator library.
|
||||||
* [Foundry](https://github.com/zenstruck/foundry) - A fixture factory generation library for Doctrine.
|
* [Foundry](https://github.com/zenstruck/foundry) - A fixture factory generation library for Doctrine.
|
||||||
* [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
|
|
||||||
* [Infection](https://github.com/infection/infection) - An AST-based PHP Mutation testing framework.
|
* [Infection](https://github.com/infection/infection) - An AST-based PHP Mutation testing framework.
|
||||||
* [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
|
* [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
|
||||||
* [Mink](https://mink.behat.org/en/latest/) - Web acceptance testing.
|
* [Mink](https://mink.behat.org/en/latest/) - Web acceptance testing.
|
||||||
* [Mockery](https://github.com/mockery/mockery) - A mock object library for testing.
|
* [Mockery](https://github.com/mockery/mockery) - A mock object library for testing.
|
||||||
|
* [Nette Tester](https://github.com/nette/tester) - A productive and enjoyable parallel unit testing framework.
|
||||||
* [ParaTest](https://github.com/paratestphp/paratest) - A parallel testing library for PHPUnit.
|
* [ParaTest](https://github.com/paratestphp/paratest) - A parallel testing library for PHPUnit.
|
||||||
* [Pest](https://pestphp.com/) - A testing framework with a focus on simplicity.
|
* [Pest](https://pestphp.com/) - A testing framework with a focus on simplicity.
|
||||||
* [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework.
|
|
||||||
* [Phake](https://github.com/phake/phake) - Another mock object library for testing.
|
* [Phake](https://github.com/phake/phake) - Another mock object library for testing.
|
||||||
* [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework.
|
|
||||||
* [PHP-Mock](https://github.com/php-mock/php-mock) - A mock library for built-in PHP functions (e.g. time()).
|
* [PHP-Mock](https://github.com/php-mock/php-mock) - A mock library for built-in PHP functions (e.g. time()).
|
||||||
* [PHP MySQL Engine](https://github.com/vimeo/php-mysql-engine) - A MySQL engine written in pure PHP.
|
* [PHP MySQL Engine](https://github.com/vimeo/php-mysql-engine) - A MySQL engine written in pure PHP.
|
||||||
* [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
|
* [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
|
||||||
@ -336,41 +335,40 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
*Libraries and applications for continuous integration.*
|
*Libraries and applications for continuous integration.*
|
||||||
|
|
||||||
* [CircleCI](https://circleci.com) - A continuous integration platform.
|
* [CircleCI](https://circleci.com) - A continuous integration platform.
|
||||||
* [GitlabCi](https://about.gitlab.com/stages-devops-lifecycle/continuous-integration/) - Let GitLab CI test, build, deploy your code. TravisCi like.
|
* [GitlabCi](https://about.gitlab.com/solutions/continuous-integration/) - Let GitLab CI test, build, deploy your code. TravisCi like.
|
||||||
* [Jenkins](https://www.jenkins.io/) - A continuous integration platform with [PHP support](https://www.jenkins.io/solutions/php/).
|
* [Jenkins](https://www.jenkins.io/) - A continuous integration platform with [PHP support](https://www.jenkins.io/solutions/php/).
|
||||||
* [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
|
* [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
|
||||||
* [PHPCI](https://github.com/dancryer/phpci) - An open source continuous integration platform for PHP.
|
* [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.
|
* [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 continious 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://travis-ci.org/) - A continuous integration platform.
|
* [Travis CI](https://www.travis-ci.com) - A continuous integration platform.
|
||||||
* [Setup PHP](https://github.com/shivammathur/setup-php) - A GitHub Action for PHP.
|
* [Setup PHP](https://github.com/shivammathur/setup-php) - A GitHub Action for PHP.
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
*Libraries for generating project documentation.*
|
*Libraries for generating project documentation.*
|
||||||
|
|
||||||
* [APIGen](https://github.com/apigen/apigen) - Another API documentation generator.
|
* [APIGen](https://github.com/apigen/apigen) - Another API documentation generator.
|
||||||
* [daux.io](https://github.com/dauxio/daux.io) - A documentation generator which uses Markdown files.
|
* [daux.io](https://github.com/dauxio/daux.io) - A documentation generator that uses Markdown files.
|
||||||
* [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor) - A documentation generator.
|
* [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor) - A documentation generator.
|
||||||
* [phpDox](https://phpdox.net/) - A documentation generator for PHP projects (that is not limited to API documentation).
|
* [phpDox](https://phpdox.net/) - A documentation generator for PHP projects (that is not limited to API documentation).
|
||||||
|
* [zircote/swagger-php](https://github.com/zircote/swagger-php) - Generate OpenAPI documentation for your RESTful API.
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
*Libraries for generating secure random numbers, encrypting data and scanning and testing for vulnerabilities.*
|
*Libraries for generating secure random numbers, encrypting data and scanning and testing for vulnerabilities.*
|
||||||
|
|
||||||
* [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
|
* [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
|
||||||
* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
|
* [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
|
||||||
* [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
|
|
||||||
* [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
|
* [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
|
||||||
|
* [OWASP](https://owasp.org/) - Explore the world of cyber security.
|
||||||
* [PHPGGC](https://github.com/ambionics/phpggc) - A library of PHP unserializable payloads along with a tool to generate them.
|
* [PHPGGC](https://github.com/ambionics/phpggc) - A library of PHP unserializable payloads along with a tool to generate them.
|
||||||
* [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
|
* [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
|
||||||
* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
|
* [PHPSecLib](https://phpseclib.sourceforge.net) - A pure PHP secure communications library.
|
||||||
* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
|
|
||||||
* [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
|
* [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
|
||||||
* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
|
* [Roave Security Advisories](https://github.com/Roave/SecurityAdvisories) - This package ensures that your application doesn't have installed dependencies with known security vulnerabilities.
|
||||||
|
* [Secure Headers](https://github.com/BePsvPT/secure-headers) - A package that adds security related headers to HTTP response.
|
||||||
* [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
|
* [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
|
||||||
* [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
|
* [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
|
||||||
* [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
|
* [Zap](https://github.com/zaproxy/zaproxy) - An integrated penetration testing tool for web applications.
|
||||||
* [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
|
|
||||||
* [Zap](https://owasp.org/www-project-zap/) - An integrated penetration testing tool for web applications.
|
|
||||||
|
|
||||||
### Passwords
|
### Passwords
|
||||||
*Libraries and tools for working with and storing passwords.*
|
*Libraries and tools for working with and storing passwords.*
|
||||||
@ -389,23 +387,25 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
|
|
||||||
* [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code
|
* [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code
|
||||||
* [Code Climate](https://codeclimate.com) - An automated code review.
|
* [Code Climate](https://codeclimate.com) - An automated code review.
|
||||||
|
* [Editorconfig-Checker](https://github.com/editorconfig-checker/editorconfig-checker.php) - A command line utility which verifies that your files implement your `.editorconfig` rules.
|
||||||
* [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool.
|
* [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool.
|
||||||
|
* [PHP AST Viewer](https://php-ast-viewer.com/) - A tool for viewing the Abstract Syntax Tree of PHP code.
|
||||||
|
* [PHP Magic Number Detector](https://github.com/povils/phpmnd) - A library that detects magic numbers in code.
|
||||||
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
|
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
|
||||||
* [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.
|
* [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.
|
||||||
* [Phpactor](https://github.com/phpactor/phpactor) - PHP completion, refactoring and introspection tool.
|
* [Phpactor](https://github.com/phpactor/phpactor) - PHP completion, refactoring and introspection tool.
|
||||||
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
|
* [PHPLOC](https://github.com/sebastianbergmann/phploc) - A tool for quickly measuring the size of a PHP project.
|
||||||
* [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics).
|
* [PHPQA](https://github.com/EdgedesignCZ/phpqa) - A tool for running QA tools (phploc, phpcpd, phpcs, pdepend, phpmd, phpmetrics).
|
||||||
* [Qafoo Quality Analyzer](https://github.com/Qafoo/QualityAnalyzer) - A tool to visualize metrics and source code.
|
|
||||||
* [Rector](https://github.com/rectorphp/rector) - A tool to upgrade and refactor code.
|
* [Rector](https://github.com/rectorphp/rector) - A tool to upgrade and refactor code.
|
||||||
* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to [scrutinise PHP code](https://github.com/scrutinizer-ci/php-analyzer).
|
* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to [scrutinise PHP code](https://github.com/scrutinizer-ci/php-analyzer).
|
||||||
* [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
|
* [UBench](https://github.com/devster/ubench) - A simple micro-benchmark library.
|
||||||
|
|
||||||
### Code Quality
|
### Code Quality
|
||||||
*Libraries for managing code quality, formatting and linting.*
|
*Libraries for managing code quality, formatting and linting.*
|
||||||
|
|
||||||
* [CaptainHook](https://github.com/captainhookphp/captainhook) - An easy-to-use and flexible Git hook library.
|
* [CaptainHook](https://github.com/captainhookphp/captainhook) - An easy-to-use and flexible Git hook library.
|
||||||
* [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
|
* [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
|
||||||
* [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) - A coding standards fixer library.
|
* [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) - A coding standards fixer library.
|
||||||
* [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
|
* [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
|
||||||
* [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
|
* [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.
|
* [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
|
||||||
@ -417,9 +417,9 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [Deptrac](https://github.com/qossmic/deptrac) - A static code analysis tool that helps to enforce rules for dependencies between software layers.
|
* [Deptrac](https://github.com/qossmic/deptrac) - A static code analysis tool that helps to enforce rules for dependencies between software layers.
|
||||||
* [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
|
* [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.
|
* [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
|
||||||
* [PHP Architecture Tester](https://github.com/carlosas/phpat) - Easy to use architecture testing tool for PHP.
|
* [PHP Architecture Tester](https://github.com/carlosas/phpat) - Easy-to-use architecture testing tool for PHP.
|
||||||
* [PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) - A PHP compatibility checker for PHP CodeSniffer.
|
* [PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) - A PHP compatibility checker for PHP CodeSniffer.
|
||||||
* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
|
* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customizable dependency graphs.
|
||||||
* [PHP Metrics](https://github.com/phpmetrics/PhpMetrics) - A static metric library.
|
* [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.
|
* [PHP Migration](https://github.com/monque/PHP-Migration) - A static analyzer for PHP version migration.
|
||||||
* [PHPStan](https://github.com/phpstan/phpstan) - A PHP Static Analysis Tool.
|
* [PHPStan](https://github.com/phpstan/phpstan) - A PHP Static Analysis Tool.
|
||||||
@ -432,7 +432,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [Finite](https://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
|
* [Finite](https://yohan.giarel.li/Finite/) - A simple PHP finite state machine.
|
||||||
* [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
|
* [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.
|
* [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
|
||||||
* [Patchwork](https://patchwork2.org/) - A library for redefining userland functions.
|
* [IterTools PHP](https://github.com/markrogoyski/itertools-php) - A library that provides functionality for working with iterable entities (similar to itertools library in Python).
|
||||||
* [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
|
* [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
|
||||||
* [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction library for consuming Web APIs and other data sources.
|
* [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction library for consuming Web APIs and other data sources.
|
||||||
* [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
|
* [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern.
|
||||||
@ -442,22 +442,30 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
|
|
||||||
* [APM](https://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
|
* [APM](https://pecl.php.net/package/APM) - Monitoring extension collecting errors and statistics into SQLite/MySQL/StatsD.
|
||||||
* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
|
* [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
|
||||||
* [Blackfire.io](https://www.blackfire.io) - A low-overhead code profiler.
|
|
||||||
* [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool.
|
* [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool.
|
||||||
* [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
|
* [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
|
||||||
* [PCOV](https://github.com/krakjoe/pcov) - A self contained code coverage compatible driver.
|
* [PCOV](https://github.com/krakjoe/pcov) - A self-contained code coverage compatible driver.
|
||||||
* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
|
* [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
|
||||||
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
* [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
|
||||||
* [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
|
* [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
|
||||||
* [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
|
* [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler.
|
||||||
* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
|
* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
|
||||||
* [Tideways.io](https://tideways.com/) - Monitoring and profiling tool.
|
|
||||||
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
|
* [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
|
||||||
* [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
|
* [Whoops](https://github.com/filp/whoops) - A pretty error-handling library.
|
||||||
* [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
|
* [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.
|
* [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
|
||||||
* [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
|
* [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
|
||||||
|
|
||||||
|
### Error Tracking and Monitoring Services
|
||||||
|
*Self-hosted or cloud-based application performance monitoring & error tracking tools*
|
||||||
|
|
||||||
|
* [Blackfire](https://www.blackfire.io) - A low-overhead code profiler.
|
||||||
|
* [BugSnag](https://www.bugsnag.com/) - Error and Real User Monitoring.
|
||||||
|
* [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.
|
||||||
|
|
||||||
### Build Tools
|
### Build Tools
|
||||||
*Project build and automation tools.*
|
*Project build and automation tools.*
|
||||||
|
|
||||||
@ -504,16 +512,17 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
|
* [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
|
||||||
* [Chronos](https://github.com/cakephp/chronos) - A DateTime API extension supporting both mutable and immutable date/time.
|
* [Chronos](https://github.com/cakephp/chronos) - A DateTime API extension supporting both mutable and immutable date/time.
|
||||||
* [Moment.php](https://github.com/fightbulc/moment.php) - Moment.js inspired PHP DateTime handler with i18n support.
|
* [Moment.php](https://github.com/fightbulc/moment.php) - Moment.js inspired PHP DateTime handler with i18n support.
|
||||||
* [Yasumi](https://github.com/azuyalabs/yasumi) - An library to help you calculate the dates and names of holidays.
|
* [Yasumi](https://github.com/azuyalabs/yasumi) - A library to help you calculate the dates and names of holidays.
|
||||||
|
|
||||||
### Event
|
### Event
|
||||||
*Libraries that are event-driven or implement non-blocking event loops.*
|
*Libraries that are event-driven or implement non-blocking event loops.*
|
||||||
* [Amp](https://github.com/amphp/amp) - An event driven non-blocking I/O library.
|
* [Amp](https://github.com/amphp/amp) - An event driven non-blocking I/O library.
|
||||||
* [Broadway](https://github.com/broadway/broadway) - An event source and CQRS library.
|
* [Broadway](https://github.com/broadway/broadway) - An event source and CQRS library.
|
||||||
* [CakePHP Event](https://github.com/cakephp/event) - An event dispatcher library.
|
* [CakePHP Event](https://github.com/cakephp/event) - An event dispatcher library.
|
||||||
* [Elephant.io](https://github.com/Wisembly/Elephant.io) - Yet another web socket library.
|
* [Elephant.io](https://github.com/ElephantIO/elephant.io) - Yet another web socket library.
|
||||||
* [Evenement](https://github.com/igorw/evenement) - An event dispatcher library.
|
* [Evenement](https://github.com/igorw/evenement) - An event dispatcher library.
|
||||||
* [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events.
|
* [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events.
|
||||||
|
* [Fast CGI Client](https://github.com/hollodotme/fast-cgi-client) - A client to make synchronous/asynchronous requests through php-fpm socket.
|
||||||
* [Pawl](https://github.com/ratchetphp/Pawl) - An asynchronous web socket client.
|
* [Pawl](https://github.com/ratchetphp/Pawl) - An asynchronous web socket client.
|
||||||
* [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages
|
* [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages
|
||||||
* [PHP Defer](https://github.com/php-defer/php-defer) - Golang's defer statement for PHP.
|
* [PHP Defer](https://github.com/php-defer/php-defer) - Golang's defer statement for PHP.
|
||||||
@ -535,6 +544,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [Brick\Money](https://github.com/brick/money) - A money library for PHP, with support for contexts, cash roundings, currency conversion.
|
* [Brick\Money](https://github.com/brick/money) - A money library for PHP, with support for contexts, cash roundings, currency conversion.
|
||||||
* [OmniPay](https://github.com/thephpleague/omnipay) - A framework agnostic multi-gateway payment processing library.
|
* [OmniPay](https://github.com/thephpleague/omnipay) - A framework agnostic multi-gateway payment processing library.
|
||||||
* [Payum](https://github.com/payum/payum) - A payment abstraction library.
|
* [Payum](https://github.com/payum/payum) - A payment abstraction library.
|
||||||
|
* [Shopsys Framework](https://github.com/shopsys/shopsys/) - An open source e-commerce platform for in-house development teams.
|
||||||
* [Shopware](https://github.com/shopware/shopware) - Highly customizable e-commerce software
|
* [Shopware](https://github.com/shopware/shopware) - Highly customizable e-commerce software
|
||||||
* [Swap](https://github.com/florianv/swap) - An exchange rates library.
|
* [Swap](https://github.com/florianv/swap) - An exchange rates library.
|
||||||
* [Sylius](https://sylius.com/) - An open source e-commerce solution.
|
* [Sylius](https://sylius.com/) - An open source e-commerce solution.
|
||||||
@ -542,10 +552,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
### PDF
|
### PDF
|
||||||
*Libraries and software for working with PDF files.*
|
*Libraries and software for working with PDF files.*
|
||||||
|
|
||||||
|
* [Browsershot](https://github.com/spatie/browsershot) - Convert HTML to an image, PDF or string.
|
||||||
* [Dompdf](https://github.com/dompdf/dompdf) - A HTML to PDF converter.
|
* [Dompdf](https://github.com/dompdf/dompdf) - A HTML to PDF converter.
|
||||||
* [PHPPdf](https://github.com/psliwa/PHPPdf) - A library for generating PDFs and images from XML.
|
* [Gotenberg](https://github.com/gotenberg/gotenberg-php) - A PHP client for interacting with Gotenberg.
|
||||||
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
|
||||||
* [WKHTMLToPDF](https://github.com/wkhtmltopdf/wkhtmltopdf) - A tool to convert HTML to PDF.
|
* [TCPDF](https://tcpdf.org/) - An open source PHP class for generating PDF documents.
|
||||||
|
|
||||||
### Office
|
### Office
|
||||||
*Libraries for working with office suite documents.*
|
*Libraries for working with office suite documents.*
|
||||||
@ -553,8 +564,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
* [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) - A library for working with Microsoft PowerPoint Presentations.
|
* [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) - A library for working with Microsoft PowerPoint Presentations.
|
||||||
* [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
|
* [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
|
||||||
* [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel).
|
* [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel).
|
||||||
* [Spout](https://github.com/box/spout) - Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way .
|
* [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.
|
||||||
|
|
||||||
### Database
|
### Database
|
||||||
*Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
|
*Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
|
||||||
|
|
||||||
@ -585,8 +595,9 @@ Libraries to help manage database schemas and migrations.
|
|||||||
### NoSQL
|
### NoSQL
|
||||||
*Libraries for working with "NoSQL" backends.*
|
*Libraries for working with "NoSQL" backends.*
|
||||||
|
|
||||||
|
* [MongoDB](https://github.com/mongodb/mongo-php-driver) - MongoDB PHP Driver.
|
||||||
* [PHPMongo](https://github.com/sokil/php-mongo) - A MongoDB ORM.
|
* [PHPMongo](https://github.com/sokil/php-mongo) - A MongoDB ORM.
|
||||||
* [Predis](https://github.com/predis/predis) - A feature complete Redis library.
|
* [Predis](https://github.com/predis/predis) - A feature-complete Redis library.
|
||||||
|
|
||||||
### Queue
|
### Queue
|
||||||
*Libraries for working with event and task queues.*
|
*Libraries for working with event and task queues.*
|
||||||
@ -611,11 +622,10 @@ Libraries to help manage database schemas and migrations.
|
|||||||
*Libraries related to the command line.*
|
*Libraries related to the command line.*
|
||||||
|
|
||||||
* [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.
|
* [Aura.Cli](https://github.com/auraphp/Aura.Cli) - Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and an independent Help object for describing commands.
|
||||||
* [Boris](https://github.com/borisrepl/boris) - A tiny PHP REPL.
|
|
||||||
* [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
|
* [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.
|
* [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.
|
* [CLIFramework](https://github.com/c9s/CLIFramework) - A command-line framework supports zsh/bash completion generation, subcommands and option constraints. It also powers phpbrew.
|
||||||
* [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours and special formatting.
|
* [CLImate](https://github.com/thephpleague/climate) - A library for outputting colors and special formatting.
|
||||||
* [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
|
* [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.
|
* [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates.
|
||||||
* [GetOpt](https://github.com/getopt-php/getopt-php) - A command line opt parser.
|
* [GetOpt](https://github.com/getopt-php/getopt-php) - A command line opt parser.
|
||||||
@ -635,7 +645,7 @@ Libraries to help manage database schemas and migrations.
|
|||||||
* [OAuth2 Server](https://oauth2.thephpleague.com/) - An OAuth2 authentication server, resource server and client library.
|
* [OAuth2 Server](https://oauth2.thephpleague.com/) - An OAuth2 authentication server, resource server and client library.
|
||||||
* [Opauth](https://github.com/opauth/opauth) - A multi-provider authentication framework.
|
* [Opauth](https://github.com/opauth/opauth) - A multi-provider authentication framework.
|
||||||
* [Paseto](https://github.com/paragonie/paseto) - Platform-Agnostic Security Tokens.
|
* [Paseto](https://github.com/paragonie/paseto) - Platform-Agnostic Security Tokens.
|
||||||
* [PHP oAuthLib](https://github.com/Lusitanian/PHPoAuthLib) - Another OAuth library.
|
* [PHP oAuthLib](https://github.com/daviddesberg/PHPoAuthLib) - Another OAuth library.
|
||||||
* [Sentinel Social](https://cartalyst.com/manual/sentinel-social/2.0) - A library for social network authentication.
|
* [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.
|
* [Sentinel](https://cartalyst.com/manual/sentinel/2.0) - A framework agnostic authentication & authorisation library.
|
||||||
* [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
|
* [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
|
||||||
@ -643,7 +653,7 @@ Libraries to help manage database schemas and migrations.
|
|||||||
### Markup and CSS
|
### Markup and CSS
|
||||||
*Libraries for working with markup and CSS formats.
|
*Libraries for working with markup and CSS formats.
|
||||||
|
|
||||||
* [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
|
* [Cebe Markdown](https://github.com/cebe/markdown) - A fast and extensible Markdown parser.
|
||||||
* [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
|
* [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
|
||||||
* [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
|
* [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
|
||||||
* [Essence](https://github.com/essence/essence) - A library for extracting web media.
|
* [Essence](https://github.com/essence/essence) - A library for extracting web media.
|
||||||
@ -651,7 +661,7 @@ Libraries to help manage database schemas and migrations.
|
|||||||
* [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
|
* [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
|
||||||
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
|
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
|
||||||
* [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
|
* [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
|
||||||
* [PHP CSS Parser](https://github.com/sabberworm/PHP-CSS-Parser) - A Parser for CSS Files written in PHP.
|
* [PHP CSS Parser](https://github.com/MyIntervals/PHP-CSS-Parser) - A Parser for CSS Files written in PHP.
|
||||||
* [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
|
* [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
|
||||||
* [Shiki PHP](https://github.com/spatie/shiki-php) - A [Shiki](https://github.com/shikijs/shiki) code highlighting package in PHP.
|
* [Shiki PHP](https://github.com/spatie/shiki-php) - A [Shiki](https://github.com/shikijs/shiki) code highlighting package in PHP.
|
||||||
* [VObject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
|
* [VObject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
|
||||||
@ -667,12 +677,13 @@ Libraries to help manage database schemas and migrations.
|
|||||||
|
|
||||||
* [Agent](https://github.com/jenssegers/agent) - A PHP desktop/mobile user agent parser, based on Mobiledetect.
|
* [Agent](https://github.com/jenssegers/agent) - A PHP desktop/mobile user agent parser, based on Mobiledetect.
|
||||||
* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
|
* [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
|
||||||
* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
|
* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colors.
|
||||||
* [Device Detector](https://github.com/matomo-org/device-detector) - Another library for parsing user agent strings.
|
* [Device Detector](https://github.com/matomo-org/device-detector) - Another library for parsing user agent strings.
|
||||||
|
* [Hyphenation](https://github.com/heiglandreas/Org_Heigl_Hyphenator) - Text-Hyphenation based on the TeX-hyphenation Algorithm
|
||||||
* [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing.
|
* [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing.
|
||||||
* [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
|
* [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.
|
* [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
|
||||||
* [Portable ASCII](https://github.com/voku/portable-ascii) - A library to convert strings to ascii.
|
* [Portable ASCII](https://github.com/voku/portable-ascii) - A library to convert strings to ASCII.
|
||||||
* [Portable UTF-8](https://github.com/voku/portable-utf8) - A string manipulation library with UTF-8 safe replacement methods.
|
* [Portable UTF-8](https://github.com/voku/portable-utf8) - A string manipulation library with UTF-8 safe replacement methods.
|
||||||
* [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
|
* [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
|
||||||
* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
|
* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
|
||||||
@ -686,7 +697,7 @@ Libraries to help manage database schemas and migrations.
|
|||||||
|
|
||||||
* [Brick\Math](https://github.com/brick/math) - A library providing large number support: `BigInteger`, `BigDecimal` and `BigRational`.
|
* [Brick\Math](https://github.com/brick/math) - A library providing large number support: `BigInteger`, `BigDecimal` and `BigRational`.
|
||||||
* [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
|
* [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
|
||||||
* [DecimalObject](https://github.com/spryker/decimal-object) - A value object to handle decimals/floats easily and more precisely.
|
* [DecimalObject](https://github.com/php-collective/decimal-object) - A value object to handle decimals/floats easily and more precisely.
|
||||||
* [IP](https://github.com/darsyn/ip) - An immutable value object for working with IPv4 and IPv6 addresses.
|
* [IP](https://github.com/darsyn/ip) - An immutable value object for working with IPv4 and IPv6 addresses.
|
||||||
* [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
|
* [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
|
||||||
* [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
|
* [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
|
||||||
@ -700,8 +711,8 @@ Libraries to help manage database schemas and migrations.
|
|||||||
* [Aura.Filter](https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays.
|
* [Aura.Filter](https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays.
|
||||||
* [CakePHP Validation](https://github.com/cakephp/validation) - Another validation library.
|
* [CakePHP Validation](https://github.com/cakephp/validation) - Another validation library.
|
||||||
* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
|
* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
|
||||||
* [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating inputs according standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries.
|
* [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.
|
||||||
* [JSON Schema](https://github.com/justinrainbow/json-schema) - A [JSON Schema](https://json-schema.org/) validation library.
|
* [JSON Schema](https://github.com/jsonrainbow/json-schema) - A [JSON Schema](https://json-schema.org/) validation library.
|
||||||
* [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
|
* [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.
|
* [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.
|
* [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
|
||||||
@ -711,7 +722,7 @@ Libraries to help manage database schemas and migrations.
|
|||||||
### API
|
### API
|
||||||
*Libraries and web tools for developing APIs.*
|
*Libraries and web tools for developing APIs.*
|
||||||
|
|
||||||
* [API Platform](https://api-platform.com ) - Expose in minutes an hypermedia REST API that embraces JSON-LD, Hydra format.
|
* [API Platform](https://api-platform.com ) - Expose in minutes a hypermedia REST API that embraces JSON-LD, Hydra format.
|
||||||
* [Laminas API Tool Skeleton](https://github.com/laminas-api-tools/api-tools-skeleton) - An API builder built with the Laminas Framework.
|
* [Laminas API Tool Skeleton](https://github.com/laminas-api-tools/api-tools-skeleton) - An API builder built with the Laminas Framework.
|
||||||
* [Drest](https://github.com/leedavis81/drest) - A library for exposing Doctrine entities as REST resource endpoints.
|
* [Drest](https://github.com/leedavis81/drest) - A library for exposing Doctrine entities as REST resource endpoints.
|
||||||
* [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
|
* [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
|
||||||
@ -719,12 +730,12 @@ Libraries to help manage database schemas and migrations.
|
|||||||
* [Jane](https://github.com/janephp/janephp/) - An OpenApi client generator with validation support.
|
* [Jane](https://github.com/janephp/janephp/) - An OpenApi client generator with validation support.
|
||||||
* [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
|
* [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
|
||||||
* [Restler](https://github.com/Luracast/Restler) - A lightweight framework to expose PHP methods as RESTful web API.
|
* [Restler](https://github.com/Luracast/Restler) - A lightweight framework to expose PHP methods as RESTful web API.
|
||||||
* [wsdl2phpgenerator](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator) - A tool to generate PHP classes from SOAP WSDL files.
|
* [PackageGenerator](https://github.com/WsdlToPhp/PackageGenerator) - Package Generator generates a PHP SDK from any WSDL.
|
||||||
|
|
||||||
### Caching and Locking
|
### Caching and Locking
|
||||||
*Libraries for caching data and acquiring locks.*
|
*Libraries for caching data and acquiring locks.*
|
||||||
|
|
||||||
* [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
|
* [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasizing cache tagging and indexing.
|
||||||
* [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
|
* [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
|
||||||
* [CakePHP Cache](https://github.com/cakephp/cache) - A caching library.
|
* [CakePHP Cache](https://github.com/cakephp/cache) - A caching library.
|
||||||
* [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
|
* [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
|
||||||
@ -744,7 +755,7 @@ Libraries to help manage database schemas and migrations.
|
|||||||
* [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
|
* [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
|
||||||
* [msgpack.php](https://github.com/rybakit/msgpack.php) - A pure PHP implementation of the [MessagePack](https://msgpack.org/) serialization format.
|
* [msgpack.php](https://github.com/rybakit/msgpack.php) - A pure PHP implementation of the [MessagePack](https://msgpack.org/) serialization format.
|
||||||
* [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
|
* [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
|
||||||
* [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
|
* [Serializer](https://github.com/schmittjoh/serializer) - A library for serializing and de-serializing data.
|
||||||
* [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
|
* [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
|
||||||
* [Laminas Serializer](https://github.com/laminas/laminas-serializer) - Another library for serialising and de-serialising data.
|
* [Laminas Serializer](https://github.com/laminas/laminas-serializer) - Another library for serialising and de-serialising data.
|
||||||
|
|
||||||
@ -808,7 +819,8 @@ Libraries to help manage database schemas and migrations.
|
|||||||
|
|
||||||
* [Annotations](https://github.com/doctrine/annotations) - An annotation library (part of Doctrine).
|
* [Annotations](https://github.com/doctrine/annotations) - An annotation library (part of Doctrine).
|
||||||
* [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chatbots.
|
* [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 optimising autoloading.
|
* [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimizing autoloading.
|
||||||
|
* [Ganesha](https://github.com/ackintosh/ganesha) - A PHP implementation of Circuit Breaker pattern.
|
||||||
* [Hprose-PHP](https://github.com/hprose/hprose-php) - A cross-language RPC.
|
* [Hprose-PHP](https://github.com/hprose/hprose-php) - A cross-language RPC.
|
||||||
* [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
|
* [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
|
||||||
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
|
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
|
||||||
@ -826,19 +838,20 @@ Libraries to help manage database schemas and migrations.
|
|||||||
* [Laravel Valet](https://laravel.com/docs/master/valet) - A development environment for macOS.
|
* [Laravel Valet](https://laravel.com/docs/master/valet) - A development environment for macOS.
|
||||||
* [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
|
* [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
|
||||||
* [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
|
* [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
|
||||||
* [PHP OSX](https://php-osx.liip.ch/) - A PHP installer for OSX.
|
|
||||||
|
|
||||||
### Development Environment
|
### Development Environment
|
||||||
*Software and tools for creating and sharing a development environment.*
|
*Software and tools for creating and sharing a development environment.*
|
||||||
|
|
||||||
* [Ansible](https://www.ansible.com/) - A radically simple orchestration framework.
|
* [Ansible](https://www.ansible.com/) - A radically simple orchestration framework.
|
||||||
|
* [DDEV](https://github.com/ddev/ddev) - a local web development environment system for PHP.
|
||||||
* [Docker](https://www.docker.com/) - A containerization platform.
|
* [Docker](https://www.docker.com/) - A containerization platform.
|
||||||
* [Docker PHP Extension Installer](https://github.com/mlocati/docker-php-extension-installer) - Easily install PHP extensions in Docker containers.
|
* [Docker PHP Extension Installer](https://github.com/mlocati/docker-php-extension-installer) - Easily install PHP extensions in Docker containers.
|
||||||
* [Expose](https://github.com/beyondcode/expose) - An open source PHP tunneling service.
|
* [Docksal](https://github.com/docksal/docksal) - Unified, Docker :whale: powered web development environments for macOS, Windows, and Linux.
|
||||||
|
* [Expose](https://github.com/beyondcode/expose) - An open-source PHP tunneling service.
|
||||||
* [Lando](https://lando.dev/) - Push-button development environments.
|
* [Lando](https://lando.dev/) - Push-button development environments.
|
||||||
* [Laravel Homestead](https://laravel.com/docs/master/homestead) - A local development environment for Laravel.
|
* [Laravel Homestead](https://laravel.com/docs/master/homestead) - A local development environment for Laravel.
|
||||||
* [Laradock](http://laradock.io/) - A full PHP development environment based on Docker.
|
* [Laradock](http://laradock.io/) - A full PHP development environment based on Docker.
|
||||||
* [Puppet](https://puppet.com/) - A server automation framework and application.
|
* [Puppet](https://www.puppet.com) - A server automation framework and application.
|
||||||
* [Takeout](https://github.com/tighten/takeout) - A Docker-based development-only dependency manager.
|
* [Takeout](https://github.com/tighten/takeout) - A Docker-based development-only dependency manager.
|
||||||
* [Vagrant](https://www.vagrantup.com/) - A portable development environment utility.
|
* [Vagrant](https://www.vagrantup.com/) - A portable development environment utility.
|
||||||
|
|
||||||
@ -853,7 +866,7 @@ Libraries to help manage database schemas and migrations.
|
|||||||
*Text Editors and Integrated Development Environments (IDE) with support for PHP.*
|
*Text Editors and Integrated Development Environments (IDE) with support for PHP.*
|
||||||
|
|
||||||
* [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - A PHP IDE based on the Eclipse platform.
|
* [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - A PHP IDE based on the Eclipse platform.
|
||||||
* [Apache NetBeans](https://netbeans.apache.org/) - An IDE with support for PHP and HTML5.
|
* [Apache NetBeans](https://netbeans.apache.org/front/main/index.html) - An IDE with support for PHP and HTML5.
|
||||||
* [PhpStorm](https://www.jetbrains.com/phpstorm/) - A commercial PHP IDE.
|
* [PhpStorm](https://www.jetbrains.com/phpstorm/) - A commercial PHP IDE.
|
||||||
* [VS Code](https://code.visualstudio.com/) - An open source code editor.
|
* [VS Code](https://code.visualstudio.com/) - An open source code editor.
|
||||||
|
|
||||||
@ -884,21 +897,16 @@ Various resources, such as books, websites and articles, for improving your PHP
|
|||||||
### PHP Websites
|
### PHP Websites
|
||||||
*Useful PHP-related websites.*
|
*Useful PHP-related websites.*
|
||||||
|
|
||||||
* [libs.garden: PHP](https://libs.garden/php) - An overview of fastest growing PHP libraries.
|
|
||||||
* [Nomad PHP](https://nomadphp.com/) - A online PHP learning resource.
|
* [Nomad PHP](https://nomadphp.com/) - A online PHP learning resource.
|
||||||
* [Laravel News](https://laravel-news.com/) - The official Laravel blog.
|
* [Laravel News](https://laravel-news.com/) - The official Laravel blog.
|
||||||
* [PHP Annotated Monthly](https://blog.jetbrains.com/phpstorm/tag/php-annotated-monthly/) - A monthly digest of PHP news.
|
* [PHP Annotated Monthly](https://blog.jetbrains.com/phpstorm/tag/php-annotated-monthly/) - A monthly digest of PHP news.
|
||||||
* [PHP Best Practices](https://phpbestpractices.org/) - A PHP best practice guide.
|
|
||||||
* [PHP FIG](https://www.php-fig.org/) - The PHP Framework Interoperability Group.
|
* [PHP FIG](https://www.php-fig.org/) - The PHP Framework Interoperability Group.
|
||||||
* [PHP Package Development Standards](http://php-pds.com) - Package development standards for PHP.
|
* [PHP Package Development Standards](http://php-pds.com) - Package development standards for PHP.
|
||||||
* [PHP School](https://www.phpschool.io/) - Open Source Learning for PHP.
|
* [PHP School](https://www.phpschool.io/) - Open Source Learning for PHP.
|
||||||
* [PHP Security](https://phpsecurity.readthedocs.io/en/latest/index.html) - A guide to PHP security.
|
|
||||||
* [PHP The Right Way](https://phptherightway.com/) - A PHP best practice quick reference guide.
|
* [PHP The Right Way](https://phptherightway.com/) - A PHP best practice quick reference guide.
|
||||||
* [PHP UG](https://php.ug) - A website to help people locate their nearest PHP user group (UG).
|
* [PHP UG](https://php.ug) - A website to help people locate their nearest PHP user group (UG).
|
||||||
* [PHP Versions](http://phpversions.info/) - Lists which versions of PHP are available on several popular web hosts.
|
|
||||||
* [PHP Watch](https://php.watch/) - PHP articles, news, upcoming changes, RFCs and more.
|
* [PHP Watch](https://php.watch/) - PHP articles, news, upcoming changes, RFCs and more.
|
||||||
* [PHP Weekly](https://www.phpweekly.com/archive.html) - A weekly PHP newsletter.
|
* [Unit Testing Tips](https://testing-tips.sarvendev.com/) - Unit Testing Tips by examples in PHP.
|
||||||
* [Seven PHP](https://7php.com/) - A website that interviews members of the PHP community.
|
|
||||||
|
|
||||||
### PHP Books
|
### PHP Books
|
||||||
*Fantastic PHP-related books.*
|
*Fantastic PHP-related books.*
|
||||||
@ -906,36 +914,46 @@ Various resources, such as books, websites and articles, for improving your PHP
|
|||||||
* [Domain-Driven Design in PHP](https://leanpub.com/ddd-in-php) - Real examples written in PHP showcasing DDD Architectural Styles.
|
* [Domain-Driven Design in PHP](https://leanpub.com/ddd-in-php) - Real examples written in PHP showcasing DDD Architectural Styles.
|
||||||
* [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
|
* [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
|
||||||
* [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
|
* [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
|
||||||
* [Mastering Object-Orientated PHP](https://www.brandonsavage.net/) - A book about object-orientated PHP by Brandon Savage.
|
* [Mastering Object-Orientated PHP](https://masteringobjectorientedphp.com/) - A book about object-orientated PHP by Brandon Savage.
|
||||||
* [Modern PHP New Features and Good Practices](https://www.oreilly.com/library/view/~/9781491905173/) - A book about new PHP features and best practices by Josh Lockhart.
|
* [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.
|
||||||
* [Modernizing Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernizing legacy PHP applications by Paul M. Jones.
|
* [Modernizing Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernizing legacy PHP applications by Paul M. Jones.
|
||||||
* [PHP 7 Upgrade Guide](https://leanpub.com/php7) - An ebook covering all of the features and changes in PHP 7 by Colin O'Dell.
|
|
||||||
* [PHP Pandas](https://daylerees.com/php-pandas/) - A book about learning to write PHP by Dayle Rees.
|
|
||||||
* [Scaling PHP Applications](https://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.
|
* [Scaling PHP Applications](https://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.
|
||||||
* [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
|
* [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
|
||||||
* [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans.
|
* [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans.
|
||||||
* [The Grumpy Programmer's Guide to Building Testable PHP Applications](https://leanpub.com/grumpy-testing) - A book about building testing PHP applications by Chris Hartjes.
|
|
||||||
* [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.
|
* [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.
|
||||||
|
|
||||||
### PHP Videos
|
### PHP Videos
|
||||||
*Fantastic PHP-related videos.*
|
*Fantastic PHP-related videos.*
|
||||||
|
|
||||||
* [Nomad PHP Lightning Talks](https://www.youtube.com/c/nomadphp) - 10 to 15 minute Lightning Talks by PHP community members.
|
|
||||||
* [PHP UK Conference](https://www.youtube.com/user/phpukconference/videos) - A collection of videos from the PHP UK Conference.
|
|
||||||
* [Programming with Anthony](https://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
|
|
||||||
* [Taking PHP Seriously](https://www.infoq.com/presentations/php-history/) - A talk outlining PHP's strengths by Keith Adams of Facebook.
|
|
||||||
* [Laracasts](https://laracasts.com) - Screencasts about Laravel, Vue JS and more.
|
* [Laracasts](https://laracasts.com) - Screencasts about Laravel, Vue JS and more.
|
||||||
* [Laravel YouTube Channel](https://www.youtube.com/channel/UCfO2GiQwb-cwJTb1CuRSkwg) - The official Laravel YouTube channel.
|
* [Laravel YouTube Channel](https://www.youtube.com/channel/UCfO2GiQwb-cwJTb1CuRSkwg) - The official Laravel YouTube channel.
|
||||||
|
* [Programming with Anthony](https://www.youtube.com/playlist?list=PLM-218uGSX3DQ3KsB5NJnuOqPqc5CW2kW) - A video series by Anthony Ferrara.
|
||||||
* [SymfonyCasts](https://symfonycasts.com/) - Screencasts and tutorials about PHP and Symfony.
|
* [SymfonyCasts](https://symfonycasts.com/) - Screencasts and tutorials about PHP and Symfony.
|
||||||
|
|
||||||
|
### 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.
|
||||||
|
|
||||||
|
|
||||||
### PHP Podcasts
|
### PHP Podcasts
|
||||||
*Podcasts with a focus on PHP topics.*
|
*Podcasts with a focus on PHP topics.*
|
||||||
|
|
||||||
* [Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion.
|
* [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.
|
||||||
|
* [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.
|
||||||
* [PHP Internals News](https://phpinternals.news) - A podcast about PHP internals.
|
* [PHP Internals News](https://phpinternals.news) - A podcast about PHP internals.
|
||||||
* [PHP Roundtable](https://phproundtable.com/) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
|
|
||||||
* [PHP Town Hall](https://phptownhall.com/) - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
|
* [PHP Town Hall](https://phptownhall.com/) - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
|
||||||
* [Voices of the ElePHPant](https://voicesoftheelephpant.com/) Interviews with the people that make the PHP community special.
|
* [php[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.
|
||||||
|
* [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.
|
||||||
|
|
||||||
### PHP Newsletters
|
### PHP Newsletters
|
||||||
*PHP-related news directly to your inbox.*
|
*PHP-related news directly to your inbox.*
|
||||||
@ -952,5 +970,5 @@ Various resources, such as books, websites and articles, for improving your PHP
|
|||||||
|
|
||||||
* [PHP RFCs](https://wiki.php.net/rfc) - The home of PHP RFCs (Request for Comments).
|
* [PHP RFCs](https://wiki.php.net/rfc) - The home of PHP RFCs (Request for Comments).
|
||||||
* [Externals](https://externals.io/) - PHP internal discussions.
|
* [Externals](https://externals.io/) - PHP internal discussions.
|
||||||
* [PHP RFC Watch](https://php-rfc-watch.beberlei.de/) - Watch the latest PHP [RFCs](https://wiki.php.net/rfc).
|
* [PHP RFC Watch](https://github.com/beberlei/php-rfc-watch) - Watch the latest PHP [RFCs](https://wiki.php.net/rfc).
|
||||||
* [PHP Internals Book](https://www.phpinternalsbook.com/) - An online book about PHP internals, written by three core developers.
|
* [PHP Internals Book](https://www.phpinternalsbook.com/) - An online book about PHP internals, written by three core developers.
|
||||||
|
Loading…
Reference in New Issue
Block a user