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

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

kenkataiwa/doctrine-fixtures-module
===================================

Zend Framework Doctrine Fixtures Module

11.2k1[1 issues](https://github.com/kenkataiwa/DoctrineFixturesModule/issues)PHP

Since Jun 12Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Doctrine Fixtures Module for Zend Framework
===========================================

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

[![Build Status](https://camo.githubusercontent.com/6fe7c7fb1cec2200be76e832d3a4d5c14aa852cbb03a7ad121a4554ed65f8b90/68747470733a2f2f7472617669732d63692e6f72672f6b656e6b6174616977612f446f637472696e6546697874757265734d6f64756c652e706e67)](https://travis-ci.org/kenkataiwa/DoctrineFixturesModule)[![Code Coverage](https://camo.githubusercontent.com/dc66a451f4406deb80234515d9a618896df3ec5a8a795d42182a5d92387df6df/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b656e6b6174616977612f446f637472696e6546697874757265734d6f64756c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/kenkataiwa/DoctrineFixturesModule/)[![Latest Stable Version](https://camo.githubusercontent.com/ce18341bf96c4fe8b4e741dc64b077e8c39668a317a25216ac153e6dffc7c010/68747470733a2f2f706f7365722e707567782e6f72672f6b656e6b6174616977612f646f637472696e652d66697874757265732d6d6f64756c652f762f737461626c652e706e67)](https://packagist.org/packages/kenkataiwa/doctrine-fixtures-module)[![Latest Unstable Version](https://camo.githubusercontent.com/90ee45bd3855161a8cd49fe3583d612f9a4f60ea9691ea8b9e117f1d1bdb1236/68747470733a2f2f706f7365722e707567782e6f72672f6b656e6b6174616977612f646f637472696e652d66697874757265732d6d6f64756c652f762f756e737461626c652e706e67)](https://packagist.org/packages/kenkataiwa/doctrine-fixtures-module)

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

[](#introduction)

This module integrates the [Doctrine Data Fixtures library](https://github.com/doctrine/data-fixtures). 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-fixtures-module
```

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

#### Registering Fixtures

[](#registering-fixtures)

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

```
