add Awesome PHP Migrations

This commit is contained in:
Tomas Votruba 2020-10-06 01:17:17 +02:00 committed by GitHub
parent 0b71752832
commit 76b2159fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -374,6 +374,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
### Code Analysis
*Libraries and tools for analysing, parsing and manipulating codebases.*
* [Awesome PHP Migrations](https://github.com/migrify/awesome-php-migrations) - Awesome list about PHP code bases migrations, legacy refactoring and instant upgrades
* [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.
* [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.