zflabs/odm-fixture

Module to generate fixture with Doctrine ODM

Maintainers

Package info

github.com/ZFLabs/odm-fixture

Homepage

pkg:composer/zflabs/odm-fixture

Statistics

Installs: 57

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.2 2015-06-21 21:07 UTC

This package is not auto-updated.

Last update: 2026-03-15 00:58:37 UTC


README

Module to generate fixture with Doctrine ODM

Installation

To install is quite simple, add the composer.json:

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

Next step is to update the composer

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

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

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

To rotate the fixture use the terminal command:

    vendor/bin/ZFLabs odm-fixture load