2017 © Pedro Peláez
 

library doctrine-data-fixture-module

A port for ZF3 of Hounddog's original data-fixture code.

image

rvdlee-salesupply/doctrine-data-fixture-module

A port for ZF3 of Hounddog's original data-fixture code.

  • Wednesday, March 14, 2018
  • by r.vdlee
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 68 Forks
  • 0 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

DoctrineDataFixture Module for Zend Framework 3

Build Status Coverage Status Scrutinizer Code Quality Percentage of issues still open Average time to resolve an issue, (*1)

Introduction

This is a port for ZF3 of Hounddog's orignal code to make fixtures supported in the form of a CLI command., (*2)

Installation

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

$ composer require rvdlee-salesupply/doctrine-data-fixture-module

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

Registering Fixtures

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

<?php

return [
    'doctrine' => [
        'fixture' => [
            __NAMESPACE__ . '_fixture' => __DIR__ . '/../src/' . __NAMESPACE__ . '/Fixture',
        ]
    ]
];

Usage

Command Line

Access the Doctrine command line as following from your project root:, (*6)

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

The Versions

14/03 2018

dev-master

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

A port for ZF3 of Hounddog's original data-fixture code.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob van der Lee

zf2 doctrine module data-fixture

06/03 2018

0.0.9

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

A port for ZF3 of Hounddog's original data-fixture code.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob van der Lee

zf2 doctrine module data-fixture

06/03 2018

dev-feature/rewriting-code-and-unit-testing

dev-feature/rewriting-code-and-unit-testing http://www.doctrine-project.org/

A port for ZF3 of Hounddog's original data-fixture code.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rob van der Lee

zf2 doctrine module data-fixture

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