From 7d02d01c0bffda668116e1c48f9bdb04c6e769a5 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Tue, 18 Jun 2013 15:19:14 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 0c91d8d..ae02ee4 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -200,6 +200,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things. * [PHP ActiveRecord](https://github.com/kla/php-activerecord) - A PHP Active Record implementation. * [Paris and Idiorm](http://j4mie.github.io/idiormandparis/) - A minimalist database library. * [Migrations](https://github.com/icomefromthenet/Migrations) - A migration management library. +* [PHPMig](https://github.com/davedevelopment/phpmig) - Another migration management library. * [Phinx](https://github.com/robmorgan/phinx) - Another database migration library. * [Entities](https://github.com/kherge/Entities) - A Doctrine ORM service provider for Silex.