doctrine/data-fixtures

Data Fixtures for all Doctrine Object Managers

Installs: 124 027 718

Dependents: 485

Suggesters: 42

Security: 0

Stars: 2 835

Watchers: 25

Forks: 229

Open Issues: 46

pkg:composer/doctrine/data-fixtures

2.1.0 2025-07-08 17:48 UTC

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