PHPackages                             ramunasd/migration-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. ramunasd/migration-bundle

AbandonedArchivedSymfony-bundle[Database &amp; ORM](/categories/database)

ramunasd/migration-bundle
=========================

Schema and data migration for Doctrine

1.2(10y ago)1161[2 issues](https://github.com/ramunasd/MigrationBundle/issues)MITPHPPHP &gt;=5.5

Since Jan 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ramunasd/MigrationBundle)[ Packagist](https://packagist.org/packages/ramunasd/migration-bundle)[ Docs](https://github.com/ramunasd/MigrationBundle)[ RSS](/packages/ramunasd-migration-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (5)Versions (5)Used By (0)

MigrationBundle
===============

[](#migrationbundle)

[![Build Status](https://camo.githubusercontent.com/b5186a4a27f9befcf70d997b830c711682c069b458d456de0352d44eaf99a8c6/68747470733a2f2f7472617669732d63692e6f72672f72616d756e6173642f4d6967726174696f6e42756e646c652e737667)](https://travis-ci.org/ramunasd/MigrationBundle)[![Scrutinizer](https://camo.githubusercontent.com/270911d84644cfb1c3442578c6439cd52809b5ce7f3860e3c52ac458df50cd60/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f72616d756e6173642f4d6967726174696f6e42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ramunasd/MigrationBundle/?branch=master)

Doctrine based database schema and fixtures manipulator.

Overview
--------

[](#overview)

MigrationBundle is forked version of an open source [ORO platform migration bundle](https://github.com/orocrm/platform/tree/master/src/Oro/Bundle/MigrationBundle). ORO developers made a great tool, but they are not interested in contributions from community. That's why we forked this bundle and made it available for everyone.

Features
--------

[](#features)

- Database agnostic migrations
- Semantic migration versions
- Fast installation to latest version
- Automatic installer generation
- Versioned fixtures and sample data
- Custom extensions
- Migration hooks

Installation
------------

[](#installation)

Add the bundle to your composer.json:

`composer require ramunasd/migration-bundle`

Then add the bundle to your application kernel:

```
// app/AppKernel.php
