From 7831b29be2a3da58a389ac91d5972e69f3a12434 Mon Sep 17 00:00:00 2001 From: ziadoz Date: Thu, 11 Oct 2012 12:30:46 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 05315d7..4bcf4e4 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -15,6 +15,7 @@ A list of amazingly awesome PHP libraries that you should be using: * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container. * [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. * [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.