diff --git a/README.md b/README.md index 7f5ef3f..90fa688 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT *Libraries and tools for analysing, parsing and manipulating codebases.* * [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code +* [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. * [Code Climate](https://codeclimate.com) - An automated code review. * [GrumPHP](https://github.com/phpro/grumphp) - A PHP code-quality tool. * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.