mosch/php-migration-bundle

Installs: 38

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mosch/php-migration-bundle

2.0.3 2016-04-19 14:36 UTC

This package is not auto-updated.

Last update: 2025-12-18 07:16:17 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.