From a7de94c3192f8a526981a3d77a3ea9d9bd81bbbc Mon Sep 17 00:00:00 2001 From: Mohamed Safouan Besrour Date: Thu, 14 Jul 2016 14:57:56 +0100 Subject: [PATCH 01/88] Add Pico CMS Pico is a stupidly simple, blazing fast, flat file CMS Docs: http://picocms.org/docs/ Site: http://picocms.org/ Github: https://github.com/picocms/Pico Composer: https://packagist.org/packages/picocms/pico --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8348731..e500fc7 100644 --- a/README.md +++ b/README.md @@ -833,6 +833,7 @@ Libraries to help manage database schemas and migrations. * [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) - A web interface for MySQL/MariaDB. * [Adminer](https://www.adminer.org/) - Database management in a single PHP file. * [Grav](https://github.com/getgrav/grav) - A modern flat-file CMS. +* [Pico CMS](http://picocms.org/) - A stupidly simple, blazing fast, flat file CMS. ## Infrastructure *Infrastructure for providing PHP applications and services.* From 27f321d443532e7cf28e01c9889373c6c84c0591 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Thu, 19 Oct 2017 09:38:43 +0200 Subject: [PATCH 02/88] Add Brick\Money --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0bffeb..54daff0 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Libraries and applications for taking payments and building online e-commerce stores.* * [Money](https://github.com/moneyphp/money) - A PHP implementation of Fowler's money pattern. +* [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. * [Payum](https://github.com/payum/payum) - A payment abstraction library. * [Shopware](https://github.com/shopware/shopware) - Highly customizable e-commerce software From fed6107bade9a0b9012774851dac269361a4e885 Mon Sep 17 00:00:00 2001 From: Bilge Date: Tue, 31 Oct 2017 18:47:54 +0000 Subject: [PATCH 03/88] Moved Porter to architecture section and updated description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0bffeb..200111e 100644 --- a/README.md +++ b/README.md @@ -414,6 +414,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Patchwork](http://patchwork2.org/) - A library for redefining userland functions. * [PHP Option](https://github.com/schmittjoh/php-option) - An option type library. * [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. * [Ruler](https://github.com/bobthecow/Ruler) - A simple stateless production rules engine. * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern. @@ -714,7 +715,6 @@ Libraries to help manage database schemas and migrations. * [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences. * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library. * [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query). -* [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction framework. * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data. * [Totem](https://github.com/Wisembly/Totem) - A library to manage and create data changesets. * [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP. From 487793bb9cb3586bfc1906c869cb7e912f2db4c9 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Thu, 8 Nov 2018 11:19:50 +0100 Subject: [PATCH 04/88] Add Brick\Math --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9afdd65..8179780 100644 --- a/README.md +++ b/README.md @@ -622,6 +622,7 @@ Libraries to help manage database schemas and migrations. ### Numbers *Libraries for working with numbers.* +* [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. * [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. From 26b4480533320799a7654817d426df3aed496b3a Mon Sep 17 00:00:00 2001 From: Arkadiusz Kondas Date: Fri, 24 Apr 2020 07:17:25 +0200 Subject: [PATCH 05/88] Add Repman - PHP Repository Manager --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07d1f99..8d2f9de 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ 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. * [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several composer.json files. * [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process. +* [Repman](https://repman.io) - Private PHP package repository manager & packagist proxy * [Satis](https://github.com/composer/satis) - A static Composer repository generator. * [tooly](https://github.com/tommy-muehle/tooly-composer-script) - A library to manage PHAR files in project using Composer. * [Toran Proxy](https://toranproxy.com) - A static Composer repository and proxy. From 0bc1f11c619a4ae5d75fa8820811c328958a8785 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 7 May 2020 13:28:45 +0100 Subject: [PATCH 06/88] Improve description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28d92a4..93276d3 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ 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. * [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several composer.json files. * [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process. -* [Repman](https://repman.io) - Private PHP package repository manager & 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. * [tooly](https://github.com/tommy-muehle/tooly-composer-script) - A library to manage PHAR files in project using Composer. * [Toran Proxy](https://toranproxy.com) - A static Composer repository and proxy. From 25d145cf78c05a83e0adbaac19b299cc6fd04f37 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 7 May 2020 13:30:56 +0100 Subject: [PATCH 07/88] Add additonal security libraries. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93276d3..395589f 100644 --- a/README.md +++ b/README.md @@ -342,18 +342,20 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Sami](https://github.com/FriendsOfPHP/Sami) - An API documentation generator. ### Security -*Libraries for generating secure random numbers, encrypting data and scanning 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). * [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. +* [PHPGGC](https://github.com/ambionics/phpggc) - A library of PHP unserializeable payloads along with a tool to generate them. * [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](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()` * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings. * [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. * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library. * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications. * [Zed](https://owasp.org/www-project-zap/) - An integrated penetration testing tool for web applications. From 92b5262b6a6418e1919c566090aec9f9564bbba7 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 8 May 2020 17:12:49 +0100 Subject: [PATCH 08/88] Add AsyncAWS unofficial AWS SDK. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 395589f..6c39f97 100644 --- a/README.md +++ b/README.md @@ -753,6 +753,7 @@ Libraries to help manage database schemas and migrations. *Libraries for accessing third party APIs.* * [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library. +* [AsyncAWS](https://async-aws.com/) - An unofficial asynchronous PHP AWS SDK. * [Campaign Monitor](https://campaignmonitor.github.io/createsend-php/) - The official Campaign Monitor PHP library. * [Dropbox SDK](https://github.com/dropbox/dropbox-sdk-php) - The official PHP Dropbox SDK library. * [Github](https://github.com/KnpLabs/php-github-api) - A library to interface with the Github API. From 3c9b4a3c132713bc5e9d3fff01b5cea75a5d5025 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 22:09:23 +0100 Subject: [PATCH 09/88] Fix redirects. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c39f97..f80c504 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Fetch](https://github.com/tedious/Fetch) - An IMAP library. * [Mautic](https://github.com/mautic/mautic) - Email marketing automation * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution. -* [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](https://www.mandrill.com). +* [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](https://mailchimp.com/features/transactional-email/). * [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution. ### Files @@ -301,7 +301,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [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. -* [Behat](http://docs.behat.org/en/v2.5/) - 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. * [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library. * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests. @@ -324,7 +324,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [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. -* [Jenkins](https://jenkins.io/index.html) - A continuous integration platform with [PHP support](http://jenkins-php.org/index.html). +* [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. * [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. From 4f454b0923fb7269fd83d9d57b670c9758c3ae34 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 22:38:21 +0100 Subject: [PATCH 10/88] Remove some dead or abandoned projects. --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index f80c504..f881db7 100644 --- a/README.md +++ b/README.md @@ -172,8 +172,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Micro Framework Extras *Extras related to micro frameworks and routers.* -* [Silex Skeleton](https://github.com/silexphp/Silex-Skeleton) - A project skeleton for Silex. -* [Silex Web Profiler](https://github.com/silexphp/Silex-WebProfiler) - A web debug toolbar for Silex. * [Slim Skeleton](https://github.com/slimphp/Slim-Skeleton) - A skeleton for Slim. * [Slim Twig View](https://github.com/slimphp/Slim-Views) - Integrate Twig into Slim. * [Slim PHP View](https://github.com/slimphp/PHP-View) - A simple PHP renderer for Slim. @@ -190,15 +188,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Templating *Libraries and tools for templating and lexing.* -* [Aura.View](https://github.com/auraphp/Aura.View) - Provides TemplateView and TwoStepView using PHP as the tempting language, with support for partials, sections, and helpers. -* [Foil](https://github.com/FoilPHP/Foil) - Another native PHP templating library. * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language. * [Mustache](https://github.com/bobthecow/mustache.php) - A PHP implementation of the Mustache template language. * [PHPTAL](https://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language. * [Plates](http://platesphp.com/) - A native PHP templating library. * [Smarty](https://www.smarty.net/) - A template engine to complement PHP. * [Twig](https://twig.symfony.com/) - A comprehensive templating language. -* [Tale Jade](https://github.com/Talesoft/tale-jade) - A PHP implementation of the Jade template language. ### Static Site Generators *Tools for pre-processing content to generate web pages.* @@ -234,7 +229,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Expressive](https://zendframework.github.io/zend-expressive/) - PSR-7 Middleware framework from Zend. * [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares. * [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher. -* [Stack](https://github.com/stackphp) - A library of stackable middleware for Silex/Symfony. +* [Stack](https://github.com/stackphp) - A library of stackable middleware for Symfony. * [zend-stratigility](https://github.com/zendframework/zend-stratigility) - Middleware for PHP built on top of PSR-7. ### URL @@ -816,15 +811,11 @@ Libraries to help manage database schemas and migrations. * [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 OSX](https://php-osx.liip.ch/) - A PHP installer for OSX. -* [VirtPHP](http://virtphp.org/) - A tool for creating and managing isolated PHP environments. ### Development Environment *Software and tools for creating a sandboxed development environment.* * [Ansible](https://www.ansible.com/) - A radically simple orchestration framework. -* [Phansible](https://phansible.com/) - A web tool for building PHP development virtual machines with Ansible. -* [Protobox](https://www.getprotobox.com/) - Another web tool for building PHP development virtual machines. -* [PuPHPet](https://puphpet.com/) - A web tool for building PHP development virtual machines. * [Puppet](https://puppet.com/) - A server automation framework and application. * [Vagrant](https://www.vagrantup.com/) - A portable development environment utility. * [Docker](https://www.docker.com/) - A containerization platform. @@ -838,7 +829,6 @@ Libraries to help manage database schemas and migrations. ### Text Editors and IDEs *Text Editors and Integrated Development Environments (IDE) with support for PHP.* -* [Atom](https://atom.io/) - A hackable text editor. * [Atom IDE](https://ide.atom.io/) - An IDE extension for Atom. * [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - A PHP IDE based on the Eclipse platform. * [Netbeans](https://netbeans.org) - An IDE with support for PHP and HTML5. From 299246ddd23485088ad31fd85e7484859b993e6c Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 22:48:52 +0100 Subject: [PATCH 11/88] Framework cleanup and updating. --- README.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index f881db7..ab2349c 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Packagist](https://packagist.org/) - The PHP Package Repository. * [Private Packagist](https://packagist.com/) - Composer package archive as a service for PHP. * [WordPress Packagist](https://wpackagist.org/) - Manage your plugins with Composer. -* [Zend Framework Packages](https://packages.zendframework.com/) - Zend Framework Composer Repository. ### Dependency Management *Libraries for dependency and package management.* @@ -120,13 +119,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components. * [CakePHP](https://cakephp.org/) - A rapid application development framework (CP). -* [Laravel 6](https://laravel.com/) - Another PHP framework (L6). +* [Laravel](https://laravel.com/) - Another PHP framework. * [Nette](https://nette.org) - Another framework comprised of individual components. * [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension. -* [PPI Framework 2](https://github.com/ppi) - An interoperability framework. -* [Symfony](https://symfony.com/) - A framework comprised of individual components (SF). +* [Symfony](https://symfony.com/) - A framework comprised of individual components. * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework. -* [Zend Framework 3](https://framework.zend.com/learn) - A framework comprised of individual components (ZF3). +* [Laminas](https://getlaminas.org/) - A framework comprised of individual components (previously Zend Framework). * [Ice](https://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension. ### Framework Extras @@ -154,10 +152,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Aura](http://auraphp.com/) - Independent components, fully decoupled from each other and from any framework. * [CakePHP Plugins](https://plugins.cakephp.org/) - A directory of CakePHP plugins. * [Hoa Project](https://hoa-project.net/En/) - Another package of PHP components. +* [Laravel Components](https://github.com/illuminate) - The Laravel Framework components. * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group. * [Spatie Open Source](https://spatie.be/open-source/packages) - A collection of open source PHP and Laravel packages. * [Symfony Components](https://symfony.com/doc/master/components/index.html) - The components that make Symfony. -* [Zend Framework Components](https://docs.zendframework.com/) - The components that make Zend Framework. +* [Laminas Components](https://docs.laminas.dev/components/) - The components that make the Laminas Framework. ### Micro Frameworks *Micro frameworks and routers.* @@ -165,9 +164,9 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs. * [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. * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP. * [Slim](https://www.slimframework.com/) - Another simple micro framework. -* [Expressive](https://getexpressive.org/) - A micro-framework by Zend. ### Micro Framework Extras *Extras related to micro frameworks and routers.* @@ -212,7 +211,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library. * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients. * [Symfony HTTP Client](https://github.com/symfony/http-client) - A component to fetch HTTP resources synchronously or asynchronously. -* [zend-diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation. +* [Laminas Diactoros](https://github.com/laminas/laminas-diactoros) - PSR-7 HTTP Message implementation. ### Scraping *Libraries for scraping websites.* @@ -226,11 +225,10 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Middlewares *Libraries for building application using middlewares.* -* [Expressive](https://zendframework.github.io/zend-expressive/) - PSR-7 Middleware framework from Zend. * [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares. * [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher. * [Stack](https://github.com/stackphp) - A library of stackable middleware for Symfony. -* [zend-stratigility](https://github.com/zendframework/zend-stratigility) - Middleware for PHP built on top of PSR-7. +* [Laminas Stratigility](https://github.com/laminas/laminas-stratigility) - Middleware for PHP built on top of PSR-7. ### URL *Libraries for parsing URLs.* @@ -277,7 +275,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container. * [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring. * [Pimple](https://pimple.symfony.com/) - A tiny dependency injection container. -* [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component (SF). +* [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component. ### Imagery *Libraries for manipulating images.* @@ -540,7 +538,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Cycle ORM](https://github.com/cycle/orm) - PHP DataMapper, ORM. * [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions. * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM. -* [Eloquent](https://github.com/illuminate/database) - A simple ORM (L6). +* [Laravel Eloquent](https://github.com/illuminate/database) - A simple ORM. * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL. * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers. * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM. @@ -672,7 +670,7 @@ Libraries to help manage database schemas and migrations. *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. -* [Apigility](https://github.com/zfcampus/zf-apigility-skeleton) - An API builder built with Zend Framework 2. +* [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. * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library. * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library. @@ -690,7 +688,7 @@ Libraries to help manage database schemas and migrations. * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library. * [Metaphore](https://github.com/sobstel/metaphore) - Cache slam defense using a semaphore to prevent dogpile effect. * [Stash](https://github.com/tedious/Stash) - Another library for caching. -* [Zend Cache](https://github.com/zendframework/zend-cache) - Another caching library (ZF2). +* [Laminas Cache](https://github.com/laminas/laminas-cache) - Another caching library. ### Data Structure and Storage *Libraries that implement data structure or storage techniques.* @@ -706,7 +704,7 @@ Libraries to help manage database schemas and migrations. * [Porter](https://github.com/ScriptFUSION/Porter) - Data import abstraction framework. * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data. * [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP. -* [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2). +* [Laminas Serializer](https://github.com/laminas/laminas-serializer) - Another library for serialising and de-serialising data. ### Notifications *Libraries for working with notification software.* @@ -796,7 +794,7 @@ Libraries to help manage database schemas and migrations. * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL. * [Spork](https://github.com/kriswallsmith/spork) - A process forking library. * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized. -* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component (SF). +* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component. * [Underscore](https://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library. * [Whoops](https://github.com/filp/whoops) - A pretty error handling library. From ab86b50a15200ed4322295fc057c5e0815f4041d Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 22:49:43 +0100 Subject: [PATCH 12/88] Missing TOC link. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab2349c..e074430 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT - [PHP Websites](#php-websites) - [Other Websites](#other-websites) - [PHP Books](#php-books) + - [Other Books](#other-books) - [PHP Videos](#php-videos) - [PHP Podcasts](#php-podcasts) - [PHP Reading](#php-reading) From 6915d227ea7bac819e455be689e873c496a0b161 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 22:52:22 +0100 Subject: [PATCH 13/88] More framework clean up. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e074430..174307a 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Web development frameworks.* * [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components. -* [CakePHP](https://cakephp.org/) - A rapid application development framework (CP). +* [CakePHP](https://cakephp.org/) - A rapid application development framework. * [Laravel](https://laravel.com/) - Another PHP framework. * [Nette](https://nette.org) - Another framework comprised of individual components. * [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension. @@ -482,7 +482,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *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. * [Broadway](https://github.com/broadway/broadway) - An event source and CQRS library. -* [Cake Event](https://github.com/cakephp/event) - An event dispatcher library (CP). +* [CakePHP Event](https://github.com/cakephp/event) - An event dispatcher library. * [Elephant.io](https://github.com/Wisembly/Elephant.io) - Yet another web socket 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. @@ -535,7 +535,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Aura.Sql](https://github.com/auraphp/Aura.Sql) - Provides an extension to the native PDO along with a profiler and connection locator. * [Aura.SqlQuery](https://github.com/auraphp/Aura.SqlQuery) - Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server. * [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent. -* [Cake ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern (CP). +* [CakePHP ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern. * [Cycle ORM](https://github.com/cycle/orm) - PHP DataMapper, ORM. * [Doctrine Extensions](https://github.com/Atlantic18/DoctrineExtensions) - A collection of Doctrine behavioural extensions. * [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM. @@ -657,7 +657,7 @@ Libraries to help manage database schemas and migrations. * [Assert](https://github.com/beberlei/assert) - A validation library with a rich set of assertions. Supports assertion chaining and lazy assertions. * [Aura.Filter](https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays. -* [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP). +* [CakePHP Validation](https://github.com/cakephp/validation) - Another validation 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. * [JSON Schema](https://github.com/justinrainbow/json-schema) - A [JSON Schema](https://json-schema.org/) validation library. @@ -685,7 +685,7 @@ Libraries to help manage database schemas and migrations. * [Alternative PHP Cache (APC)](https://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP. * [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing. * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line. -* [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP). +* [CakePHP Cache](https://github.com/cakephp/cache) - A caching library. * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library. * [Metaphore](https://github.com/sobstel/metaphore) - Cache slam defense using a semaphore to prevent dogpile effect. * [Stash](https://github.com/tedious/Stash) - Another library for caching. @@ -694,7 +694,7 @@ Libraries to help manage database schemas and migrations. ### Data Structure and Storage *Libraries that implement data structure or storage techniques.* -* [Cake Collection](https://github.com/cakephp/collection) - A simple collections library (CP). +* [CakePHP Collection](https://github.com/cakephp/collection) - A simple collections library. * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output. * [Ginq](https://github.com/akanehara/ginq) - Another PHP library based on .NET's LINQ. * [JsonMapper](https://github.com/cweiske/jsonmapper) - A library that maps nested JSON structures onto PHP classes. @@ -727,7 +727,7 @@ Libraries to help manage database schemas and migrations. *Libraries for Internationalization (I18n) and Localization (L10n).* * [Aura.Intl](https://github.com/auraphp/Aura.Intl) - Provides internationalization (I18N) tools, specifically package-oriented per-locale message translation. -* [Cake I18n](https://github.com/cakephp/i18n) - Message translation and localization for dates and numbers (CP) +* [CakePHP I18n](https://github.com/cakephp/i18n) - Message translation and localization for dates and numbers. ### Serverless *Libraries and tools to help build serverless web applications.* @@ -767,7 +767,7 @@ Libraries to help manage database schemas and migrations. * [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine). * [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chat bots. -* [Cake Utility](https://github.com/cakephp/utility) - Utility classes such as Inflector, String, Hash, Security and Xml (CP). +* [CakePHP Utility](https://github.com/cakephp/utility) - Utility classes such as Inflector, String, Hash, Security and XML. * [Chief](https://github.com/adamnicholson/Chief) - A command bus library. * [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading. * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes. From fc56c1108efc3a247de04f4de28155515382b250 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 22:53:54 +0100 Subject: [PATCH 14/88] Cleanup other books. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 174307a..1f3978c 100644 --- a/README.md +++ b/README.md @@ -904,14 +904,10 @@ Various resources, such as books, websites and articles, for improving your PHP ### Other Books *Books related to general computing and web development.* -* [Elasticsearch: The Definitive Guide](https://www.elastic.co/guide/index.html) - A guide to working with Elasticsearch by Clinton Gormley and Zachary Tong. * [Eloquent JavaScript](https://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke. -* [Head First Design Patterns](https://www.oreilly.com/library/view/head-first-design/0596007124/) - A book that expains software design patterns. * [Pro Git](https://git-scm.com/book/en/v2) - A book about Git by Scott Chacon and Ben Straub. * [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts. * [The Tangled Web — Securing Web Applications](https://www.amazon.com/Tangled-Web-Securing-Modern-Applications/dp/1593273886) - A book about securing web applications by Michal Zalewski. -* [Understanding Computation](https://computationbook.com) - A book about computation theory by Tom Stuart. -* [Vagrant Cookbook](https://leanpub.com/vagrantcookbook) - A book about creating Vagrant environments by Erika Heidi. ### PHP Videos *Fantastic PHP-related videos.* From 490f72f0fae51693ae201f52b20e3f935bfd6b7b Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 22:57:52 +0100 Subject: [PATCH 15/88] Remove Ice. Alphabetical. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f3978c..1fa50bd 100644 --- a/README.md +++ b/README.md @@ -120,13 +120,12 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components. * [CakePHP](https://cakephp.org/) - A rapid application development framework. +* [Laminas](https://getlaminas.org/) - A framework comprised of individual components (previously Zend Framework). * [Laravel](https://laravel.com/) - Another PHP framework. * [Nette](https://nette.org) - Another framework comprised of individual components. * [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension. * [Symfony](https://symfony.com/) - A framework comprised of individual components. * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework. -* [Laminas](https://getlaminas.org/) - A framework comprised of individual components (previously Zend Framework). -* [Ice](https://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension. ### Framework Extras *Extras related to web development frameworks.* From 8c26ac567a2bb5970cfc3102ac32b56eeb46cb9a Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Tue, 5 May 2020 10:48:11 +0200 Subject: [PATCH 16/88] Added Symfony Mailer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fa50bd..58fc61d 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution. * [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](https://mailchimp.com/features/transactional-email/). * [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution. +* [Symfony Mailer](https://symfony.com/mailer) - The Mailer component helps sending emails ### Files *Libraries for file manipulation and MIME type detection.* From e94fa06cce6eed20cf14764404a0e57772eb16ff Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Tue, 5 May 2020 10:51:09 +0200 Subject: [PATCH 17/88] Added a dot at the end according to the style of the file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58fc61d..e04c8f5 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution. * [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](https://mailchimp.com/features/transactional-email/). * [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution. -* [Symfony Mailer](https://symfony.com/mailer) - The Mailer component helps sending emails +* [Symfony Mailer](https://symfony.com/mailer) - The Mailer component helps sending emails. ### Files *Libraries for file manipulation and MIME type detection.* From 9e08abdd9aca9e0d9682ae77387b78463894fdbb Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Tue, 5 May 2020 10:54:39 +0200 Subject: [PATCH 18/88] Change SymfonyMailer to point to their github repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e04c8f5..e37fd7b 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution. * [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](https://mailchimp.com/features/transactional-email/). * [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution. -* [Symfony Mailer](https://symfony.com/mailer) - The Mailer component helps sending emails. +* [Symfony Mailer](https://github.com/symfony/mailer) - The Mailer component helps sending emails. ### Files *Libraries for file manipulation and MIME type detection.* From fa74c705aa1aca6be91b19addd46af5cf9d12ea7 Mon Sep 17 00:00:00 2001 From: repat Date: Tue, 5 May 2020 22:53:44 +1200 Subject: [PATCH 19/88] Add Laracasts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e37fd7b..d6c7872 100644 --- a/README.md +++ b/README.md @@ -916,6 +916,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [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) - Video series about PHP programming but also generally OOP, Tools/Frameworks/IDEs, HTML/CSS/JavaScript, Testing, and of course, Laravel. Many videos are free. ### PHP Podcasts *Podcasts with a focus on PHP topics.* From e3dae5a85fc55dc75a636d6806c6d2937ad51ed0 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 22:59:58 +0100 Subject: [PATCH 20/88] Improve descriptions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6c7872..d0ea44e 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution. * [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](https://mailchimp.com/features/transactional-email/). * [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution. -* [Symfony Mailer](https://github.com/symfony/mailer) - The Mailer component helps sending emails. +* [Symfony Mailer](https://github.com/symfony/mailer) - A powerful library for creating and sending emails. ### Files *Libraries for file manipulation and MIME type detection.* @@ -916,7 +916,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [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) - Video series about PHP programming but also generally OOP, Tools/Frameworks/IDEs, HTML/CSS/JavaScript, Testing, and of course, Laravel. Many videos are free. +* [Laracasts](https://laracasts.com) - Screencasts about Laravel, Vue JS and more. ### PHP Podcasts *Podcasts with a focus on PHP topics.* From 858e6e4b83f76f3729f233b5bd1767de287beb84 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 23:05:55 +0100 Subject: [PATCH 21/88] Improve and clarify guidelines. --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9884a0..780d04d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contribution Guidelines Unfortunately, not every library, tool or framework can be considered for inclusion. The aim of Awesome PHP is to be a concise list of noteworthy and interesting software written in modern PHP. Therefore, suggested software should: -1. Be widely recommended regardless of personal opinion +1. Be widely recommended 2. Well known or discussed within the PHP community 3. Be unique in its approach or function 4. Fill a niche gap in the market @@ -10,7 +10,7 @@ Self-promotion is frowned upon, so please consider seriously whether your projec Also, please ensure your pull request adheres to the following guidelines: -* Software that is PHP 7.0+, Composer-installable, PSR compliant, semantically versioned, unit tested, actively maintained and well documented in English is preferred. +* Software that is PHP 7.0+, Composer-installable, PSR compliant, semantically versioned, unit tested, actively maintained and well documented in English. * Please search previous suggestions before making a new one, as yours may be a duplicate. * Enter a meaningful pull request description. * Please make an individual commit for each suggestion in a separate pull request. @@ -22,5 +22,6 @@ Also, please ensure your pull request adheres to the following guidelines: * End all descriptions with a full stop/period. * Check your spelling and grammar. * Make sure your text editor is set to remove trailing whitespace. +* Your entry has been added alphabetically within the category. Thank you for your suggestions! From fcb650d761a96747f386f46bb34333cb217ff006 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Mon, 9 Sep 2019 16:33:18 +0800 Subject: [PATCH 22/88] add nyholm/psr7 A fast PHP7 implementation of PSR-7 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d0ea44e..9aa6cd4 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client. * [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client. * [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation. +* [Nyholm-psr7](https://github.com/Nyholm/psr7) - A super lightweight PSR-7 implementation. Very strict and very fast. * [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests. * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library. * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients. From 1c39846992de1aa7d4d944921c6fbd8f11b88a6d Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 23:09:13 +0100 Subject: [PATCH 23/88] PSR7 cleanup. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9aa6cd4..9fcc7a1 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client. * [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client. * [HTTPlug](http://httplug.io) - An HTTP client abstraction without binding to a specific implementation. -* [Nyholm-psr7](https://github.com/Nyholm/psr7) - A super lightweight PSR-7 implementation. Very strict and very fast. +* [Nyholm PSR-7](https://github.com/Nyholm/psr7) - A super lightweight PSR-7 implementation. Very strict and very fast. * [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests. * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library. * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients. @@ -226,7 +226,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Middlewares *Libraries for building application using middlewares.* -* [PSR7-Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares. +* [PSR-7 Middlewares](https://github.com/oscarotero/psr7-middlewares) - Inspiring collection of handy middlewares. * [Relay](https://github.com/relayphp/Relay.Relay) - A PHP 5.5 PSR-7 middleware dispatcher. * [Stack](https://github.com/stackphp) - A library of stackable middleware for Symfony. * [Laminas Stratigility](https://github.com/laminas/laminas-stratigility) - Middleware for PHP built on top of PSR-7. From 38d60c40f91147a3cd6436813544ad996107cd5b Mon Sep 17 00:00:00 2001 From: Arkadius Jonczek Date: Fri, 13 Sep 2019 23:04:56 +0200 Subject: [PATCH 24/88] add Laradock to Development Environment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fcc7a1..17f08ce 100644 --- a/README.md +++ b/README.md @@ -819,6 +819,7 @@ Libraries to help manage database schemas and migrations. * [Puppet](https://puppet.com/) - A server automation framework and application. * [Vagrant](https://www.vagrantup.com/) - A portable development environment utility. * [Docker](https://www.docker.com/) - A containerization platform. +* [Laradock](http://laradock.io/) - A full PHP development environment based on Docker. ### Virtual Machines *Alternative PHP virtual machines.* From ffa426977325b8efebea57ea1a0b153b778b3556 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 23:11:56 +0100 Subject: [PATCH 25/88] Reorder category links. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17f08ce..66a4b8f 100644 --- a/README.md +++ b/README.md @@ -816,10 +816,10 @@ Libraries to help manage database schemas and migrations. *Software and tools for creating a sandboxed development environment.* * [Ansible](https://www.ansible.com/) - A radically simple orchestration framework. -* [Puppet](https://puppet.com/) - A server automation framework and application. -* [Vagrant](https://www.vagrantup.com/) - A portable development environment utility. * [Docker](https://www.docker.com/) - A containerization platform. * [Laradock](http://laradock.io/) - A full PHP development environment based on Docker. +* [Puppet](https://puppet.com/) - A server automation framework and application. +* [Vagrant](https://www.vagrantup.com/) - A portable development environment utility. ### Virtual Machines *Alternative PHP virtual machines.* From f70a55bbe3e1457c721b73a16114101c30228ddd Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 23:13:59 +0100 Subject: [PATCH 26/88] Add Homestead and Valet. Reorder. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66a4b8f..a320f23 100644 --- a/README.md +++ b/README.md @@ -806,8 +806,9 @@ Libraries to help manage database schemas and migrations. ### PHP Installation *Tools to help install and manage PHP on your computer.* -* [HomeBrew](https://brew.sh/) - A package manager for OSX. * [Brew PHP Switcher](https://github.com/philcook/brew-php-switcher) - Brew PHP switcher. +* [HomeBrew](https://brew.sh/) - A package manager for OSX. +* [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 Build](https://github.com/php-build/php-build) - Another PHP version installer. * [PHP OSX](https://php-osx.liip.ch/) - A PHP installer for OSX. @@ -817,6 +818,7 @@ Libraries to help manage database schemas and migrations. * [Ansible](https://www.ansible.com/) - A radically simple orchestration framework. * [Docker](https://www.docker.com/) - A containerization platform. +* [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. * [Puppet](https://puppet.com/) - A server automation framework and application. * [Vagrant](https://www.vagrantup.com/) - A portable development environment utility. From c9f034610425131fc0a3a6ddde82e0bf5dcb2e8f Mon Sep 17 00:00:00 2001 From: Maksim Kotlyar Date: Thu, 15 Jun 2017 11:22:17 +0300 Subject: [PATCH 27/88] Add enqueue library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4be8dc..8148b9a 100644 --- a/README.md +++ b/README.md @@ -571,6 +571,7 @@ Libraries to help manage database schemas and migrations. * [PHP AMQP](https://github.com/php-amqplib/php-amqplib) - A pure PHP AMQP library. * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue. * [Thumper](https://github.com/php-amqplib/Thumper) - A RabbitMQ pattern library. +* [Enqueue](https://github.com/php-enqueue/enqueue-dev) - Message queue packages for PHP. RabbitMQ, AMQP, STOMP, Amazon SQS, Redis, Doctrine transports. ### Search *Libraries and software for indexing and performing search queries on data.* From 0077ab888028988440ec16dc7d05b54aba3f0cda Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 23:40:43 +0100 Subject: [PATCH 28/88] Improve description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8148b9a..42f1bf8 100644 --- a/README.md +++ b/README.md @@ -571,7 +571,7 @@ Libraries to help manage database schemas and migrations. * [PHP AMQP](https://github.com/php-amqplib/php-amqplib) - A pure PHP AMQP library. * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue. * [Thumper](https://github.com/php-amqplib/Thumper) - A RabbitMQ pattern library. -* [Enqueue](https://github.com/php-enqueue/enqueue-dev) - Message queue packages for PHP. RabbitMQ, AMQP, STOMP, Amazon SQS, Redis, Doctrine transports. +* [Enqueue](https://github.com/php-enqueue/enqueue-dev) - A message queue packages for PHP that supports RabbitMQ, AMQP, STOMP, Amazon SQS, Redis and Doctrine transports. ### Search *Libraries and software for indexing and performing search queries on data.* From a7e4a8e57ca972509a97b9cafe7ea4b5a56f5b50 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Thu, 19 Oct 2017 10:40:33 +0200 Subject: [PATCH 29/88] Add amphp/byte-stream --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42f1bf8..1b6583e 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Streams *Libraries for working with streams.* +* [ByteStream](https://amphp.org/byte-stream/) - An asynchronous stream abstraction. * [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library. ### Dependency Injection From 6875d702a1165117fe72eb37241e17e761390d86 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 23:57:03 +0100 Subject: [PATCH 30/88] Add Silly. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb389f1..89e909a 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel. * [Mezzio](https://getexpressive.org/) - A micro-framework by Laminas. * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP. +* [Silly](https://github.com/mnapoli/silly) - A micro-framework for CLI applications. * [Slim](https://www.slimframework.com/) - Another simple micro framework. ### Micro Framework Extras From 50a94b98dedacbed0cdd12c0ea0418db35f93807 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 11 May 2020 23:58:45 +0100 Subject: [PATCH 31/88] Fix name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e909a..fa7d871 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [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. * [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library. -* [React](https://github.com/reactphp/reactphp) - An event driven non-blocking I/O library. +* [ReactPHP](https://github.com/reactphp/reactphp) - An event driven non-blocking I/O library. * [RxPHP](https://github.com/ReactiveX/RxPHP) - A reactive extension library. * [Swoole](https://github.com/swoole/swoole-src) - An event-driven asynchronous and concurrent networking communication framework with high performance for PHP written in C. * [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library. From f16bf6a0ef4c3c4f2cdb7c5ff555e3aded3511e2 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 12 May 2020 00:02:12 +0100 Subject: [PATCH 32/88] Fix link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa7d871..3b36c21 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Libraries for generating project documentation.* * [APIGen](https://github.com/apigen/apigen) - Another API documentation generator. -* [daux.io](https://github.com/justinwalsh/daux.io) - A documentation generator which uses Markdown files. +* [daux.io](https://github.com/dauxio/daux.io) - A documentation generator which uses Markdown files. * [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor) - A documentation generator. * [phpDox](http://phpdox.de/) - A documentation generator for PHP projects (that is not limited to API documentation). * [Sami](https://github.com/FriendsOfPHP/Sami) - An API documentation generator. From 02e7a13028b0edc9d2549321cadc90664a6cd506 Mon Sep 17 00:00:00 2001 From: Benjamin Fistein Date: Thu, 19 Jul 2018 11:15:03 +0200 Subject: [PATCH 33/88] Added PeachPie to list of VMs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b36c21..f0c8d92 100644 --- a/README.md +++ b/README.md @@ -833,6 +833,7 @@ Libraries to help manage database schemas and migrations. * [Hack](https://hacklang.org/) - A programming language for HHVM. * [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook. +* [PeachPie](https://github.com/peachpiecompiler/peachpie) - PeachPie is a PHP compiler and runtime for .NET and .NET Core, which allows entire PHP applications to run on the modern, secure and performant .NET and .NET Core platforms. ### Text Editors and IDEs *Text Editors and Integrated Development Environments (IDE) with support for PHP.* From a03e829f45a5858b780f37a3dbdf9859412ecf03 Mon Sep 17 00:00:00 2001 From: Benjamin Fistein Date: Tue, 12 May 2020 10:32:21 +0200 Subject: [PATCH 34/88] shorten PeachPie description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0c8d92..57d359d 100644 --- a/README.md +++ b/README.md @@ -833,7 +833,7 @@ Libraries to help manage database schemas and migrations. * [Hack](https://hacklang.org/) - A programming language for HHVM. * [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook. -* [PeachPie](https://github.com/peachpiecompiler/peachpie) - PeachPie is a PHP compiler and runtime for .NET and .NET Core, which allows entire PHP applications to run on the modern, secure and performant .NET and .NET Core platforms. +* [PeachPie](https://github.com/peachpiecompiler/peachpie) - PHP compiler and runtime for .NET and .NET Core. ### Text Editors and IDEs *Text Editors and Integrated Development Environments (IDE) with support for PHP.* From d8a7be41b6f8eedb67d78ba0dfedaa52bfdcb9d4 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 12 May 2020 22:52:09 +0100 Subject: [PATCH 35/88] Add podcast. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57d359d..3b42664 100644 --- a/README.md +++ b/README.md @@ -931,6 +931,7 @@ Various resources, such as books, websites and articles, for improving your PHP ### PHP Podcasts *Podcasts with a focus on PHP topics.* +* [Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion. * [PHP Internals New](https://phpinternals.news) - A podcast about PHP internals. * [PHP Roundtable](https://www.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. From 37b33894cd5e9fb6774e2d99c97d1fe56dfddcf9 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Wed, 13 May 2020 15:00:30 +0100 Subject: [PATCH 36/88] Remove BulletPHP. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3b42664..3ad0ca8 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Micro Frameworks *Micro frameworks and routers.* -* [Bullet PHP](http://bulletphp.com/) - A micro framework for building REST APIs. * [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. From f28d42445c0890ecef1cb110dbeca72776870090 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Wed, 13 May 2020 16:13:01 +0100 Subject: [PATCH 37/88] Improve framework descriptions. Remove Aura. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ad0ca8..f56bad9 100644 --- a/README.md +++ b/README.md @@ -118,14 +118,13 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Frameworks *Web development frameworks.* -* [Aura Framework](http://auraphp.com/framework/) - A framework built from independent components. * [CakePHP](https://cakephp.org/) - A rapid application development framework. * [Laminas](https://getlaminas.org/) - A framework comprised of individual components (previously Zend Framework). -* [Laravel](https://laravel.com/) - Another PHP framework. -* [Nette](https://nette.org) - Another framework comprised of individual components. +* [Laravel](https://laravel.com/) - A web application framework with expressive, elegant syntax. +* [Nette](https://nette.org) - A web framework comprised of mature components. * [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension. -* [Symfony](https://symfony.com/) - A framework comprised of individual components. -* [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework. +* [Symfony](https://symfony.com/) - A set of reuseable components and a web framework. +* [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework. ### Framework Extras *Extras related to web development frameworks.* From 537d8b9b5deb87801c1dc8521e32ebd068d88988 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Thu, 14 May 2020 09:31:30 +0100 Subject: [PATCH 38/88] Improve Flysystem description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f56bad9..b4ca32c 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Libraries for file manipulation and MIME type detection.* * [CSV](https://github.com/thephpleague/csv) - A CSV data manipulation library. -* [Flysystem](https://github.com/thephpleague/Flysystem) - Another filesystem abstraction layer. +* [Flysystem](https://github.com/thephpleague/Flysystem) - Abstraction for local and remote filesystems. * [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer. * [Hoa Mime](https://github.com/hoaproject/Mime) - Another MIME detection library. * [PHP FFmpeg](https://github.com/PHP-FFmpeg/PHP-FFmpeg/) - A wrapper for the [FFmpeg](https://www.ffmpeg.org/) video library. From 23db792ae651ac839598613fa88669df472a8131 Mon Sep 17 00:00:00 2001 From: "Nikolay (feycot) Gagarinov" Date: Mon, 11 May 2020 15:08:45 +0500 Subject: [PATCH 39/88] Replace stringy by fork --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4ca32c..56f7569 100644 --- a/README.md +++ b/README.md @@ -643,7 +643,7 @@ Libraries to help manage database schemas and migrations. * [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. * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements. -* [Stringy](https://github.com/danielstjules/Stringy) - A string manipulation library with multibyte support. +* [Stringy](https://github.com/voku/Stringy) - A string manipulation library with multibyte support. * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings. * [URLify](https://github.com/jbroadway/urlify) - A PHP port of Django's URLify.js. * [UUID](https://github.com/ramsey/uuid) - A library for generating UUIDs. From d771499d29d53a18e26c882224f04c408a85c0f5 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 15 May 2020 20:58:44 +0100 Subject: [PATCH 40/88] Add TOML parser. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4ca32c..5f66f53 100644 --- a/README.md +++ b/README.md @@ -746,6 +746,7 @@ Libraries to help manage database schemas and migrations. * [PHP Dotenv](https://github.com/vlucas/phpdotenv) - Parse and load environment variables from `.env` files. * [Symfony Dotenv](https://github.com/symfony/dotenv)- Parse and load environment variables from `.env` files. +* [Yo! Symfony TOML](https://github.com/yosymfony/toml) - A PHP parser for [TOML](https://github.com/toml-lang/toml). ### Third Party APIs *Libraries for accessing third party APIs.* From bd3cea0529eb970dc8e73ba9614f659719b0abf0 Mon Sep 17 00:00:00 2001 From: Mikhail Feoktistov Date: Sat, 25 May 2019 17:44:30 +0100 Subject: [PATCH 41/88] Update README.md Added Phpactor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1453679..a1418e2 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Code Climate](https://codeclimate.com) - An automated code review. * [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. +* [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. * [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. From fd70736529ee780c2af5092a1c62b4ee38247c69 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 22 May 2020 11:36:10 +0100 Subject: [PATCH 42/88] Remove archived API doc package. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a1418e2..039865c 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [daux.io](https://github.com/dauxio/daux.io) - A documentation generator which uses Markdown files. * [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor) - A documentation generator. * [phpDox](http://phpdox.de/) - A documentation generator for PHP projects (that is not limited to API documentation). -* [Sami](https://github.com/FriendsOfPHP/Sami) - An API documentation generator. ### Security *Libraries for generating secure random numbers, encrypting data and scanning and testing for vulnerabilities.* From 9ddb3f635078c00aaa25218570000661bb482c87 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 22 May 2020 12:05:26 +0100 Subject: [PATCH 43/88] Remove Atom IDE. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 039865c..3b0f34e 100644 --- a/README.md +++ b/README.md @@ -837,7 +837,6 @@ Libraries to help manage database schemas and migrations. ### Text Editors and IDEs *Text Editors and Integrated Development Environments (IDE) with support for PHP.* -* [Atom IDE](https://ide.atom.io/) - An IDE extension for Atom. * [Eclipse for PHP Developers](https://www.eclipse.org/downloads/) - A PHP IDE based on the Eclipse platform. * [Netbeans](https://netbeans.org) - An IDE with support for PHP and HTML5. * [PhpStorm](https://www.jetbrains.com/phpstorm/) - A commercial PHP IDE. From 995b57ef260b2c99c4c1bc1211b0f1e1e0a7263e Mon Sep 17 00:00:00 2001 From: Jamie York Date: Fri, 29 May 2020 17:02:14 +0100 Subject: [PATCH 44/88] Update Assets category. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b0f34e..b4e5718 100644 --- a/README.md +++ b/README.md @@ -461,9 +461,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Tools for managing, compressing and minifying website assets.* * [JShrink](https://github.com/tedious/JShrink) - A JavaScript minifier library. -* [Munee](https://github.com/meenie/munee) - An asset optimiser library. -* [Puli](https://github.com/puli/repository) - A library for determining assets absolute paths. -* [BowerPHP](https://github.com/Bee-Lab/bowerphp) - A PHP implementation of Bower. A package manager for the web +* [Laravel Mix](https://github.com/JeffreyWay/laravel-mix) - An elegant wrapper around Webpack for the 80% use case. +* [Symfony Asset](https://github.com/symfony/asset) - Manages URL generation and versioning of web assets. +* [Symfony Encore](https://github.com/symfony/webpack-encore) - A simple but powerful API for processing and compiling assets built around Webpack. + +https://github.com/symfony/webpack-encore ### Geolocation *Libraries for geocoding addresses and working with latitudes and longitudes.* From dd151ca7ca5b44335d6eebe54aade5a97ad06d26 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Fri, 29 May 2020 17:02:58 +0100 Subject: [PATCH 45/88] Fix stray URL. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b4e5718..427a2cd 100644 --- a/README.md +++ b/README.md @@ -465,8 +465,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Symfony Asset](https://github.com/symfony/asset) - Manages URL generation and versioning of web assets. * [Symfony Encore](https://github.com/symfony/webpack-encore) - A simple but powerful API for processing and compiling assets built around Webpack. -https://github.com/symfony/webpack-encore - ### Geolocation *Libraries for geocoding addresses and working with latitudes and longitudes.* From f0873423dae524dfcb8e75cdf684fb00d0e2be77 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sat, 6 Jun 2020 18:52:16 +0100 Subject: [PATCH 46/88] Add some new links. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 427a2cd..c207100 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Laravel](https://laravel.com/) - A web application framework with expressive, elegant syntax. * [Nette](https://nette.org) - A web framework comprised of mature components. * [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension. +* [Spiral](https://spiral.dev/) - A high performance PHP/Go framework. * [Symfony](https://symfony.com/) - A set of reuseable components and a web framework. * [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework. @@ -826,6 +827,7 @@ Libraries to help manage database schemas and migrations. * [Laradock](http://laradock.io/) - A full PHP development environment based on Docker. * [Puppet](https://puppet.com/) - A server automation framework and application. * [Vagrant](https://www.vagrantup.com/) - A portable development environment utility. +* [Vessel](https://vessel.shippingdocker.com/) - Simple Docker development environments for Laravel. ### Virtual Machines *Alternative PHP virtual machines.* @@ -930,7 +932,7 @@ Various resources, such as books, websites and articles, for improving your PHP *Podcasts with a focus on PHP topics.* * [Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion. -* [PHP Internals New](https://phpinternals.news) - A podcast about PHP internals. +* [PHP Internals News](https://phpinternals.news) - A podcast about PHP internals. * [PHP Roundtable](https://www.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. * [Voices of the ElePHPant](https://voicesoftheelephpant.com/) Interviews with the people that make the PHP community special. @@ -955,6 +957,8 @@ Various resources, such as books, websites and articles, for improving your PHP ### PHP Internals Reading *Reading materials related to the PHP internals or performance.* +* [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). * [Disproving the Single Quotes Myth](https://nikic.github.io/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) - An article about performance of single and double quoted strings. * [How Big Are PHP Arrays (And Values) Really?](https://nikic.github.io/2011/12/12/How-big-are-PHP-arrays-really-Hint-BIG.html) - An article about array internals. * [How Foreach Works](https://stackoverflow.com/questions/10057671/how-does-php-foreach-actually-work/14854568#14854568) - A detailed StackOverflow answer about foreach. From faeb7a1fcd4e2a09ee58400e39afab9a28671aa2 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 8 Jun 2020 15:41:19 +0100 Subject: [PATCH 47/88] Add mutation testing framework. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c207100..ffec85d 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework. * [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library. * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests. +* [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. * [Mink](http://mink.behat.org/en/latest/) - Web acceptance testing. * [Mockery](https://github.com/mockery/mockery) - A mock object library for testing. From 7f946b78ebb513eb0b66b420a278113e9ba6270f Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 8 Jun 2020 16:10:40 +0100 Subject: [PATCH 48/88] Reorder. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffec85d..1f24bdc 100644 --- a/README.md +++ b/README.md @@ -958,6 +958,7 @@ Various resources, such as books, websites and articles, for improving your PHP ### PHP Internals Reading *Reading materials related to the PHP internals or performance.* +* [PHP RFCs](https://wiki.php.net/rfc) - The home of PHP RFCs (Request for Comments). * [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). * [Disproving the Single Quotes Myth](https://nikic.github.io/2012/01/09/Disproving-the-Single-Quotes-Performance-Myth.html) - An article about performance of single and double quoted strings. @@ -966,7 +967,6 @@ Various resources, such as books, websites and articles, for improving your PHP * [How Long is a Piece of String](http://blog.golemon.com/2006/06/how-long-is-piece-of-string.html) - An article about string internals. * [PHP Evaluation Order](https://gist.github.com/nikic/6699370) - An article about evaluation order in PHP. * [PHP Internals Book](http://www.phpinternalsbook.com) - An online book about PHP internals, written by three core developers. -* [PHP RFCs](https://wiki.php.net/rfc) - The home of PHP RFCs (Request for Comments). * [Print vs Echo, Which One is Faster?](http://fabien.potencier.org/print-vs-echo-which-one-is-faster.html) - An article about print and echo performance. * [The PHP Ternary Operator. Fast or Not?](http://fabien.potencier.org/the-php-ternary-operator-fast-or-not.html) - An article ternary performance. * [Understanding OpCodes](http://blog.golemon.com/2008/01/understanding-opcodes.html) - An article about opcodes. From 62d64a61318600d311ce9e2856e9b41face56be1 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 8 Jun 2020 16:11:26 +0100 Subject: [PATCH 49/88] Fix link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f24bdc..c552633 100644 --- a/README.md +++ b/README.md @@ -901,7 +901,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [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. * [Mastering Object-Orientated PHP](https://www.brandonsavage.net/) - A book about object-orientated PHP by Brandon Savage. -* [Modern PHP New Features and Good Practices](http://shop.oreilly.com/product/0636920033868.do) - A book about new PHP features and best practices by Josh Lockhart. +* [Modern PHP New Features and Good Practices](https://shop.oreilly.com/product/0636920033868.do) - A book about new PHP features and best practices by Josh Lockhart. * [Modernizing Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernizing legacy PHP applications by Paul M. Jones. * [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. From 2682091d6f8c6e7086863662dcc0a910474e1f63 Mon Sep 17 00:00:00 2001 From: mmaedler Date: Wed, 15 Jul 2020 16:57:51 +0200 Subject: [PATCH 50/88] Fixed Typo in link title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c552633..93de434 100644 --- a/README.md +++ b/README.md @@ -355,7 +355,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [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. * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications. -* [Zed](https://owasp.org/www-project-zap/) - An integrated penetration testing tool for web applications. +* [Zap](https://owasp.org/www-project-zap/) - An integrated penetration testing tool for web applications. ### Passwords *Libraries and tools for working with and storing passwords.* From ba9aab2eacc6494e206d105aec18cc2b5aa3572d Mon Sep 17 00:00:00 2001 From: Jamie York Date: Thu, 16 Jul 2020 14:12:42 +0100 Subject: [PATCH 51/88] Add email library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93de434..a292b62 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Fetch](https://github.com/tedious/Fetch) - An IMAP library. * [Mautic](https://github.com/mautic/mautic) - Email marketing automation * [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. * [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](https://mailchimp.com/features/transactional-email/). * [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution. * [Symfony Mailer](https://github.com/symfony/mailer) - A powerful library for creating and sending emails. From e80d4de5f68ef6b45cfa7a798ac1cc54f572ca98 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 16 Jul 2020 14:18:32 +0100 Subject: [PATCH 52/88] Add tunnelling. Move error/debug libs. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c552633..e380aa2 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [RulerZ](https://github.com/K-Phoen/rulerz) - A powerful rule engine and implementation of the Specification pattern. ### Debugging and Profiling -*Libraries and tools for debugging and profiling code.* +*Libraries and tools for debugging errors and profiling code.* * [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. @@ -432,8 +432,10 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar. * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework. * [PHPSpy](https://github.com/adsr/phpspy) - A low-overhead sampling profiler. +* [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. +* [Whoops](https://github.com/filp/whoops) - A pretty error handling library. * [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. * [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server. @@ -780,6 +782,7 @@ Libraries to help manage database schemas and migrations. * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes. * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library. * [Essence](https://github.com/essence/essence) - A library for extracting web media. +* [Expose](https://github.com/beyondcode/expose) - An open source PHP tunneling service. * [Graphviz](https://github.com/alexandresalome/graphviz) - A Graphviz library. * [Hprose-PHP](https://github.com/hprose/hprose-php) - A very newbility RPC Library, support 25+ languages now. * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility. @@ -802,9 +805,7 @@ Libraries to help manage database schemas and migrations. * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL. * [Spork](https://github.com/kriswallsmith/spork) - A process forking library. * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized. -* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component. * [Underscore](https://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library. -* [Whoops](https://github.com/filp/whoops) - A pretty error handling library. # Software *Software for creating a development environment.* From 51df3b8435532b096d2545ea6ac8a8046978d2f2 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 16 Jul 2020 14:22:21 +0100 Subject: [PATCH 53/88] Add code coverage lib. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5523aa9..84816a1 100644 --- a/README.md +++ b/README.md @@ -429,6 +429,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome. * [Blackfire.io](https://blackfire.io) - A low-overhead code profiler. * [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool. +* [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 Debug Bar](http://phpdebugbar.com/) - A debugging toolbar. * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework. From 4f69f1477fa7b9b290224c0037d937e9d695205c Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 16 Jul 2020 14:23:00 +0100 Subject: [PATCH 54/88] Asc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84816a1..2230783 100644 --- a/README.md +++ b/README.md @@ -901,6 +901,7 @@ Various resources, such as books, websites and articles, for improving your PHP ### PHP Books *Fantastic PHP-related books.* +* [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 * [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. @@ -913,7 +914,6 @@ Various resources, such as books, websites and articles, for improving your PHP * [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. -* [Domain-Driven Design in PHP](https://leanpub.com/ddd-in-php) - Real examples written in PHP showcasing DDD Architectural Styles. ### Other Books *Books related to general computing and web development.* From 0e959a224c5396008975da495a8540f5949c1ff9 Mon Sep 17 00:00:00 2001 From: Ivan Yaki Date: Fri, 11 Sep 2020 08:45:23 -0300 Subject: [PATCH 55/88] Fix Spatie Components link url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2230783..2036491 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Hoa Project](https://hoa-project.net/En/) - Another package of PHP components. * [Laravel Components](https://github.com/illuminate) - The Laravel Framework components. * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group. -* [Spatie Open Source](https://spatie.be/open-source/packages) - 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/doc/master/components/index.html) - The components that make Symfony. * [Laminas Components](https://docs.laminas.dev/components/) - The components that make the Laminas Framework. From 0b71752832ed79f40519a195b4e14f4b9d1adfd4 Mon Sep 17 00:00:00 2001 From: Martin Folkers Date: Thu, 10 Sep 2020 20:59:30 +0200 Subject: [PATCH 56/88] Add Kirby CMS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2036491..268b785 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Drupal](https://www.drupal.org) - An enterprise level CMS. * [Grav](https://github.com/getgrav/grav) - A modern flat-file CMS. * [Joomla](https://www.joomla.org/) - Another leading CMS. +* [Kirby](https://getkirby.com/) - A flat-file CMS that adapts to any project. * [Magento](https://magento.com/) - The most popular ecommerce platform. * [Pico CMS](http://picocms.org/) - A stupidly simple, blazing fast, flat file CMS. * [WordPress](https://wordpress.org/) - A blogging platform and CMS. From ccd4d84d196ecefae0cb702963aea9ee2f74473e Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Fri, 9 Oct 2020 11:10:33 +0400 Subject: [PATCH 57/88] Fixing PHP-ML link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 268b785..720ecc0 100644 --- a/README.md +++ b/README.md @@ -796,7 +796,7 @@ Libraries to help manage database schemas and migrations. * [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](https://nmap.org/). * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library. * [PHP PassBook](https://github.com/eymengunay/php-passbook) - A PHP library for iOS PassBook. -* [PHP-ML](https://github.com/php-ai/php-ml) - A library for Machine Learning in PHP. +* [PHP-ML](https://github.com/jorgecasas/php-ml) - A library for Machine Learning in PHP. * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR). * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP. * [print_o](https://github.com/koriym/print_o) - An object graph visualizer. From 6ddb1d3591246a3ddc5f236872e1fa5a3f588a4a Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Thu, 15 Oct 2020 14:33:47 +0400 Subject: [PATCH 58/88] Fixing serverless link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 720ecc0..3e6a16e 100644 --- a/README.md +++ b/README.md @@ -744,8 +744,8 @@ Libraries to help manage database schemas and migrations. *Libraries and tools to help build serverless web applications.* * [Bref](https://bref.sh/) - Serverless PHP on AWS Lambda. -* [OpenWhisk](http://openwhisk.apache.org/) - An open source serverless cloud platform. -* [Serverless Framework](https://serverless.com/cli/) - An open source framework for building serverless applications. +* [OpenWhisk](http://openwhisk.apache.org/) - An open-source serverless cloud platform. +* [Serverless Framework](https://www.serverless.com/open-source/) - An open-source framework for building serverless applications. * [Laravel Vapor](https://vapor.laravel.com/) - A serverless deployment platform for Laravel, powered by AWS. ## Configuration From ed82feb8376010f2e388d564fc71346a9001b8af Mon Sep 17 00:00:00 2001 From: Jamie York Date: Mon, 19 Oct 2020 13:06:16 +0100 Subject: [PATCH 59/88] Remove Oher Books. Keep the focus on PHP. There are loads of great lists for other topics. --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 3e6a16e..3be76eb 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT - [PHP Websites](#php-websites) - [Other Websites](#other-websites) - [PHP Books](#php-books) - - [Other Books](#other-books) - [PHP Videos](#php-videos) - [PHP Podcasts](#php-podcasts) - [PHP Reading](#php-reading) @@ -916,14 +915,6 @@ Various resources, such as books, websites and articles, for improving your PHP * [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. -### Other Books -*Books related to general computing and web development.* - -* [Eloquent JavaScript](https://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke. -* [Pro Git](https://git-scm.com/book/en/v2) - A book about Git by Scott Chacon and Ben Straub. -* [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts. -* [The Tangled Web — Securing Web Applications](https://www.amazon.com/Tangled-Web-Securing-Modern-Applications/dp/1593273886) - A book about securing web applications by Michal Zalewski. - ### PHP Videos *Fantastic PHP-related videos.* From 843b40229ce0b28d0efb45a508645c135c79cb2e Mon Sep 17 00:00:00 2001 From: Mark Rogoyski Date: Fri, 11 Jan 2019 06:10:24 +0000 Subject: [PATCH 60/88] Add MathPHP library to Numbers libraries. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3be76eb..1e88617 100644 --- a/README.md +++ b/README.md @@ -662,6 +662,7 @@ Libraries to help manage database schemas and migrations. * [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 Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure. +* [MathPHP](http://github.com/markrogoyski/math-php) - A math library for PHP. ### Filtering and Validation *Libraries for filtering and validating data.* From 18cb2c88959493829bc56e5f89f5c827fc412977 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Fri, 23 Oct 2020 14:33:18 +0100 Subject: [PATCH 61/88] Update CMSes. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e88617..d785222 100644 --- a/README.md +++ b/README.md @@ -136,16 +136,19 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Content Management Systems (CMS) *Tools for managing digital content.* + * [Backdrop](https://backdropcms.org) - A CMS targeting small-to-medium sized business and non-profits (a fork of Drupal). * [Concrete5](https://www.concrete5.org/) - 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. * [Drupal](https://www.drupal.org) - An enterprise level CMS. * [Grav](https://github.com/getgrav/grav) - A modern flat-file CMS. * [Joomla](https://www.joomla.org/) - Another leading CMS. * [Kirby](https://getkirby.com/) - A flat-file CMS that adapts to any project. * [Magento](https://magento.com/) - The most popular ecommerce platform. -* [Pico CMS](http://picocms.org/) - A stupidly simple, blazing fast, flat file CMS. -* [WordPress](https://wordpress.org/) - A blogging platform and CMS. * [Moodle](https://moodle.org/) - An open-source learning platform. +* [Pico CMS](http://picocms.org/) - A stupidly simple, blazing fast, flat file CMS. +* [Statamic](https://statamic.com/) - Build beautiful, easy to manage websites. +* [WordPress](https://wordpress.org/) - A blogging platform and CMS. ### Components *Standalone components from web development frameworks and development groups.* From 7b162db94cae7a819a21795b2ce5676e927cdc7a Mon Sep 17 00:00:00 2001 From: Jamie York Date: Fri, 23 Oct 2020 14:43:56 +0100 Subject: [PATCH 62/88] Newsletters. Category reorder. --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d785222..25b70d8 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT - [PHP Books](#php-books) - [PHP Videos](#php-videos) - [PHP Podcasts](#php-podcasts) + - [PHP Newsletters](#php-newsletters) + - [PHP Magazines](#php-magazines) - [PHP Reading](#php-reading) - [PHP Internals Reading](#php-internals-reading) @@ -937,6 +939,16 @@ Various resources, such as books, websites and articles, for improving your PHP * [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 Newsletters +*PHP-related news directly to your inbox.* + +* [PHP Weekly News](http://www.phpweekly.com/) - A weekly newsletter about PHP. + +### PHP Magazines +*Fantastic PHP-related magazines.* + +* [php[architect]](https://www.phparch.com/magazine/) - A monthly magazine dedicated to PHP. + ### PHP Reading *PHP-releated reading materials.* @@ -974,8 +986,3 @@ Various resources, such as books, websites and articles, for improving your PHP * [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs. * Collecting Garbage: [1](https://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](https://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](https://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals. * PHP Source Code for Developers: [1](https://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](https://nikic.github.io/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](https://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](https://nikic.github.io/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - A series about the PHP source code. - -### PHP Magazines -*Fantastic PHP-related magazines.* - -* [php[architect]](https://www.phparch.com/magazine/) - A monthly magazine dedicated to PHP. From d7af8d34b4a1ce7ce4bf22c868aa74ae80cac582 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Fri, 23 Oct 2020 14:44:42 +0100 Subject: [PATCH 63/88] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25b70d8..ca3c0d4 100644 --- a/README.md +++ b/README.md @@ -942,7 +942,7 @@ Various resources, such as books, websites and articles, for improving your PHP ### PHP Newsletters *PHP-related news directly to your inbox.* -* [PHP Weekly News](http://www.phpweekly.com/) - A weekly newsletter about PHP. +* [PHP Weekly](http://www.phpweekly.com/) - A weekly newsletter about PHP. ### PHP Magazines *Fantastic PHP-related magazines.* From 770e17049d47cb969211a49e17ee98ce1b816d12 Mon Sep 17 00:00:00 2001 From: Zero Date: Thu, 14 May 2020 09:16:40 +0800 Subject: [PATCH 64/88] Add An Simple testing framework: Pest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca3c0d4..33465ba 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Mink](http://mink.behat.org/en/latest/) - Web acceptance testing. * [Mockery](https://github.com/mockery/mockery) - A mock object library for testing. * [ParaTest](https://github.com/paratestphp/paratest) - A parallel testing library for PHPUnit. +* [Pest](https://pestphp.com/) - A Testing Framework with a focus on simplicity. It was carefully crafted to bring the joy of testing to PHP. * [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework. * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing. * [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework. From 2a5424ff15a31aa6311bd1de52707a886d75f933 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 23 Oct 2020 14:47:56 +0100 Subject: [PATCH 65/88] Tweak description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33465ba..a6aa5d5 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Mink](http://mink.behat.org/en/latest/) - Web acceptance testing. * [Mockery](https://github.com/mockery/mockery) - A mock object library for testing. * [ParaTest](https://github.com/paratestphp/paratest) - A parallel testing library for PHPUnit. -* [Pest](https://pestphp.com/) - A Testing Framework with a focus on simplicity. It was carefully crafted to bring the joy of testing to PHP. +* [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/mlively/Phake) - Another mock object library for testing. * [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework. From 8801b65ced15c7400ad71d8d0d1a578d65420eec Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 23 Oct 2020 16:26:39 +0100 Subject: [PATCH 66/88] Latest Ruby. --- .github/workflows/awesomebot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index bd49858..a8b322c 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: Set up Ruby 2.6 + - name: Set up Ruby uses: actions/setup-ruby@v1 with: - ruby-version: 2.6.x + ruby-version: 2.7.x - name: Install Awesome Bot run: gem install awesome_bot - name: Run Awesome Bot From d2d2ddfd74701f095fab9f390026ec1f4472d156 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 23 Oct 2020 16:47:44 +0100 Subject: [PATCH 67/88] Delay. --- .github/workflows/awesomebot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index a8b322c..94e861f 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -15,7 +15,7 @@ jobs: - name: Install Awesome Bot run: gem install awesome_bot - name: Run Awesome Bot - run: awesome_bot README.md --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org + run: awesome_bot README.md --request-delay 1 --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org - uses: actions/upload-artifact@v1 if: failure() with: From 1bc07068dfe3127b77c8da23528532044f22163d Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 23 Oct 2020 17:03:04 +0100 Subject: [PATCH 68/88] Lower delay. --- .github/workflows/awesomebot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index 94e861f..43d34f8 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -15,7 +15,7 @@ jobs: - name: Install Awesome Bot run: gem install awesome_bot - name: Run Awesome Bot - run: awesome_bot README.md --request-delay 1 --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org + run: awesome_bot README.md --request-delay 0.2 --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org - uses: actions/upload-artifact@v1 if: failure() with: From 8baaf8e990691884cc7c12c6ee3deaf7b84184ae Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 23 Oct 2020 17:06:46 +0100 Subject: [PATCH 69/88] Back to 1s delay, to avoid 429s. --- .github/workflows/awesomebot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index 43d34f8..94e861f 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -15,7 +15,7 @@ jobs: - name: Install Awesome Bot run: gem install awesome_bot - name: Run Awesome Bot - run: awesome_bot README.md --request-delay 0.2 --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org + run: awesome_bot README.md --request-delay 1 --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org - uses: actions/upload-artifact@v1 if: failure() with: From a8053892e68f178607f900f06f8952b963a9ebda Mon Sep 17 00:00:00 2001 From: Jamie Date: Sat, 24 Oct 2020 21:10:24 +0100 Subject: [PATCH 70/88] Fix links. --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a6aa5d5..0f572ba 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Auryn](https://github.com/rdlowrey/Auryn) - A recursive dependency injector. * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container. * [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container. -* [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring. +* [PHP-DI](https://php-di.org/) - A dependency injection container that supports autowiring. * [Pimple](https://pimple.symfony.com/) - A tiny dependency injection container. * [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component. @@ -451,7 +451,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Build Tools *Project build and automation tools.* -* [Box](https://github.com/humbug/box) - A utility to build PHAR files. +* [Box](https://github.com/box-project/box) - A utility to build PHAR files. * [Construct](https://github.com/jonathantorres/construct) - A PHP project/micro-package generator. * [Phing](https://www.phing.info/) - A PHP project build system inspired by Apache Ant. @@ -574,7 +574,7 @@ Libraries to help manage database schemas and migrations. *Libraries for working with "NoSQL" backends.* * [PHPMongo](https://github.com/sokil/php-mongo) - A MongoDB ORM. -* [Predis](https://github.com/nrk/predis) - A feature complete Redis library. +* [Predis](https://github.com/predis/predis) - A feature complete Redis library. ### Queue *Libraries for working with event and task queues.* @@ -668,7 +668,7 @@ Libraries to help manage database schemas and migrations. * [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 Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure. -* [MathPHP](http://github.com/markrogoyski/math-php) - A math library for PHP. +* [MathPHP](https://github.com/markrogoyski/math-php) - A math library for PHP. ### Filtering and Validation *Libraries for filtering and validating data.* @@ -700,7 +700,6 @@ Libraries to help manage database schemas and migrations. ### Caching *Libraries for caching data.* -* [Alternative PHP Cache (APC)](https://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP. * [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing. * [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. @@ -767,7 +766,6 @@ Libraries to help manage database schemas and migrations. * [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library. * [AsyncAWS](https://async-aws.com/) - An unofficial asynchronous PHP AWS SDK. * [Campaign Monitor](https://campaignmonitor.github.io/createsend-php/) - The official Campaign Monitor PHP library. -* [Dropbox SDK](https://github.com/dropbox/dropbox-sdk-php) - The official PHP Dropbox SDK library. * [Github](https://github.com/KnpLabs/php-github-api) - A library to interface with the Github API. * [Mailgun](https://github.com/mailgun/mailgun-php) The official Mailgun PHP API. * [Square](https://github.com/square/connect-php-sdk) - The official Square PHP SDK for payments and other Square APIs. @@ -859,7 +857,7 @@ Libraries to help manage database schemas and migrations. *Web-based applications and tools.* * [3V4L](https://3v4l.org/) - An online PHP & HHVM shell. -* [DBV](https://dbv.vizuina.com/) - A database version control application. +* [DBV](https://github.com/victorstanciu/dbv) - A database version control application. * [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends. * [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails. * [Cachet](https://github.com/cachethq/cachet) - The open source status page system. @@ -912,7 +910,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [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. * [Mastering Object-Orientated PHP](https://www.brandonsavage.net/) - A book about object-orientated PHP by Brandon Savage. -* [Modern PHP New Features and Good Practices](https://shop.oreilly.com/product/0636920033868.do) - A book about new PHP features and best practices by Josh Lockhart. +* [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. * [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. @@ -965,7 +963,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [Preventing CSRF Attacks](https://blog.ircmaxell.com/2013/02/preventing-csrf-attacks.html) - An article on preventing CSRF attacks. * [Seven Ways to Screw Up BCrypt](https://blog.ircmaxell.com/2012/12/seven-ways-to-screw-up-bcrypt.html) - An article about correct BCrypt implementation. * [The 2018 Guide to Building Secure PHP Software](https://paragonie.com/blog/2017/12/2018-guide-building-secure-php-software) - A guide to building secure PHP software. -* [Use Env](https://seancoates.com/blogs/use-env/) - An article about using the unix environment helper. +* [Use Env](https://seancoates.com/blogs/use-env) - An article about using the unix environment helper. ### PHP Internals Reading *Reading materials related to the PHP internals or performance.* From a87d055b4fc988b19bcac7c150f4627138e0a7d2 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sat, 24 Oct 2020 21:11:18 +0100 Subject: [PATCH 71/88] Remove Travis file. --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 105fdf2..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: ruby -rvm: - - 2.2 -before_script: - - gem install awesome_bot -script: - - awesome_bot README.md --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org -notifications: - email: false From dcfbe20fc8dfaaa8d9e94a8ca5ac94a58c21823c Mon Sep 17 00:00:00 2001 From: Jamie Date: Sat, 24 Oct 2020 21:13:48 +0100 Subject: [PATCH 72/88] Allow dupes. --- .github/workflows/awesomebot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index 94e861f..4b48e0f 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -15,7 +15,7 @@ jobs: - name: Install Awesome Bot run: gem install awesome_bot - name: Run Awesome Bot - run: awesome_bot README.md --request-delay 1 --white-list igor.io,symfony,toranproxy.com,vagrantup.com,3v4l.org,voicesoftheelephpant.com,drupal.org + 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 - uses: actions/upload-artifact@v1 if: failure() with: From 1b26d58c0d5d81e5afdb198fd872d2a0eccf08dd Mon Sep 17 00:00:00 2001 From: Jamie Date: Sat, 24 Oct 2020 23:19:38 +0100 Subject: [PATCH 73/88] Ignore O'Reilly redirect loops. --- .github/workflows/awesomebot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/awesomebot.yml b/.github/workflows/awesomebot.yml index 4b48e0f..c835d99 100644 --- a/.github/workflows/awesomebot.yml +++ b/.github/workflows/awesomebot.yml @@ -15,7 +15,7 @@ jobs: - name: Install Awesome Bot run: gem install 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 + 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 - uses: actions/upload-artifact@v1 if: failure() with: From 03de899dd65baa8e16e20c0f932e98c975fdabf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=BCcahit=20Bayraktar?= Date: Mon, 16 Dec 2019 17:43:32 +0300 Subject: [PATCH 74/88] Updated Apache Netbeans name and url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f572ba..e001126 100644 --- a/README.md +++ b/README.md @@ -849,7 +849,7 @@ Libraries to help manage database schemas and migrations. *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. -* [Netbeans](https://netbeans.org) - An IDE with support for PHP and HTML5. +* [Apache NetBeans](https://netbeans.apache.org/) - An IDE with support for PHP and HTML5. * [PhpStorm](https://www.jetbrains.com/phpstorm/) - A commercial PHP IDE. * [VS Code](https://code.visualstudio.com/) - An open source code editor. From 25a0ff18ef6cd15e5be6e7a18b8d535d25eea708 Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Tue, 3 Nov 2020 18:38:52 +0400 Subject: [PATCH 75/88] Fixing Symfony Components link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e001126..dadd731 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Laravel Components](https://github.com/illuminate) - The Laravel Framework components. * [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. -* [Symfony Components](https://symfony.com/doc/master/components/index.html) - 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. ### Micro Frameworks From 112a604ddc04401f3665a18acd7a94257851b0b2 Mon Sep 17 00:00:00 2001 From: Skorobogatko Alexei Date: Sat, 14 Nov 2020 11:43:20 +0200 Subject: [PATCH 76/88] fzaninotto/Faker is archived and won't be updated anymore. Point to the new one. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dadd731..abf535e 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Atoum](https://github.com/atoum/atoum) - A simple testing library. * [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. -* [Faker](https://github.com/fzaninotto/Faker) - A fake data generator library. +* [Faker](https://github.com/fakerphp/faker) - A fake data generator library. * [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. * [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support. From c354904cd4c06cb2661caba351d72d85a96e6cec Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 26 Nov 2020 19:19:13 +0000 Subject: [PATCH 77/88] Remove other websites. --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index abf535e..41a30f8 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT - [Infrastructure](#infrastructure) - [Resources](#resources) - [PHP Websites](#php-websites) - - [Other Websites](#other-websites) - [PHP Books](#php-books) - [PHP Videos](#php-videos) - [PHP Podcasts](#php-podcasts) @@ -894,15 +893,6 @@ Various resources, such as books, websites and articles, for improving your PHP * [Seven PHP](https://7php.com/) - A website that interviews members of the PHP community. * [PHP Annotated Monthly](https://blog.jetbrains.com/phpstorm/category/php-annotated-monthly/) - A monthly digest of PHP news. -### Other Websites -*Useful websites related to web development.* - -* [Atlassian Git Tutorials](https://www.atlassian.com/git) - A series of Git tutorials. -* [Learning Linux](https://linuxjourney.com/) - A website for learning Linux. -* [Semantic Versioning](https://semver.org/) - A website explaining semantic versioning. -* [Servers for Hackers](https://serversforhackers.com/) - A newsletter about server management. -* [The Open Web Application Security Project (OWASP)](https://owasp.org/) - An open software security community. - ### PHP Books *Fantastic PHP-related books.* From 09eb8bca55083d47c1e2071fd3d329c3147b2d42 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 26 Nov 2020 21:13:45 +0000 Subject: [PATCH 78/88] Ordering. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a30f8..181f36e 100644 --- a/README.md +++ b/README.md @@ -880,6 +880,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [libs.garden: PHP](https://libs.garden/php) - An overview of fastest growing PHP libraries. * [Nomad PHP](https://nomadphp.com/) - A online PHP learning resource. +* [PHP Annotated Monthly](https://blog.jetbrains.com/phpstorm/category/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 Package Development Standards](http://php-pds.com) - Package development standards for PHP. @@ -891,7 +892,6 @@ Various resources, such as books, websites and articles, for improving your PHP * [PHP Weekly](http://www.phpweekly.com/archive.html) - A weekly PHP newsletter. * [Securing PHP](https://www.securingphp.com/) - A newsletter about PHP security and library recommendations. * [Seven PHP](https://7php.com/) - A website that interviews members of the PHP community. -* [PHP Annotated Monthly](https://blog.jetbrains.com/phpstorm/category/php-annotated-monthly/) - A monthly digest of PHP news. ### PHP Books *Fantastic PHP-related books.* From 2ee8c68fe251425244993db78b1933b86bb44753 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 11 Feb 2021 23:13:22 +0000 Subject: [PATCH 79/88] Additions. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 181f36e..73c67c2 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ 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. * [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several composer.json files. +* [Composer Patches](https://github.com/cweagans/composer-patches) - A plugin for Composer to apply patches. * [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. * [Satis](https://github.com/composer/satis) - A static Composer repository generator. @@ -317,6 +318,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Phake](https://github.com/mlively/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 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. * [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself. * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework. @@ -880,6 +882,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [libs.garden: PHP](https://libs.garden/php) - An overview of fastest growing PHP libraries. * [Nomad PHP](https://nomadphp.com/) - A online PHP learning resource. +* [Laravel News](https://laravel-news.com/) - The official Laravel blog. * [PHP Annotated Monthly](https://blog.jetbrains.com/phpstorm/category/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. @@ -889,6 +892,7 @@ Various resources, such as books, websites and articles, for improving your PHP * [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 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 Weekly](http://www.phpweekly.com/archive.html) - A weekly PHP newsletter. * [Securing PHP](https://www.securingphp.com/) - A newsletter about PHP security and library recommendations. * [Seven PHP](https://7php.com/) - A website that interviews members of the PHP community. From 4a6a5a3f4902efec2778abfb3e653bad8758f4a2 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 11 Feb 2021 23:24:42 +0000 Subject: [PATCH 80/88] Videos. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73c67c2..9adda9f 100644 --- a/README.md +++ b/README.md @@ -922,6 +922,8 @@ Various resources, such as books, websites and articles, for improving your PHP * [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. +* [Laravel YouTube Channel](https://www.youtube.com/channel/UCfO2GiQwb-cwJTb1CuRSkwg) - The official Laravel YouTube channel. +* [SymfonyCasts](https://symfonycasts.com/) - Screencasts and tutorials about PHP and Symfony. ### PHP Podcasts *Podcasts with a focus on PHP topics.* From 3a065e09a82847f7c1697fe1bf0c0e9cad5e2ad1 Mon Sep 17 00:00:00 2001 From: Ishan Vyas <61005017+ishan-biztech@users.noreply.github.com> Date: Fri, 19 Feb 2021 16:47:37 +0530 Subject: [PATCH 81/88] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9adda9f..053e59d 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Tools for pre-processing content to generate web pages.* * [Couscous](http://couscous.io) - Couscous turns Markdown documentation into beautiful websites. It's GitHub Pages on steroids. +* [Jigsaw](http://jigsaw.tighten.co/) - Simple static sites with Laravel's Blade. * [Sculpin](https://sculpin.io) - A tool that converts Markdown and Twig into static HTML. * [Spress](http://spress.yosymfony.com) - An extensible tool that converts Markdown and Twig into HTML. From 081b59bcb209926693f748bd7faa88b2ec14135e Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 13 Jun 2021 09:55:15 +0100 Subject: [PATCH 82/88] Add code analysis tool. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9adda9f..e2e0067 100644 --- a/README.md +++ b/README.md @@ -382,6 +382,7 @@ 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 * [Code Climate](https://codeclimate.com) - An automated code review. +* [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool. * [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. * [Phpactor](https://github.com/phpactor/phpactor) - PHP completion, refactoring and introspection tool. From d046e7a51934a101bdf5eb680c251a7dad86ac7d Mon Sep 17 00:00:00 2001 From: Sergey Nikolaev Date: Wed, 10 Feb 2021 10:29:52 +0700 Subject: [PATCH 83/88] Add info about Manticore Search Sphinx as an open source project has been forked to Manticore Search and has been being actively developed since 2017 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 053e59d..39c24d2 100644 --- a/README.md +++ b/README.md @@ -596,7 +596,8 @@ Libraries to help manage database schemas and migrations. * [ElasticSearch PHP](https://github.com/elastic/elasticsearch-php) - The official client library for [ElasticSearch](https://www.elastic.co/). * [Solarium](https://www.solarium-project.org/) - A client library for [Solr](https://lucene.apache.org/solr/). * [Sphinx Search](https://github.com/ripaclub/sphinxsearch) - Sphinx Search library provides SphinxQL indexing and searching features -* [SphinxQL query builder](https://foolcode.github.io/SphinxQL-Query-Builder/) - A query library for the [Sphinx](https://sphinxsearch.com/) search engine. +* [Manticore Search](https://github.com/manticoresoftware/manticoresearch) - truly open source and active fork of Sphinx Search +* [SphinxQL query builder](https://foolcode.github.io/SphinxQL-Query-Builder/) - A query library for the [Sphinx](https://sphinxsearch.com/) and [Manticore](https://manticoresearch.com/) search engines. ### Command Line *Libraries related to the command line.* From 86d579c606de092d4884f5dc501ccb10cb41a3d9 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 13 Jun 2021 10:07:02 +0100 Subject: [PATCH 84/88] Tweak. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0072e6..8681a01 100644 --- a/README.md +++ b/README.md @@ -596,9 +596,8 @@ Libraries to help manage database schemas and migrations. * [Elastica](https://github.com/ruflin/Elastica) - A client library for ElasticSearch. * [ElasticSearch PHP](https://github.com/elastic/elasticsearch-php) - The official client library for [ElasticSearch](https://www.elastic.co/). * [Solarium](https://www.solarium-project.org/) - A client library for [Solr](https://lucene.apache.org/solr/). -* [Sphinx Search](https://github.com/ripaclub/sphinxsearch) - Sphinx Search library provides SphinxQL indexing and searching features -* [Manticore Search](https://github.com/manticoresoftware/manticoresearch) - truly open source and active fork of Sphinx Search -* [SphinxQL query builder](https://foolcode.github.io/SphinxQL-Query-Builder/) - A query library for the [Sphinx](https://sphinxsearch.com/) and [Manticore](https://manticoresearch.com/) search engines. +* [Sphinx Search](https://github.com/ripaclub/sphinxsearch) - A library that provides SphinxQL indexing and searching features. +* [SphinxQL Query Builder](https://foolcode.github.io/SphinxQL-Query-Builder/) - A query library for the [Sphinx](https://sphinxsearch.com/) and [Manticore](https://manticoresearch.com/) search engines. ### Command Line *Libraries related to the command line.* From 4e506f7a6be118d6fbc8d11cbe3729d5e4193745 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 13 Jun 2021 10:08:02 +0100 Subject: [PATCH 85/88] Remove dead project. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8681a01..3db7fa4 100644 --- a/README.md +++ b/README.md @@ -596,7 +596,6 @@ Libraries to help manage database schemas and migrations. * [Elastica](https://github.com/ruflin/Elastica) - A client library for ElasticSearch. * [ElasticSearch PHP](https://github.com/elastic/elasticsearch-php) - The official client library for [ElasticSearch](https://www.elastic.co/). * [Solarium](https://www.solarium-project.org/) - A client library for [Solr](https://lucene.apache.org/solr/). -* [Sphinx Search](https://github.com/ripaclub/sphinxsearch) - A library that provides SphinxQL indexing and searching features. * [SphinxQL Query Builder](https://foolcode.github.io/SphinxQL-Query-Builder/) - A query library for the [Sphinx](https://sphinxsearch.com/) and [Manticore](https://manticoresearch.com/) search engines. ### Command Line From 95be89e21a69a3ed3cf7ce0205f606e929c14f77 Mon Sep 17 00:00:00 2001 From: Mark Sch Date: Wed, 4 Nov 2020 16:44:22 +0100 Subject: [PATCH 86/88] Add DecimalObject value object library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3db7fa4..dbad395 100644 --- a/README.md +++ b/README.md @@ -667,6 +667,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`. * [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 decimal/float more easily and precise. * [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 Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure. From 973fd8982e7c080ba866e1f29fb44033500ad38a Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 16 Jun 2021 23:28:24 +0100 Subject: [PATCH 87/88] Tweak description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbad395..edb622f 100644 --- a/README.md +++ b/README.md @@ -667,7 +667,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`. * [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 decimal/float more easily and precise. +* [DecimalObject](https://github.com/spryker/decimal-object) - A value object to handle decimals/floats easily and more precisely. * [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 Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure. From 12d79703e9841fed3a65b682a516546851de67b9 Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 16 Jun 2021 23:30:20 +0100 Subject: [PATCH 88/88] Add Code Quality tool. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edb622f..88229b3 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Code Quality *Libraries for managing code quality, formatting and linting.* +* [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 CS Fixer](https://github.com/FriendsOfPHP/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.