PHPackages                             sfynx-project/tool-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. sfynx-project/tool-migration-bundle

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

sfynx-project/tool-migration-bundle
===================================

This Bundle provides a command to execute migration with a versionning system like doctrine migration.

v2.8.12(7y ago)16.3k↓100%2LGPL-3.0-or-laterPHP

Since Feb 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pigroupe/SfynxMigrationBundle)[ Packagist](https://packagist.org/packages/sfynx-project/tool-migration-bundle)[ Docs](http://pigroupe.github.io/cmf-sfynx/)[ RSS](/packages/sfynx-project-tool-migration-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (19)Used By (0)

Migration SFYNX Bundle
======================

[](#migration-sfynx-bundle)

Symfony3/4's Sfynx Migration Bundle provides handlers to rapidly develop migration classes with multiple managers.

Documentation
-------------

[](#documentation)

The source of the documentation is stored in the `Resources/doc/` folder in this bundle, and available on symfony.com:

- [Read the Documentation for master](https://github.com/pigroupe/SfynxMigrationBundle/blob/master/Resources/doc/index.md)
- [Read the Documentation](Resources/doc/index.md)

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

[](#installation)

> a) Prerequisites

Nothing

> b) Configuration

Add dependencies in your `composer.json` file:

```
"require": {
    ...
    "sfynx-project/tool-migration-bundle": "dev-master"
},
```

Install these new dependencies of your application:

```
$ composer update --no-interaction --with-dependencies
```

Enable bundles in your application kernel:

```
