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

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

rvdlee/doctrine-data-fixture-module
===================================

A port for ZF3 of Hounddog's original data-fixture code with the ability to change the executor for fixtures.

0.1.3(6y ago)04MITPHPPHP ^7

Since Oct 9Pushed 6y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (8)Versions (22)Used By (0)

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/4a01478e4bc5b6e4231513920a1db2f2533392ba1e23b0dbbbc56ad9d88c8dd7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7276646c65652f646f637472696e652d646174612d666978747572652d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rvdlee/doctrine-data-fixture-module)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ba5dfd5254d60e79459cadc22b26fb840e08c4804e4289c5d9ccde5be0ece370/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7276646c65652f446f637472696e6544617461466978747572654d6f64756c652f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/rvdlee/DoctrineDataFixtureModule)[![Total Downloads](https://camo.githubusercontent.com/292b479b3869d2a0c773b05405ca12f3bfc70f1da23f6757b9f066ae01988c11/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7276646c65652f646f637472696e652d646174612d666978747572652d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rvdlee/doctrine-data-fixture-module)[![GitHub license](https://camo.githubusercontent.com/264674c99fb53e614aac6044e6c62c7766627c444df8c759677975c0807d54c6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7276646c65652f446f637472696e6544617461466978747572654d6f64756c652e737667)](https://github.com/rvdlee/DoctrineDataFixtureModule/blob/master/LICENSE)[![Donate](https://camo.githubusercontent.com/604e3db9c8751116b3f765aad0353ec7ded655bbe8aaacbc38d8c4a6b784b3ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667)](https://www.paypal.me/epicsoftworks)

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

[](#introduction)

This is a port for ZF3 of Hounddog's orignal code to make fixtures supported in the form of a CLI command.

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

[](#installation)

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

```
$ composer require rvdlee/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.

```
