Download the PHP package misterabdul/doctrine-data-fixture-module without Composer
On this page you can find all versions of the php package misterabdul/doctrine-data-fixture-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download misterabdul/doctrine-data-fixture-module
More information about misterabdul/doctrine-data-fixture-module
Files in misterabdul/doctrine-data-fixture-module
Package doctrine-data-fixture-module
Short Description Laminas Module that provides Doctrine Data-Fixture functionality
License MIT
Informations about the package doctrine-data-fixture-module
DoctrineDataFixture Module for Laminas
This is fork from 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
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 of this module uses composer. For composer documentation, please refer to getcomposer.org.
Then open config/modules.config.php
and add DoctrineDataFixtureModule
to your modules
Registering Fixtures
To register fixtures with Doctrine module add the fixtures in your configuration.
Usage
Command Line
Access the Doctrine command line as following
All versions of doctrine-data-fixture-module with dependencies
laminas/laminas-modulemanager Version ^2.11.0
laminas/laminas-eventmanager Version ^3.5.0
laminas/laminas-servicemanager Version ^3.14.0
doctrine/data-fixtures Version ^1.5.3
doctrine/doctrine-orm-module Version ^5.2.0