Ross ROSS = Recommend OSS · open-source software intelligence for agents

doctrine/data-fixtures

Doctrine2 ORM Data Fixtures Extensions observed · 2026-08-28

github.com/doctrine/data-fixtures · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

87/100

  • Activity 99
  • Release rhythm 65
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 35.0
  • age_days: 5826
  • days_rel: 154
  • days_push: 8
  • n_releases_24m: 11

Full methodology

Adoption not part of the score

2851 stars · 231 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Doctrine Data Fixtures is a PHP library for managing and loading data fixtures into databases via the Doctrine ORM or ODM. It provides a fixture loader and object reference tracking to populate databases with test or seed data.

Use cases

  • load seed data into a doctrine database
  • populate test databases with fixtures for phpunit
  • create reusable fixture classes for doctrine orm
  • share references between fixture objects when loading data
  • reset and reload database data between tests

When to choose

  • you use Doctrine ORM or MongoDB ODM and need fixture loading
  • you want ordered fixture loading with shared object references
  • you need deterministic test data for a PHP application

When to avoid

  • you use a different ORM or raw SQL migrations for seeding
  • you need production-scale data generation rather than fixture loading
  • your project does not use PHP or Composer

Facets

library · maturity stable

orm database data-generation testing databases developer-tools testing php cli doctrine fixtures data-fixtures symfony odm test-data php

4 sources

Member repositories

RepositoryRoleHealth v2
doctrine/data-fixturesmain87

For agents

markdown · JSON · MCP: product_card(name="doctrine/data-fixtures")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem