Browse Source

Merge 24b875a76d into b27fc4798f

pull/1117/merge
Michal Šimon 3 days ago
parent
commit
7e18f902a2
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

390
 *Libraries and tools for analysing, parsing and manipulating codebases.*
390
 *Libraries and tools for analysing, parsing and manipulating codebases.*
391
 
391
 
392
 * [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code
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
 * [Code Climate](https://codeclimate.com) - An automated code review.
394
 * [Code Climate](https://codeclimate.com) - An automated code review.
394
 * [Editorconfig-Checker](https://github.com/editorconfig-checker/editorconfig-checker.php) - A command line utility which verifies that your files implement your `.editorconfig` rules.
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
 * [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool.
396
 * [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool.

Loading…
Cancel
Save