From 76b2159fa39b40a328bdd68fa168e15b42bce7e3 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Tue, 6 Oct 2020 01:17:17 +0200 Subject: [PATCH] add Awesome PHP Migrations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 268b785..a966e52 100644 --- a/README.md +++ b/README.md @@ -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.