This commit is contained in:
Michal Šimon 2024-02-10 20:11:15 +02:00 committed by GitHub
commit d6e0f7a45a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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.