This commit is contained in:
Jamie York 2018-06-04 12:51:30 +01:00 committed by GitHub
parent 87ea803e91
commit c4a2cd6674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHP Metrics](https://github.com/phpmetrics/PhpMetrics) - A static metric library.
* [PHP Migration](https://github.com/monque/PHP-Migration) - A static analyzer for PHP version migration.
* [PHPStan](https://github.com/phpstan/phpstan) - A PHP Static Analysis Tool.
* [Pslam](https://github.com/vimeo/psalm) - A static analysis tool for finding errors in PHP applications.
* [Psalm](https://github.com/vimeo/psalm) - A static analysis tool for finding errors in PHP applications.
### Architectural
*Libraries related to design patterns, programming approaches and ways to organize code.*