From 2868b190d524e9b7c56a5b2f90b7b753fb5e68d1 Mon Sep 17 00:00:00 2001 From: ziadoz Date: Thu, 6 Dec 2012 15:54:13 -0800 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 7fcff70..2eb79f6 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -17,6 +17,7 @@ A list of amazingly awesome PHP libraries that you should be using: * [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container. * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM. * [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine. +* [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library. * [Propel](http://www.propelorm.org/) - A fast ORM. * [Goutte](https://github.com/fabpot/Goutte) - A simple web scraper. * [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager pipeline library.