|
|
@@ -390,6 +390,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
390
|
390
|
*Libraries and tools for analysing, parsing and manipulating codebases.*
|
|
391
|
391
|
|
|
392
|
392
|
* [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code
|
|
|
393
|
+* [Codeac](https://www.codeac.io/php.html?ref=awesome-php) - Automated code review tool integrates with GitHub, Bitbucket and GitLab (even self-hosted). Identifies complexty, architecture and security issues.
|
|
393
|
394
|
* [Code Climate](https://codeclimate.com) - An automated code review.
|
|
394
|
395
|
* [Editorconfig-Checker](https://github.com/editorconfig-checker/editorconfig-checker.php) - A command line utility which verifies that your files implement your `.editorconfig` rules.
|
|
395
|
396
|
* [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool.
|