PHPackages                             zflabs/odm-fixture - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. zflabs/odm-fixture

ActiveLibrary[Database &amp; ORM](/categories/database)

zflabs/odm-fixture
==================

Module to generate fixture with Doctrine ODM

0.1.2(10y ago)057MITPHPPHP &gt;=5.4

Since Jan 22Pushed 9y ago4 watchersCompare

[ Source](https://github.com/ZFLabs/odm-fixture)[ Packagist](https://packagist.org/packages/zflabs/odm-fixture)[ Docs](https://github.com/juizmill)[ RSS](/packages/zflabs-odm-fixture/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

ZFLabsODMFixture
================

[](#zflabsodmfixture)

Module to generate fixture with Doctrine ODM

Installation
------------

[](#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

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~50 days

Total

4

Last Release

3975d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/01399a69d16f1084c9111c02387bdd3ebb023d8929f1235c9be784ffdd100552?d=identicon)[juizmill](/maintainers/juizmill)

---

Top Contributors

[![juizmill](https://avatars.githubusercontent.com/u/1959742?v=4)](https://github.com/juizmill "juizmill (13 commits)")

---

Tags

Fixturemodulezf2ZFLabs

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zflabs-odm-fixture/health.svg)

```
[![Health](https://phpackages.com/badges/zflabs-odm-fixture/health.svg)](https://phpackages.com/packages/zflabs-odm-fixture)
```

###  Alternatives

[hautelook/alice-bundle

Symfony bundle to manage fixtures with Alice and Faker.

19519.4M34](/packages/hautelook-alice-bundle)[hounddog/doctrine-data-fixture-module

Zend Framework 2 Module that provides Doctrine Data-Fixture functionality

37335.4k9](/packages/hounddog-doctrine-data-fixture-module)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
