Add Better Reflection to Code Analysis section

This commit is contained in:
James Titcumb 2016-11-11 10:48:53 +00:00 committed by GitHub
parent e2efaf88ad
commit 3de49d00f1
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
*Libraries and tools for analysing, parsing and manipulating codebases.*
* [Athletic](https://github.com/polyfractal/athletic) - An annotation based benchmark framework.
* [Better Reflection](https://github.com/Roave/BetterReflection) - AST-based reflection library that allows analysis and manipulation of code
* [Code Climate](https://codeclimate.com) - An automated code review.
* [Dissect](https://github.com/jakubledl/dissect) - A set of tools for lexical and syntactical analysis.
* [Exakat](https://github.com/exakat/exakat) - A static analysis engine for PHP.