doctrine/data-fixtures

Data Fixtures for all Doctrine Object Managers

Maintainers

👁 beberlei

Package info

github.com/doctrine/data-fixtures

Homepage

pkg:composer/doctrine/data-fixtures

Statistics

Installs: 142 592 102

Dependents: 604

Suggesters: 43

Stars: 2 847

Open Issues: 38

2.2.1 2026-04-01 13:56 UTC

Requires

Requires (Dev)

Suggests

Provides

None

Conflicts

Replaces

None

MIT bf7ac3a050b54b261cedfb3d0a44733819062275

  • Jonathan Wage <jonwage.woop@gmail.com>

database


README

👁 Build Status

This extension aims to provide a simple way to manage and execute the loading of data fixtures for the Doctrine ORM or ODM.

More resources:

Running the tests:

Phpunit is included in the dev requirements of this package.

To setup and run tests follow these steps:

  • go to the root directory of data-fixtures
  • run: composer install --dev
  • run: vendor/bin/phpunit