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

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

misterabdul/doctrine-data-fixture-module
========================================

Laminas Module that provides Doctrine Data-Fixture functionality

v1.0.0(3y ago)0161MITPHPPHP ^8.0 || ^8.1

Since Oct 9Pushed 3y agoCompare

[ Source](https://github.com/misterabdul/DoctrineDataFixtureModule)[ Packagist](https://packagist.org/packages/misterabdul/doctrine-data-fixture-module)[ RSS](/packages/misterabdul-doctrine-data-fixture-module/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (8)Versions (13)Used By (1)

DoctrineDataFixture Module for Laminas
======================================

[](#doctrinedatafixture-module-for-laminas)

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

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

[](#introduction)

The DoctrineDataFixtureModule module intends to integrate Doctrine 2 data-fixture with Laminas 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/).

```
$ composer require misterabdul/doctrine-data-fixture-module
```

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.

```
