1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-08-19 17:11:40 +02:00
This commit is contained in:
Jamie York
2018-06-04 12:51:30 +01:00
committed by GitHub
parent 87ea803e91
commit c4a2cd6674

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.*