2017 © Pedro Peláez
 

library doctrine-data-fixture-module

Zend Framework 2 Module that provides Doctrine Data-Fixture functionality

image

hounddog/doctrine-data-fixture-module

Zend Framework 2 Module that provides Doctrine Data-Fixture functionality

  • Friday, April 3, 2015
  • by Hounddog
  • Repository
  • 9 Watchers
  • 37 Stars
  • 213,014 Installations
  • PHP
  • 25 Dependents
  • 0 Suggesters
  • 68 Forks
  • 13 Open issues
  • 9 Versions
  • 3 % Grown

The README.md

DoctrineDataFixture Module for Zend Framework 2

Build Status Coverage Status, (*1)

Introduction

The DoctrineDataFixtureModule module intends to integrate Doctrine 2 data-fixture with Zend Framework 2 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

Requirements

This module is designed to work with a typical ZF2 MVC application., (*3)

Installation

Installation of this module uses composer. For composer documentation, please refer to getcomposer.org., (*4)

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

Then open config/application.config.php and add DoctrineModule, DoctrineORMModule and DoctrineDataFixtureModule to your modules, (*5)

Registering Fixtures

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

<?php
return array(
      'doctrine' => array(
            'fixture' => array(
                  'ModuleName_fixture' => __DIR__ . '/../src/ModuleName/Fixture',
            )
      )
);

Usage

Command Line

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

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