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

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

aqilix/doctrine-data-fixture-module
===================================

Zend Framework 3 Module that provides Doctrine Data-Fixture functionality

0.05(9y ago)018.1k31MITPHPPHP ^5.6 || ^7.0

Since Oct 9Pushed 9y ago2 watchersCompare

[ Source](https://github.com/aqilix/DoctrineDataFixtureModule)[ Packagist](https://packagist.org/packages/aqilix/doctrine-data-fixture-module)[ Docs](http://www.doctrine-project.org/)[ RSS](/packages/aqilix-doctrine-data-fixture-module/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (9)Versions (12)Used By (1)

DoctrineDataFixture Module for Zend Framework 3
===============================================

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

This is fork from [Houndog/DoctrineDataFixtureModule](https://github.com/Hounddog/DoctrineDataFixtureModule). This repository crreated caused by the old repo still using old Doctrine version and old Zend Event Manager, Module Manager and Service Manager (Zend Framework 2).

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

[](#introduction)

The DoctrineDataFixtureModule module intends to integrate Doctrine 2 data-fixture with Zend Framework 3 quickly and easily. The following features are intended to work out of the box:

- Doctrine ORM support
- Multiple ORM entity managers
- Multiple DBAL connections
- Support reuse existing PDO connections in DBAL

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

[](#installation)

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

```
$ php composer.phar require aqilix/doctrine-data-fixture-module:0.0.*
```

Then open `config/modules.config.php` and add `DoctrineDataFixtureModule` to your `modules`

#### Registering Fixtures

[](#registering-fixtures)

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

```
