2017 © Pedro Peláez
 

library doctrine-data-fixture-module

Zend Framework 3 Module that provides Doctrine Data-Fixture functionality

image

aqilix/doctrine-data-fixture-module

Zend Framework 3 Module that provides Doctrine Data-Fixture functionality

  • Friday, October 21, 2016
  • by dollyaswin
  • Repository
  • 2 Watchers
  • 0 Stars
  • 4,883 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 68 Forks
  • 0 Open issues
  • 12 Versions
  • 10 % Grown

The README.md

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)., (*1)

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:, (*2)

  • 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., (*3)

$ php composer.phar require aqilix/doctrine-data-fixture-module:0.0.*

Then open config/modules.config.php and add DoctrineDataFixtureModule to your modules, (*4)

Registering Fixtures

To register fixtures with Doctrine module add the fixtures in your configuration., (*5)

<?php
return [
      'data-fixture' => [
            'fixtures' => __DIR__ . '/../src/ModuleName/Fixture'
      ],
];

Usage

Command Line

Access the Doctrine command line as following, (*6)

Import

./vendor/bin/doctrine-module data-fixture:import 

The Versions

13/09 2013
28/05 2013
16/01 2013

dev-zf2_release

dev-zf2_release http://www.doctrine-project.org/

Zend Framework 2 Module that provides Doctrine Data-Fixture functionality

  Sources   Download

MIT

The Requires

 

zf2 doctrine module data-fixture

15/01 2013

0.0.1

0.0.1.0 http://www.doctrine-project.org/

Zend Framework 2 Module that provides Doctrine Data-Fixture functionality

  Sources   Download

MIT

The Requires

 

zf2 doctrine module data-fixture

09/10 2012

dev-add_purge_option

dev-add_purge_option http://www.doctrine-project.org/

Zend Framework 2 Module that provides Doctrine Data-Fixture functionality

  Sources   Download

MIT

The Requires

 

zf2 doctrine module data-fixture

09/10 2012

dev-issue_1

dev-issue_1 http://www.doctrine-project.org/

Zend Framework 2 Module that provides Doctrine Data-Fixture functionality

  Sources   Download

MIT

The Requires

 

zf2 doctrine module data-fixture