PHP Database migration system
Miggy 2/27/2014 Jordan Sterling A PHP Database migration tool Miggy helps you track database changes in a database and a codebase, compares the two, and provides a way for you to update your database. Miggy is intended to be run as an executable, but requires a class of your own to use. A MiggyAdapter is how you connect your applications internal database connection, logging, namespace, and file system layout. The example directory has an example MiggyAdapte and an example executable file, both of which can be used (with slight tweaks) to run miggy. Recommended Installation with composer: Add this to the require section of composer.json: "fool/miggy": "2.1.1" Details and version history: https://packagist.org/packages/fool/miggy