1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-09-16 15:19:03 +00:00

Merge pull request #1229 from rainx/feature/add-more-code-analysis-tool

docs: add more items to `Code Analysis` section
This commit is contained in:
Alexander Kartavenko 2024-07-04 14:36:09 +03:00 committed by GitHub
commit b893904184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -421,6 +421,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHP Architecture Tester](https://github.com/carlosas/phpat) - Easy-to-use architecture testing tool for PHP.
* [PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) - A PHP compatibility checker for PHP CodeSniffer.
* [PhpDependencyAnalysis](https://github.com/mamuz/PhpDependencyAnalysis) - A tool to create customizable dependency graphs.
* [PHPDoc Parser](https://github.com/phpstan/phpdoc-parser) - Next-gen phpDoc parser with support for intersection types and generics
* [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.