Doctrine Migrations Bundle for the TomahawkPHP Framework.
This bundle is written to support Semvar.
The following config settings can be set in the doctrine.php config. If they are not set a sensible default is used:
'migrations_directory' => 'Resources/Doctrine/migrations',
'migration_namespace' => 'DoctrineMigrations',
'migration_name' => 'Migration',
Just add the following to your composer file:
"tomahawk/doctrinemigrationsbundle": "1.*"