PHPackages                             kenkataiwa/doctrine-migrations-module - 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. kenkataiwa/doctrine-migrations-module

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

kenkataiwa/doctrine-migrations-module
=====================================

Doctrine Migrations module for Zend Framework 2

1107[1 issues](https://github.com/kenkataiwa/DoctrineMigrationsModule/issues)PHP

Since Jun 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kenkataiwa/DoctrineMigrationsModule)[ Packagist](https://packagist.org/packages/kenkataiwa/doctrine-migrations-module)[ RSS](/packages/kenkataiwa-doctrine-migrations-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Doctrine Migrations Module for Zend Framework
=============================================

[](#doctrine-migrations-module-for-zend-framework)

[![Build Status](https://camo.githubusercontent.com/7b3fc1e85de70180bf33ccf26e63ce07d4baeeafd6bcba9fef7ea9ec3a6d22a8/68747470733a2f2f7472617669732d63692e6f72672f6b656e6b6174616977612f446f637472696e654d6967726174696f6e734d6f64756c652e706e67)](https://travis-ci.org/kenkataiwa/DoctrineMigrationsModule)[![Code Coverage](https://camo.githubusercontent.com/c95aa7427f27d05b70db739a2d80ec175e114e9a675828bbf69757f791dbb901/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b656e6b6174616977612f446f637472696e654d6967726174696f6e734d6f64756c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/kenkataiwa/DoctrineMigrationsModule/)[![Latest Stable Version](https://camo.githubusercontent.com/37927bf986fb31fb3e3964740aa2ea43925603f0efe5ff4dcd1b58fb148efe22/68747470733a2f2f706f7365722e707567782e6f72672f6b656e6b6174616977612f646f637472696e652d6d6967726174696f6e732d6d6f64756c652f762f737461626c652e706e67)](https://packagist.org/packages/kenkataiwa/doctrine-migrations-module)[![Latest Unstable Version](https://camo.githubusercontent.com/2b56af378fbbedb4be27f8b01b62f0eed1d1beda1e2c71e7b02ada85b4d7e769/68747470733a2f2f706f7365722e707567782e6f72672f6b656e6b6174616977612f646f637472696e652d6d6967726174696f6e732d6d6f64756c652f762f756e737461626c652e706e67)](https://packagist.org/packages/kenkataiwa/doctrine-migrations-module)

Introduction
------------

[](#introduction)

This module integrates the [Doctrine Migrations library](https://github.com/doctrine/migrations). into Zend Framework so that you can load data fixtures programmatically into the Doctrine ORM or ODM.

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

[](#installation)

Installation of this module uses composer. For composer documentation, please refer to [getcomposer.org](http://getcomposer.org/).

```
$ composer require kenkataiwa/doctrine-migrations-module
```

Then open `config/application.config.php` and add `DoctrineModule`, `DoctrineORMModule` and `DoctrineMigrationsModule` to your `modules`

#### Configuring Migrations

[](#configuring-migrations)

To configure migrations with Doctrine module add the migrations in your configuration.

```
