From 3de49d00f11a8e0ad7dbadd545cc22c4955cc7d2 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Fri, 11 Nov 2016 10:48:53 +0000 Subject: [PATCH] Add Better Reflection to Code Analysis section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed56ba4..c1c773f 100644 --- a/README.md +++ b/README.md @@ -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.