Download the PHP package aqilix/doctrine-data-fixture-module without Composer
On this page you can find all versions of the php package aqilix/doctrine-data-fixture-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aqilix/doctrine-data-fixture-module
More information about aqilix/doctrine-data-fixture-module
Files in aqilix/doctrine-data-fixture-module
Package doctrine-data-fixture-module
Short Description Zend Framework 3 Module that provides Doctrine Data-Fixture functionality
License
Informations about the package doctrine-data-fixture-module
DoctrineDataFixture Module for Zend Framework 3
This is fork from Houndog/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
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 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
Import
All versions of doctrine-data-fixture-module with dependencies
zendframework/zend-modulemanager Version ^2.7.1
zendframework/zend-eventmanager Version ^2.6.3 || ^3.0.1
zendframework/zend-servicemanager Version ^2.7.6 || ^3.1.1
doctrine/data-fixtures Version ^1.2.1
doctrine/doctrine-orm-module Version ^1.1