|
|
@@ -388,6 +388,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
388
|
388
|
*Libraries for performing static analysis of PHP code.*
|
|
389
|
389
|
|
|
390
|
390
|
* [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.
|
|
|
391
|
+* [Deptrac](https://github.com/sensiolabs-de/deptrac) - A static code analysis tool that helps to enforce rules for dependencies between software layers.
|
|
391
|
392
|
* [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
|
|
392
|
393
|
* [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
|
|
393
|
394
|
* [PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) - A PHP compatibility checker for PHP CodeSniffer.
|