PHPackages                             dkorsak/doctrine-data-fixture-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. dkorsak/doctrine-data-fixture-module

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

dkorsak/doctrine-data-fixture-module
====================================

Zend Framework 3 Module that provides Doctrine Data-Fixture functionality

1.0.0(9y ago)778.4k↓50%3[2 PRs](https://github.com/dkorsak/doctrine-data-fixture-module/pulls)1MITPHPPHP &gt;=5.5.9

Since Nov 14Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (5)Versions (2)Used By (1)

Yet another DoctrineDataFixture Module for Zend Framework 3
===========================================================

[](#yet-another-doctrinedatafixture-module-for-zend-framework-3)

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

[](#introduction)

This is fork from [Houndog/DoctrineDataFixtureModule](https://github.com/Hounddog/DoctrineDataFixtureModule).

The DoctrineDataFixtureModule module intends to integrate [Doctrine2 ORM Data Fixtures](https://github.com/doctrine/data-fixtures) with Zend Framework 3.

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

[](#installation)

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

```
$ php composer.phar require dkorsak/doctrine-data-fixture-module
```

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

#### Registering Fixtures

[](#registering-fixtures)

To register fixtures with Doctrine module add the fixtures in your configuration.

```
