2017 © Pedro Peláez
 

library odm-fixture

Module to generate fixture with Doctrine ODM

image

zflabs/odm-fixture

Module to generate fixture with Doctrine ODM

  • Sunday, June 21, 2015
  • by juizmill
  • Repository
  • 4 Watchers
  • 0 Stars
  • 57 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

ZFLabsODMFixture

Module to generate fixture with Doctrine ODM, (*1)

Installation

To install is quite simple, add the composer.json:, (*2)

    "zflabs/odm-fixture", "dev-master"

Next step is to update the composer, (*3)

    php composer.phar self-update
    php composer.phar install

In module.config.php you should inform the folder where your fixtures, for example:, (*4)

    'zflabs-odm-fixture' => array(
        __NAMESPACE__.'_fixture' => __DIR__ . '/../src/'.__NAMESPACE__.'/Fixture',
    ),

To rotate the fixture use the terminal command:, (*5)

    vendor/bin/ZFLabs odm-fixture load

The Versions

21/06 2015

dev-master

9999999-dev https://github.com/juizmill

Module to generate fixture with Doctrine ODM

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 module fixture zflabs

21/06 2015

0.1.2

0.1.2.0 https://github.com/juizmill

Module to generate fixture with Doctrine ODM

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 module fixture zflabs

21/06 2015

0.1.1

0.1.1.0 https://github.com/juizmill

Module to generate fixture with Doctrine ODM

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 module fixture zflabs

09/06 2015

0.1.0

0.1.0.0 https://github.com/juizmill

Module to generate fixture with Doctrine ODM

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 module fixture zflabs

22/01 2015

0.0.1

0.0.1.0 https://github.com/juizmill

Module to generate fixture with Doctrine ODM

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 module fixture zflabs