From e0a0c2b6a161c2ba8fa5348085f33e1999153ae3 Mon Sep 17 00:00:00 2001 From: Paul DelRe Date: Tue, 29 Oct 2019 07:00:46 -0400 Subject: [PATCH] Add Deptrac to Static Analysis (#1022) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50cea66..095cfb5 100644 --- a/README.md +++ b/README.md @@ -388,6 +388,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Libraries for performing static analysis of PHP code.* * [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP. +* [Deptrac](https://github.com/sensiolabs-de/deptrac) - A static code analysis tool that helps to enforce rules for dependencies between software layers. * [Mondrian](https://github.com/Trismegiste/Mondrian) - A code analysis tool using Graph Theory. * [phan](https://github.com/phan/phan) - A static analyzer based on PHP 7+ and the php-ast extension. * [PHPCompatibility](https://github.com/PHPCompatibility/PHPCompatibility) - A PHP compatibility checker for PHP CodeSniffer.