Browse Source

Add Deptrac to Static Analysis (#1022)

pull/1032/head
Paul DelRe 6 years ago
parent
commit
e0a0c2b6a1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

388
 *Libraries for performing static analysis of PHP code.*
388
 *Libraries for performing static analysis of PHP code.*
389
 
389
 
390
 * [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.
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
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
392
 * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory.
392
 * [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
393
 * [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension.
393
 * [PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) - A PHP compatibility checker for PHP CodeSniffer.
394
 * [PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) - A PHP compatibility checker for PHP CodeSniffer.

Loading…
Cancel
Save