Explorar el Código

Updates from fork so far. (#1242)

* Updates from fork so far.

* Updates from fork so far.

* Updates from fork so far.
pull/1244/head
Mark Scherer hace 1 año
padre
commit
fccb1d4b20
No account linked to committer's email address
Se han modificado 2 ficheros con 160 adiciones y 144 borrados
  1. 10
    0
      .editorconfig
  2. 150
    144
      README.md

+ 10
- 0
.editorconfig Ver fichero

@@ -0,0 +1,10 @@
1
+; This file is for unifying the coding style for different editors and IDEs.
2
+; More information at https://editorconfig.org
3
+root = true
4
+
5
+[*]
6
+indent_style = space
7
+indent_size = 2
8
+end_of_line = lf
9
+insert_final_newline = true
10
+trim_trailing_whitespace = true

+ 150
- 144
README.md Ver fichero

@@ -1,92 +1,92 @@
1 1
 # Awesome PHP ![](https://github.com/ziadoz/awesome-php/workflows/Awesome%20Bot/badge.svg)
2 2
 
3
-A curated list of amazingly awesome PHP libraries, resources and shiny things.
3
+A curated list of amazingly awesome PHP libraries, resources, and shiny things.
4 4
 
5 5
 ## Contributing and Collaborating
6 6
 Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONTRIBUTING.md), [CODE-OF-CONDUCT](https://github.com/ziadoz/awesome-php/blob/master/CODE-OF-CONDUCT.md) and [COLLABORATING](https://github.com/ziadoz/awesome-php/blob/master/COLLABORATING.md) for details.
7 7
 
8 8
 ## Table of Contents
9 9
 - [Awesome PHP](#awesome-php)
10
-    - [Composer Repositories](#composer-repositories)
11
-    - [Dependency Management](#dependency-management)
12
-    - [Dependency Management Extras](#dependency-management-extras)
13
-    - [Frameworks](#frameworks)
14
-    - [Framework Extras](#framework-extras)
15
-    - [Content Management Systems](#content-management-systems-cms)
16
-    - [Components](#components)
17
-    - [Micro Frameworks](#micro-frameworks)
18
-    - [Micro Framework Extras](#micro-framework-extras)
19
-    - [Routers](#routers)
20
-    - [Templating](#templating)
21
-    - [Static Site Generators](#static-site-generators)
22
-    - [HTTP](#http)
23
-    - [Scraping](#scraping)
24
-    - [Middlewares](#middlewares)
25
-    - [URL](#url)
26
-    - [Email](#email)
27
-    - [Files](#Files)
28
-    - [Streams](#streams)
29
-    - [Dependency Injection](#dependency-injection)
30
-    - [Imagery](#imagery)
31
-    - [Testing](#testing)
32
-    - [Continuous Integration](#continuous-integration)
33
-    - [Documentation](#documentation)
34
-    - [Security](#security)
35
-    - [Passwords](#passwords)
36
-    - [Code Analysis](#code-analysis)
37
-    - [Code Quality](#code-quality)
38
-    - [Static Analysis](#static-analysis)
39
-    - [Architectural](#architectural)
40
-    - [Debugging and Profiling](#debugging-and-profiling)
41
-    - [Build Tools](#build-tools)
42
-    - [Task Runners](#task-runners)
43
-    - [Navigation](#navigation)
44
-    - [Asset Management](#asset-management)
45
-    - [Geolocation](#geolocation)
46
-    - [Date and Time](#date-and-time)
47
-    - [Event](#event)
48
-    - [Logging](#logging)
49
-    - [E-commerce](#e-commerce)
50
-    - [PDF](#pdf)
51
-    - [Office](#office)
52
-    - [Database](#database)
53
-    - [Migrations](#migrations)
54
-    - [NoSQL](#nosql)
55
-    - [Queue](#queue)
56
-    - [Search](#search)
57
-    - [Command Line](#command-line)
58
-    - [Authentication and Authorization](#authentication-and-authorization)
59
-    - [Markup and CSS](#markup-and-css)
60
-    - [JSON](#json)
61
-    - [Strings](#strings)
62
-    - [Numbers](#numbers)
63
-    - [Filtering and Validation](#filtering-and-validation)
64
-    - [API](#api)
65
-    - [Caching and Locking](#caching-and-locking)
66
-    - [Data Structure and Storage](#data-structure-and-storage)
67
-    - [Notifications](#notifications)
68
-    - [Deployment](#deployment)
69
-    - [Internationalisation and Localisation](#internationalisation-and-localisation)
70
-    - [Serverless](#serverless)
71
-    - [Configuration](#configuration)
72
-    - [Third Party APIs](#third-party-apis)
73
-    - [Extensions](#extensions)
74
-    - [Miscellaneous](#miscellaneous)
10
+  - [Composer Repositories](#composer-repositories)
11
+  - [Dependency Management](#dependency-management)
12
+  - [Dependency Management Extras](#dependency-management-extras)
13
+  - [Frameworks](#frameworks)
14
+  - [Framework Extras](#framework-extras)
15
+  - [Content Management Systems](#content-management-systems-cms)
16
+  - [Components](#components)
17
+  - [Micro Frameworks](#micro-frameworks)
18
+  - [Micro Framework Extras](#micro-framework-extras)
19
+  - [Routers](#routers)
20
+  - [Templating](#templating)
21
+  - [Static Site Generators](#static-site-generators)
22
+  - [HTTP](#http)
23
+  - [Scraping](#scraping)
24
+  - [Middlewares](#middlewares)
25
+  - [URL](#url)
26
+  - [Email](#email)
27
+  - [Files](#Files)
28
+  - [Streams](#streams)
29
+  - [Dependency Injection](#dependency-injection)
30
+  - [Imagery](#imagery)
31
+  - [Testing](#testing)
32
+  - [Continuous Integration](#continuous-integration)
33
+  - [Documentation](#documentation)
34
+  - [Security](#security)
35
+  - [Passwords](#passwords)
36
+  - [Code Analysis](#code-analysis)
37
+  - [Code Quality](#code-quality)
38
+  - [Static Analysis](#static-analysis)
39
+  - [Architectural](#architectural)
40
+  - [Debugging and Profiling](#debugging-and-profiling)
41
+  - [Build Tools](#build-tools)
42
+  - [Task Runners](#task-runners)
43
+  - [Navigation](#navigation)
44
+  - [Asset Management](#asset-management)
45
+  - [Geolocation](#geolocation)
46
+  - [Date and Time](#date-and-time)
47
+  - [Event](#event)
48
+  - [Logging](#logging)
49
+  - [E-commerce](#e-commerce)
50
+  - [PDF](#pdf)
51
+  - [Office](#office)
52
+  - [Database](#database)
53
+  - [Migrations](#migrations)
54
+  - [NoSQL](#nosql)
55
+  - [Queue](#queue)
56
+  - [Search](#search)
57
+  - [Command Line](#command-line)
58
+  - [Authentication and Authorization](#authentication-and-authorization)
59
+  - [Markup and CSS](#markup-and-css)
60
+  - [JSON](#json)
61
+  - [Strings](#strings)
62
+  - [Numbers](#numbers)
63
+  - [Filtering and Validation](#filtering-and-validation)
64
+  - [API](#api)
65
+  - [Caching and Locking](#caching-and-locking)
66
+  - [Data Structure and Storage](#data-structure-and-storage)
67
+  - [Notifications](#notifications)
68
+  - [Deployment](#deployment)
69
+  - [Internationalisation and Localisation](#internationalisation-and-localisation)
70
+  - [Serverless](#serverless)
71
+  - [Configuration](#configuration)
72
+  - [Third Party APIs](#third-party-apis)
73
+  - [Extensions](#extensions)
74
+  - [Miscellaneous](#miscellaneous)
75 75
 - [Software](#software)
76
-    - [PHP Installation](#php-installation)
77
-    - [Development Environment](#development-environment)
78
-    - [Virtual Machines](#virtual-machines)
79
-    - [Text Editors and IDEs](#text-editors-and-ides)
80
-    - [Web Applications](#web-applications)
81
-    - [Infrastructure](#infrastructure)
76
+  - [PHP Installation](#php-installation)
77
+  - [Development Environment](#development-environment)
78
+  - [Virtual Machines](#virtual-machines)
79
+  - [Text Editors and IDEs](#text-editors-and-ides)
80
+  - [Web Applications](#web-applications)
81
+  - [Infrastructure](#infrastructure)
82 82
 - [Resources](#resources)
83
-    - [PHP Websites](#php-websites)
84
-    - [PHP Books](#php-books)
85
-    - [PHP Videos](#php-videos)
86
-    - [PHP Podcasts](#php-podcasts)
87
-    - [PHP Newsletters](#php-newsletters)
88
-    - [PHP Reading](#php-reading)
89
-    - [PHP Internals Reading](#php-internals-reading)
83
+  - [PHP Websites](#php-websites)
84
+  - [PHP Books](#php-books)
85
+  - [PHP Videos](#php-videos)
86
+  - [PHP Podcasts](#php-podcasts)
87
+  - [PHP Newsletters](#php-newsletters)
88
+  - [PHP Reading](#php-reading)
89
+  - [PHP Internals Reading](#php-internals-reading)
90 90
 
91 91
 ### Composer Repositories
92 92
 *Composer Repositories.*
@@ -99,7 +99,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
99 99
 ### Dependency Management
100 100
 *Libraries for dependency and package management.*
101 101
 
102
-* [Composer Installers](https://github.com/composer/installers) - A  multi framework Composer library installer.
102
+* [Composer Installers](https://github.com/composer/installers) - A  multi-framework Composer library installer.
103 103
 * [Composer](https://getcomposer.org/) - A package and dependency manager.
104 104
 * [Phive](https://phar.io/) - A PHAR manager.
105 105
 * [Pickle](https://github.com/FriendsOfPHP/pickle) - A PHP extension installer.
@@ -109,25 +109,26 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
109 109
 
110 110
 * [Composed](https://github.com/joshdifabio/composed) - A library to parse your project's Composer environment at runtime.
111 111
 * [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) - A composer plugin to merge several `composer.json` files.
112
-* [Composer Normalize](https://github.com/ergebnis/composer-normalize) - A plugin for normalising `composer.json` files. 
112
+* [Composer Normalize](https://github.com/ergebnis/composer-normalize) - A plugin for normalizing `composer.json` files.
113 113
 * [Composer Patches](https://github.com/cweagans/composer-patches) - A plugin for Composer to apply patches.
114
+* [Composer Prefer Lowest Validator](https://github.com/dereuromark/composer-prefer-lowest) - A plugin to check if minimum dependencies can be installed and tested.
114 115
 * [Composer Require Checker](https://github.com/maglnet/ComposerRequireChecker) - CLI tool to analyze composer dependencies and verify that no unknown symbols are used in the sources of a package.
115 116
 * [Composer Unused](https://github.com/composer-unused/composer-unused) - A CLI Tool to scan for unused composer packages.
116
-* [Prestissimo](https://github.com/hirak/prestissimo) - A composer plugin which enables parallel install process.
117 117
 * [Repman](https://repman.io) - A private PHP package repository manager and Packagist proxy.
118 118
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
119
-* [Tooly](https://github.com/tommy-muehle/tooly-composer-script) - A library to manage PHAR files in project using Composer.
120
-* [Toran Proxy](https://toranproxy.com) - A static Composer repository and proxy.
119
+* [Tooly](https://github.com/tommy-muehle/tooly-composer-script) - A library to manage PHAR files in a project using Composer.
120
+* [Toran Proxy](https://toranproxy.com) - A Composer proxy for speed and reliability. (:warning: Toran Proxy is being phased out.)
121 121
 
122 122
 ### Frameworks
123 123
 *Web development frameworks.*
124 124
 
125 125
 * [CakePHP](https://cakephp.org/) - A rapid application development framework.
126
+* [CodeIgniter](https://codeigniter.com/) - A powerful PHP framework with a very small footprint.
126 127
 * [Laminas](https://getlaminas.org/) - A framework comprised of individual components (previously Zend Framework).
127 128
 * [Laravel](https://laravel.com/) - A web application framework with expressive, elegant syntax.
128 129
 * [Nette](https://nette.org) - A web framework comprised of mature components.
129 130
 * [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
130
-* [Spiral](https://spiral.dev/) - A high performance PHP/Go framework.
131
+* [Spiral](https://spiral.dev/) - A high-performance PHP/Go framework.
131 132
 * [Symfony](https://symfony.com/) - A set of reusable components and a web framework.
132 133
 * [Yii2](https://github.com/yiisoft/yii2/) - A fast, secure, and efficient web framework.
133 134
 
@@ -136,24 +137,23 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
136 137
 
137 138
 * [CakePHP CRUD](https://github.com/friendsofcake/crud) - A Rapid Application Development (RAD) plugin for CakePHP.
138 139
 * [Knp RAD Components](https://rad.knplabs.com/) - A set of Rapid Application Development (RAD) components for Symfony.
139
-* [LaravelS](https://github.com/hhxsv5/laravel-s) - Glue for using Swoole in Laravel or Lumen.
140
-* [Symfony CMF](https://github.com/symfony-cmf/symfony-cmf) - A Content Management Framework to create custom CMS.
141
-* [Livewire](https://laravel-livewire.com/) - A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
140
+* [LaravelS](https://github.com/hhxsv5/laravel-s) - An out-of-the-box adapter between Laravel/Lumen and Swoole.
141
+* [Livewire](https://livewire.laravel.com/) - Powerful, dynamic, front-end UIs without leaving PHP.
142 142
 
143 143
 ### Content Management Systems (CMS)
144 144
 *Tools for managing digital content.*
145 145
 
146
-* [Backdrop](https://backdropcms.org) - A CMS targeting small-to-medium sized business and non-profits (a fork of Drupal).
146
+* [Backdrop](https://backdropcms.org) - A CMS targeting small-to-medium-sized business and non-profits (a fork of Drupal).
147 147
 * [Concrete5](https://www.concretecms.com/) - A CMS targeting users with a minimum of technical skills.
148 148
 * [CraftCMS](https://github.com/craftcms/cms) - A flexible, user-friendly CMS for creating custom digital experiences on the web and beyond.
149 149
 * [Drupal](https://www.drupal.org) - An enterprise level CMS.
150 150
 * [Grav](https://github.com/getgrav/grav) - A modern flat-file CMS.
151 151
 * [Joomla](https://www.joomla.org/) - Another leading CMS.
152 152
 * [Kirby](https://getkirby.com/) - A flat-file CMS that adapts to any project.
153
-* [Magento](https://business.adobe.com/products/magento/magento-commerce.html) - The most popular ecommerce platform.
153
+* [Magento](https://business.adobe.com/products/magento/magento-commerce.html) - The most popular e-commerce platform.
154 154
 * [Moodle](https://moodle.org/) - An open-source learning platform.
155 155
 * [Pico CMS](https://picocms.org/) - A stupidly simple, blazing fast, flat file CMS.
156
-* [Statamic](https://statamic.com/) - Build beautiful, easy to manage websites.
156
+* [Statamic](https://statamic.com/) - Build beautiful, easy-to-manage websites.
157 157
 * [WordPress](https://wordpress.org/) - A blogging platform and CMS.
158 158
 
159 159
 ### Components
@@ -163,7 +163,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
163 163
 * [CakePHP Plugins](https://plugins.cakephp.org/) - A directory of CakePHP plugins.
164 164
 * [Laravel Components](https://github.com/illuminate) - The Laravel Framework components.
165 165
 * [League of Extraordinary Packages](https://thephpleague.com/) - A PHP package development group.
166
-* [Spatie Open Source](https://spatie.be/open-source) - A collection of open source PHP and Laravel packages.
166
+* [Spatie Open Source](https://spatie.be/open-source) - A collection of open-source PHP and Laravel packages.
167 167
 * [Symfony Components](https://symfony.com/components) - The components that make Symfony.
168 168
 * [Laminas Components](https://docs.laminas.dev/components/) - The components that make the Laminas Framework.
169 169
 
@@ -228,8 +228,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
228 228
 ### Scraping
229 229
 *Libraries for scraping websites.*
230 230
 
231
-* [Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP. 
232
-* [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super fast HTML scrapper and parser.
231
+* [Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP.
232
+* [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super-fast HTML scrapper and parser.
233 233
 * [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
234 234
 * [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
235 235
 * [Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony.
@@ -277,7 +277,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
277 277
 ### Streams
278 278
 *Libraries for working with streams.*
279 279
 
280
-* [ByteStream](https://amphp.org/byte-stream/) - An asynchronous stream abstraction.
280
+* [ByteStream](https://amphp.org/byte-stream) - An asynchronous stream abstraction.
281 281
 * [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.
282 282
 
283 283
 ### Dependency Injection
@@ -320,11 +320,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
320 320
 * [Mockery](https://github.com/mockery/mockery) - A mock object library for testing.
321 321
 * [ParaTest](https://github.com/paratestphp/paratest) - A parallel testing library for PHPUnit.
322 322
 * [Pest](https://pestphp.com/) - A testing framework with a focus on simplicity.
323
-* [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework.
323
+* [Peridot](https://github.com/peridot-php/peridot) - An event-driven test framework.
324 324
 * [Phake](https://github.com/phake/phake) - Another mock object library for testing.
325
-* [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework.
325
+* [Pho](https://github.com/danielstjules/pho) - Another behavior-driven development testing framework.
326 326
 * [PHP-Mock](https://github.com/php-mock/php-mock) - A mock library for built-in PHP functions (e.g. time()).
327
-* [PHP MySQL Engine](https://github.com/vimeo/php-mysql-engine) -  A MySQL engine written in pure PHP. 
327
+* [PHP MySQL Engine](https://github.com/vimeo/php-mysql-engine) -  A MySQL engine written in pure PHP.
328 328
 * [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
329 329
 * [PHPT](https://qa.php.net/write-test.php) - A test tool used by PHP itself.
330 330
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
@@ -335,20 +335,20 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
335 335
 *Libraries and applications for continuous integration.*
336 336
 
337 337
 * [CircleCI](https://circleci.com) - A continuous integration platform.
338
-* [GitlabCi](https://about.gitlab.com/stages-devops-lifecycle/continuous-integration/) - Let GitLab CI test, build, deploy your code. TravisCi like.
338
+* [GitlabCi](https://about.gitlab.com/solutions/continuous-integration/) - Let GitLab CI test, build, deploy your code. TravisCi like.
339 339
 * [Jenkins](https://www.jenkins.io/) - A continuous integration platform with [PHP support](https://www.jenkins.io/solutions/php/).
340 340
 * [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
341
-* [PHPCI](https://github.com/dancryer/phpci) - An open source continuous integration platform for PHP.
342
-* [SemaphoreCI](https://semaphoreci.com/) - A continuous integration platform for open source and private projects.
343
-* [Shippable](https://jfrog.com/blog/weve-acquired-shippable-to-complete-devops-pipeline-automation-from-code-to-production/) - A Docker based continious integration platform for open source and private projects.
344
-* [Travis CI](https://travis-ci.org/) - A continuous integration platform.
341
+* [PHPCI](https://github.com/dancryer/phpci) - An open-source continuous integration platform for PHP.
342
+* [SemaphoreCI](https://semaphoreci.com) - A continuous integration platform for open-source and private projects.
343
+* [Shippable](https://jfrog.com/blog/weve-acquired-shippable-to-complete-devops-pipeline-automation-from-code-to-production/) - A Docker based continuous integration platform for open source and private projects.
344
+* [Travis CI](https://www.travis-ci.com) - A continuous integration platform.
345 345
 * [Setup PHP](https://github.com/shivammathur/setup-php) - A GitHub Action for PHP.
346 346
 
347 347
 ### Documentation
348 348
 *Libraries for generating project documentation.*
349 349
 
350 350
 * [APIGen](https://github.com/apigen/apigen) - Another API documentation generator.
351
-* [daux.io](https://github.com/dauxio/daux.io) - A documentation generator which uses Markdown files.
351
+* [daux.io](https://github.com/dauxio/daux.io) - A documentation generator that uses Markdown files.
352 352
 * [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor) - A documentation generator.
353 353
 * [phpDox](https://phpdox.net/) - A documentation generator for PHP projects (that is not limited to API documentation).
354 354
 * [zircote/swagger-php](https://github.com/zircote/swagger-php) - Generate OpenAPI documentation for your RESTful API.
@@ -362,15 +362,15 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
362 362
 * [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
363 363
 * [PHPGGC](https://github.com/ambionics/phpggc) - A library of PHP unserializable payloads along with a tool to generate them.
364 364
 * [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
365
-* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
366
-* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
365
+* [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object-orientated SSH wrapper library.
366
+* [PHPSecLib](https://phpseclib.sourceforge.net) - A pure PHP secure communications library.
367 367
 * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
368 368
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
369 369
 * [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
370
-* [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool. 
370
+* [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool.
371 371
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
372 372
 * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
373
-* [Zap](https://owasp.org/www-project-zap/) - An integrated penetration testing tool for web applications.
373
+* [Zap](https://github.com/OWASP/www-project-zap) - An integrated penetration testing tool for web applications.
374 374
 
375 375
 ### Passwords
376 376
 *Libraries and tools for working with and storing passwords.*
@@ -398,14 +398,14 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
398 398
 * [Qafoo Quality Analyzer](https://github.com/Qafoo/QualityAnalyzer) - A tool to visualize metrics and source code.
399 399
 * [Rector](https://github.com/rectorphp/rector) - A tool to upgrade and refactor code.
400 400
 * [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to [scrutinise PHP code](https://github.com/scrutinizer-ci/php-analyzer).
401
-* [UBench](https://github.com/devster/ubench) - A simple micro benchmark library.
401
+* [UBench](https://github.com/devster/ubench) - A simple micro-benchmark library.
402 402
 
403 403
 ### Code Quality
404 404
 *Libraries for managing code quality, formatting and linting.*
405 405
 
406
-* [CaptainHook](https://github.com/captainhookphp/captainhook) - An easy-to-use and flexible Git hook library. 
406
+* [CaptainHook](https://github.com/captainhookphp/captainhook) - An easy-to-use and flexible Git hook library.
407 407
 * [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
408
-* [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) - A coding standards fixer library.
408
+* [PHP CS Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) - A coding standards fixer library.
409 409
 * [PHP Mess Detector](https://github.com/phpmd/phpmd) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
410 410
 * [PHPCheckstyle](https://github.com/PHPCheckstyle/phpcheckstyle) - A tool to help adhere to certain coding conventions.
411 411
 * [PHPCPD](https://github.com/sebastianbergmann/phpcpd) - A library that detects copied and pasted code.
@@ -417,9 +417,9 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
417 417
 * [Deptrac](https://github.com/qossmic/deptrac) - A static code analysis tool that helps to enforce rules for dependencies between software layers.
418 418
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
419 419
 * [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
420
-* [PHP Architecture Tester](https://github.com/carlosas/phpat) - Easy to use architecture testing tool for PHP.
420
+* [PHP Architecture Tester](https://github.com/carlosas/phpat) - Easy-to-use architecture testing tool for PHP.
421 421
 * [PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) - A PHP compatibility checker for PHP CodeSniffer.
422
-* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customisable dependency graphs.
422
+* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customizable dependency graphs.
423 423
 * [PHP Metrics](https://github.com/phpmetrics/PhpMetrics) - A static metric library.
424 424
 * [PHP Migration](https://github.com/monque/PHP-Migration) - A static analyzer for PHP version migration.
425 425
 * [PHPStan](https://github.com/phpstan/phpstan) - A PHP Static Analysis Tool.
@@ -445,7 +445,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
445 445
 * [Blackfire.io](https://www.blackfire.io) - A low-overhead code profiler.
446 446
 * [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool.
447 447
 * [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
448
-* [PCOV](https://github.com/krakjoe/pcov) - A self contained code coverage compatible driver.
448
+* [PCOV](https://github.com/krakjoe/pcov) - A self-contained code coverage compatible driver.
449 449
 * [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
450 450
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
451 451
 * [PHPBench](https://github.com/phpbench/phpbench) - A benchmarking Framework.
@@ -453,7 +453,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
453 453
 * [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component.
454 454
 * [Tideways.io](https://tideways.com/) - Monitoring and profiling tool.
455 455
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
456
-* [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
456
+* [Whoops](https://github.com/filp/whoops) - A pretty error-handling library.
457 457
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
458 458
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
459 459
 * [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
@@ -504,7 +504,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
504 504
 * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
505 505
 * [Chronos](https://github.com/cakephp/chronos) - A DateTime API extension supporting both mutable and immutable date/time.
506 506
 * [Moment.php](https://github.com/fightbulc/moment.php) - Moment.js inspired PHP DateTime handler with i18n support.
507
-* [Yasumi](https://github.com/azuyalabs/yasumi) - An library to help you calculate the dates and names of holidays.
507
+* [Yasumi](https://github.com/azuyalabs/yasumi) - A library to help you calculate the dates and names of holidays.
508 508
 
509 509
 ### Event
510 510
 *Libraries that are event-driven or implement non-blocking event loops.*
@@ -542,7 +542,9 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
542 542
 ### PDF
543 543
 *Libraries and software for working with PDF files.*
544 544
 
545
+* [Browsershot](https://github.com/spatie/browsershot) - Convert HTML to an image, PDF or string.
545 546
 * [Dompdf](https://github.com/dompdf/dompdf) - A HTML to PDF converter.
547
+* [Gotenberg](https://github.com/gotenberg/gotenberg-php) - A PHP client for interacting with Gotenberg.
546 548
 * [PHPPdf](https://github.com/psliwa/PHPPdf) - A library for generating PDFs and images from XML.
547 549
 * [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
548 550
 * [WKHTMLToPDF](https://github.com/wkhtmltopdf/wkhtmltopdf) - A tool to convert HTML to PDF.
@@ -553,8 +555,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
553 555
 * [PHPPowerPoint](https://github.com/PHPOffice/PHPPresentation) - A library for working with Microsoft PowerPoint Presentations.
554 556
 * [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
555 557
 * [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel).
556
-* [Spout](https://github.com/box/spout) - Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way .
557
-
558
+* [OpenSpout](https://github.com/openspout/openspout) - A community driven fork of `box/spout`, a PHP library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way.
558 559
 ### Database
559 560
 *Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
560 561
 
@@ -586,7 +587,7 @@ Libraries to help manage database schemas and migrations.
586 587
 *Libraries for working with "NoSQL" backends.*
587 588
 
588 589
 * [PHPMongo](https://github.com/sokil/php-mongo) - A MongoDB ORM.
589
-* [Predis](https://github.com/predis/predis) - A feature complete Redis library.
590
+* [Predis](https://github.com/predis/predis) - A feature-complete Redis library.
590 591
 
591 592
 ### Queue
592 593
 *Libraries for working with event and task queues.*
@@ -597,7 +598,7 @@ Libraries to help manage database schemas and migrations.
597 598
 * [PHP AMQP](https://github.com/php-amqplib/php-amqplib) - A pure PHP AMQP library.
598 599
 * [Tarantool Queue](https://github.com/tarantool-php/queue) - PHP bindings for Tarantool Queue.
599 600
 * [Thumper](https://github.com/php-amqplib/Thumper) - A RabbitMQ pattern library.
600
-* [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. 
601
+* [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.
601 602
 
602 603
 ### Search
603 604
 *Libraries and software for indexing and performing search queries on data.*
@@ -615,7 +616,7 @@ Libraries to help manage database schemas and migrations.
615 616
 * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools.
616 617
 * [CLI Menu](https://github.com/php-school/cli-menu) - A library for building CLI menus.
617 618
 * [CLIFramework](https://github.com/c9s/CLIFramework) - A command-line framework supports zsh/bash completion generation, subcommands and option constraints. It also powers phpbrew.
618
-* [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours and special formatting.
619
+* [CLImate](https://github.com/thephpleague/climate) - A library for outputting colors and special formatting.
619 620
 * [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.
620 621
 * [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates.
621 622
 * [GetOpt](https://github.com/getopt-php/getopt-php) - A command line opt parser.
@@ -635,7 +636,7 @@ Libraries to help manage database schemas and migrations.
635 636
 * [OAuth2 Server](https://oauth2.thephpleague.com/) - An OAuth2 authentication server, resource server and client library.
636 637
 * [Opauth](https://github.com/opauth/opauth) - A multi-provider authentication framework.
637 638
 * [Paseto](https://github.com/paragonie/paseto) - Platform-Agnostic Security Tokens.
638
-* [PHP oAuthLib](https://github.com/Lusitanian/PHPoAuthLib) - Another OAuth library.
639
+* [PHP oAuthLib](https://github.com/daviddesberg/PHPoAuthLib) - Another OAuth library.
639 640
 * [Sentinel Social](https://cartalyst.com/manual/sentinel-social/2.0) - A library for social network authentication.
640 641
 * [Sentinel](https://cartalyst.com/manual/sentinel/2.0) - A framework agnostic authentication & authorisation library.
641 642
 * [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
@@ -643,7 +644,7 @@ Libraries to help manage database schemas and migrations.
643 644
 ### Markup and CSS
644 645
 *Libraries for working with markup and CSS formats.
645 646
 
646
-* [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
647
+* [Cebe Markdown](https://github.com/cebe/markdown) - A fast and extensible Markdown parser.
647 648
 * [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
648 649
 * [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
649 650
 * [Essence](https://github.com/essence/essence) - A library for extracting web media.
@@ -667,12 +668,12 @@ Libraries to help manage database schemas and migrations.
667 668
 
668 669
 * [Agent](https://github.com/jenssegers/agent) - A PHP desktop/mobile user agent parser, based on Mobiledetect.
669 670
 * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library.
670
-* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.
671
+* [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colors.
671 672
 * [Device Detector](https://github.com/matomo-org/device-detector) - Another library for parsing user agent strings.
672 673
 * [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing.
673 674
 * [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets).
674 675
 * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
675
-* [Portable ASCII](https://github.com/voku/portable-ascii) - A library to convert strings to ascii.
676
+* [Portable ASCII](https://github.com/voku/portable-ascii) - A library to convert strings to ASCII.
676 677
 * [Portable UTF-8](https://github.com/voku/portable-utf8) - A string manipulation library with UTF-8 safe replacement methods.
677 678
 * [Slugify](https://github.com/cocur/slugify) - A library to convert strings to slugs.
678 679
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
@@ -686,12 +687,12 @@ Libraries to help manage database schemas and migrations.
686 687
 
687 688
 * [Brick\Math](https://github.com/brick/math) - A library providing large number support: `BigInteger`, `BigDecimal` and `BigRational`.
688 689
 * [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems.
689
-* [DecimalObject](https://github.com/spryker/decimal-object) - A value object to handle decimals/floats easily and more precisely.
690
+* [DecimalObject](https://github.com/php-collective/decimal-object) - A value object to handle decimals/floats easily and more precisely.
690 691
 * [IP](https://github.com/darsyn/ip) - An immutable value object for working with IPv4 and IPv6 addresses.
691 692
 * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
692 693
 * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
693 694
 * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.
694
-* [MathPHP](https://github.com/markrogoyski/math-php) - A math library for PHP. 
695
+* [MathPHP](https://github.com/markrogoyski/math-php) - A math library for PHP.
695 696
 
696 697
 ### Filtering and Validation
697 698
 *Libraries for filtering and validating data.*
@@ -700,7 +701,7 @@ Libraries to help manage database schemas and migrations.
700 701
 * [Aura.Filter](https://github.com/auraphp/Aura.Filter) - Provides tools to validate and sanitize objects and arrays.
701 702
 * [CakePHP Validation](https://github.com/cakephp/validation) - Another validation library.
702 703
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
703
-* [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.
704
+* [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating inputs according to standards from ISO, International Finance, Public Administrations, GS1, Book Industry, Phone numbers & Zipcodes for many countries.
704 705
 * [JSON Schema](https://github.com/justinrainbow/json-schema) - A [JSON Schema](https://json-schema.org/) validation library.
705 706
 * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
706 707
 * [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
@@ -711,7 +712,7 @@ Libraries to help manage database schemas and migrations.
711 712
 ### API
712 713
 *Libraries and web tools for developing APIs.*
713 714
 
714
-* [API Platform](https://api-platform.com ) - Expose in minutes an hypermedia REST API that embraces JSON-LD, Hydra format.
715
+* [API Platform](https://api-platform.com ) - Expose in minutes a hypermedia REST API that embraces JSON-LD, Hydra format.
715 716
 * [Laminas API Tool Skeleton](https://github.com/laminas-api-tools/api-tools-skeleton) - An API builder built with the Laminas Framework.
716 717
 * [Drest](https://github.com/leedavis81/drest) - A library for exposing Doctrine entities as REST resource endpoints.
717 718
 * [HAL](https://github.com/blongden/hal) - A Hypertext Application Language (HAL) builder library.
@@ -724,7 +725,7 @@ Libraries to help manage database schemas and migrations.
724 725
 ### Caching and Locking
725 726
 *Libraries for caching data and acquiring locks.*
726 727
 
727
-* [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
728
+* [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasizing cache tagging and indexing.
728 729
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
729 730
 * [CakePHP Cache](https://github.com/cakephp/cache) - A caching library.
730 731
 * [Doctrine Cache](https://github.com/doctrine/cache) - A caching library.
@@ -744,7 +745,7 @@ Libraries to help manage database schemas and migrations.
744 745
 * [Knapsack](https://github.com/DusanKasan/Knapsack) - Collection library inspired by Clojure's sequences.
745 746
 * [msgpack.php](https://github.com/rybakit/msgpack.php) - A pure PHP implementation of the [MessagePack](https://msgpack.org/) serialization format.
746 747
 * [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
747
-* [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
748
+* [Serializer](https://github.com/schmittjoh/serializer) - A library for serializing and de-serializing data.
748 749
 * [YaLinqo](https://github.com/Athari/YaLinqo) - Yet Another LINQ to Objects for PHP.
749 750
 * [Laminas Serializer](https://github.com/laminas/laminas-serializer) - Another library for serialising and de-serialising data.
750 751
 
@@ -783,7 +784,7 @@ Libraries to help manage database schemas and migrations.
783 784
 
784 785
 * [PHP Dotenv](https://github.com/vlucas/phpdotenv) - Parse and load environment variables from `.env` files.
785 786
 * [Symfony Dotenv](https://github.com/symfony/dotenv)- Parse and load environment variables from `.env` files.
786
-* [Yo! Symfony TOML](https://github.com/yosymfony/toml) - A PHP parser for [TOML](https://github.com/toml-lang/toml). 
787
+* [Yo! Symfony TOML](https://github.com/yosymfony/toml) - A PHP parser for [TOML](https://github.com/toml-lang/toml).
787 788
 
788 789
 ### Third Party APIs
789 790
 *Libraries for accessing third party APIs.*
@@ -807,8 +808,8 @@ Libraries to help manage database schemas and migrations.
807 808
 *Useful libraries or utilities that don't fit into the categories above.*
808 809
 
809 810
 * [Annotations](https://github.com/doctrine/annotations) - An annotation library (part of Doctrine).
810
-* [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chat bots.
811
-* [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
811
+* [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chatbots.
812
+* [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimizing autoloading.
812 813
 * [Hprose-PHP](https://github.com/hprose/hprose-php) - A cross-language RPC.
813 814
 * [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
814 815
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
@@ -826,7 +827,6 @@ Libraries to help manage database schemas and migrations.
826 827
 * [Laravel Valet](https://laravel.com/docs/master/valet) - A development environment for macOS.
827 828
 * [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer.
828 829
 * [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer.
829
-* [PHP OSX](https://php-osx.liip.ch/) - A PHP installer for OSX.
830 830
 
831 831
 ### Development Environment
832 832
 *Software and tools for creating and sharing a development environment.*
@@ -834,11 +834,11 @@ Libraries to help manage database schemas and migrations.
834 834
 * [Ansible](https://www.ansible.com/) - A radically simple orchestration framework.
835 835
 * [Docker](https://www.docker.com/) - A containerization platform.
836 836
 * [Docker PHP Extension Installer](https://github.com/mlocati/docker-php-extension-installer) - Easily install PHP extensions in Docker containers.
837
-* [Expose](https://github.com/beyondcode/expose) - An open source PHP tunneling service.
837
+* [Expose](https://github.com/beyondcode/expose) - An open-source PHP tunneling service.
838 838
 * [Lando](https://lando.dev/) - Push-button development environments.
839
-* [Laravel Homestead](https://laravel.com/docs/master/homestead) - A local development environment for Laravel. 
839
+* [Laravel Homestead](https://laravel.com/docs/master/homestead) - A local development environment for Laravel.
840 840
 * [Laradock](http://laradock.io/) - A full PHP development environment based on Docker.
841
-* [Puppet](https://puppet.com/) - A server automation framework and application.
841
+* [Puppet](https://www.puppet.com) - A server automation framework and application.
842 842
 * [Takeout](https://github.com/tighten/takeout) - A Docker-based development-only dependency manager.
843 843
 * [Vagrant](https://www.vagrantup.com/) - A portable development environment utility.
844 844
 
@@ -884,7 +884,6 @@ Various resources, such as books, websites and articles, for improving your PHP
884 884
 ### PHP Websites
885 885
 *Useful PHP-related websites.*
886 886
 
887
-* [libs.garden: PHP](https://libs.garden/php) - An overview of fastest growing PHP libraries.
888 887
 * [Nomad PHP](https://nomadphp.com/) - A online PHP learning resource.
889 888
 * [Laravel News](https://laravel-news.com/) - The official Laravel blog.
890 889
 * [PHP Annotated Monthly](https://blog.jetbrains.com/phpstorm/tag/php-annotated-monthly/) - A monthly digest of PHP news.
@@ -906,7 +905,7 @@ Various resources, such as books, websites and articles, for improving your PHP
906 905
 * [Domain-Driven Design in PHP](https://leanpub.com/ddd-in-php) - Real examples written in PHP showcasing DDD Architectural Styles.
907 906
 * [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
908 907
 * [Grumpy PHPUnit](https://leanpub.com/grumpy-phpunit) - A book about unit testing with PHPUnit by Chris Hartjes.
909
-* [Mastering Object-Orientated PHP](https://www.brandonsavage.net/) - A book about object-orientated PHP by Brandon Savage.
908
+* [Mastering Object-Orientated PHP](https://brandonsavage.net) - A book about object-orientated PHP by Brandon Savage.
910 909
 * [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.
911 910
 * [Modernizing Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernizing legacy PHP applications by Paul M. Jones.
912 911
 * [PHP 7 Upgrade Guide](https://leanpub.com/php7) - An ebook covering all of the features and changes in PHP 7 by Colin O'Dell.
@@ -931,11 +930,18 @@ Various resources, such as books, websites and articles, for improving your PHP
931 930
 ### PHP Podcasts
932 931
 *Podcasts with a focus on PHP topics.*
933 932
 
934
-* [Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion.
933
+* [The Laravel Podcast](https://laravelpodcast.com/) - Laravel and PHP development news and discussion.
934
+* [Laravel News Podcast](https://podcast.laravel-news.com/) - The Laravel News Podcast brings you all the latest news and events related to the Laravel PHP Framework.
935 935
 * [PHP Internals News](https://phpinternals.news) - A podcast about PHP internals.
936
-* [PHP Roundtable](https://phproundtable.com/) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
936
+* [The PHP Roundtable](https://phproundtable.com/) - The PHP Roundtable is a casual gathering of developers discussing topics that PHP nerds care about.
937 937
 * [PHP Town Hall](https://phptownhall.com/) - A casual PHP podcast by Ben Edmunds and Phil Sturgeon.
938
-* [Voices of the ElePHPant](https://voicesoftheelephpant.com/) Interviews with the people that make the PHP community special.
938
+* [Voices of the ElePHPant](https://voicesoftheelephpant.com/) - Interviews with the people who make the PHP community special.
939
+* [The Laracasts Snippet](https://laracasts.simplecast.com) - The Laracasts snippet, each episode, offers a single thought on some aspect of web development.
940
+* [php[podcast] episodes from php[architect]](https://www.phparch.com/podcast/) - The official podcast of php[architect] the industry's leading tech magazine and publisher focused on PHP and web development.
941
+* [Over Engineered](https://overengineered.fm/) - A podcast in mini-series where we explore unimportant programming questions in extreme detail.
942
+* [PHPUgly](https://www.phpugly.com/) - The ramblings of a few overworked PHP Developers.
943
+* [No Compromises](https://show.nocompromises.io/) - Two seasoned salty programming veterans talk best practices based on years of working with Laravel SaaS teams.
944
+* [North Meets South Web Podcast](https://www.northmeetssouth.audio/) - Jacob Bennett and Michael Dyrynda conquer a 14.5 hour time difference to talk about life as web developers.
939 945
 
940 946
 ### PHP Newsletters
941 947
 *PHP-related news directly to your inbox.*
@@ -951,6 +957,6 @@ Various resources, such as books, websites and articles, for improving your PHP
951 957
 *Reading materials related to the PHP internals or performance.*
952 958
 
953 959
 * [PHP RFCs](https://wiki.php.net/rfc) - The home of PHP RFCs (Request for Comments).
954
-* [Externals](https://externals.io/) - PHP internal discussions. 
960
+* [Externals](https://externals.io/) - PHP internal discussions.
955 961
 * [PHP RFC Watch](https://php-rfc-watch.beberlei.de/) - Watch the latest PHP [RFCs](https://wiki.php.net/rfc).
956 962
 * [PHP Internals Book](https://www.phpinternalsbook.com/) - An online book about PHP internals, written by three core developers.

Loading…
Cancelar
Guardar