mosch/php-migration-bundle

Maintainers

Package info

github.com/mosch/php-migration-bundle

pkg:composer/mosch/php-migration-bundle

Statistics

Installs: 38

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.3 2016-04-19 14:36 UTC

This package is not auto-updated.

Last update: 2026-03-26 08:32:58 UTC


README

Integration of https://github.com/mosch/php-migration with Symfony and Doctrine

Configuration

migration: namespace: Application\Migrations dir_name: %kernel.root_dir%/Migrations version_class: MyBundle/Model/Version

Defining Version Class

Just extend the abstract MigrationBundle\Model\Version class with your own implementation that is a Doctrine Model or Document.