php-static-analysis-tools
php-static-analysis-tools copied to clipboard
A reviewed list of useful PHP static analysis tools
Hi, When trying to install Exakat I use the following procedure: 1. mkdir exakat 2. cd exakat 3. curl -o exakat.phar 'https://www.exakat.io/versions/index.php?file=latest' 4. php exakat.phar install `Warning: file_get_contents(https://www.exakat.io/versions/apache-tinkerpop-gremlin-server-3.4.12-bin.zip.sha256): failed to...
- PHPStan itself uses this one - https://github.com/shipmonk-rnd/name-collision-detector
- https://github.com/editorconfig-checker/editorconfig-checker.php
I'm not sure this really fits the category. - https://github.com/ergebnis/composer-normalize
- https://github.com/shipmonk-rnd/composer-dependency-analyser - Used by PHPStan, Rector, firebase-php, Deptrac, ...
PHP_CodeSniffer is under new management. See: https://github.com/squizlabs/PHP_CodeSniffer/issues/3932
Hi @dseguy ! This PR adds AST Metrics to the list. It is still an experimental version, but it is starting to be quite usable for PHP. See you soon!
This PR removes dead links from the list