Download the PHP package dkorsak/doctrine-data-fixture-module without Composer
On this page you can find all versions of the php package dkorsak/doctrine-data-fixture-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dkorsak/doctrine-data-fixture-module
More information about dkorsak/doctrine-data-fixture-module
Files in dkorsak/doctrine-data-fixture-module
Download dkorsak/doctrine-data-fixture-module
More information about dkorsak/doctrine-data-fixture-module
Files in dkorsak/doctrine-data-fixture-module
Vendor dkorsak
Package doctrine-data-fixture-module
Short Description Zend Framework 3 Module that provides Doctrine Data-Fixture functionality
License MIT
Package doctrine-data-fixture-module
Short Description Zend Framework 3 Module that provides Doctrine Data-Fixture functionality
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-data-fixture-module
Yet another DoctrineDataFixture Module for Zend Framework 3
Introduction
This is fork from Houndog/DoctrineDataFixtureModule.
The DoctrineDataFixtureModule module intends to integrate Doctrine2 ORM Data Fixtures with Zend Framework 3.
Installation
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.
Then open config/application.config.php
and add DoctrineModule
, DoctrineORMModule
and
DoctrineDataFixtureModule
to your modules
Registering Fixtures
To register fixtures with Doctrine module add the fixtures in your configuration.
Usage
Default
Purge with truncate and without confirmation
Append data instead of delete
How to inject container into fixtures file
All versions of doctrine-data-fixture-module with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
zendframework/zend-modulemanager Version ~2.0
zendframework/zend-eventmanager Version ~3.0
zendframework/zend-servicemanager Version ~3.0
doctrine/data-fixtures Version ^1.1
doctrine/doctrine-orm-module Version ^1.1
zendframework/zend-modulemanager Version ~2.0
zendframework/zend-eventmanager Version ~3.0
zendframework/zend-servicemanager Version ~3.0
doctrine/data-fixtures Version ^1.1
doctrine/doctrine-orm-module Version ^1.1
The package dkorsak/doctrine-data-fixture-module contains the following files
Loading the files please wait ....