doctrine / data-fixtures
Data Fixtures for all Doctrine Object Managers
Fund package maintenance!
Patreon
Tidelift
www.doctrine-project.org/sponsorship.html
Installs: 104 079 009
Dependents: 460
Suggesters: 41
Security: 0
Stars: 2 777
Watchers: 28
Forks: 224
Open Issues: 47
Requires
- php: ^7.4 || ^8.0
- doctrine/deprecations: ^0.5.3 || ^1.0
- doctrine/persistence: ^2.0 || ^3.0
- symfony/polyfill-php80: ^1
Requires (Dev)
- ext-sqlite3: *
- doctrine/annotations: ^1.12 || ^2
- doctrine/coding-standard: ^12
- doctrine/dbal: ^3.5 || ^4
- doctrine/mongodb-odm: ^1.3.0 || ^2.0.0
- doctrine/orm: ^2.14 || ^3
- fig/log-test: ^1
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.6.13 || ^10.4.2
- psr/log: ^1.1 || ^2 || ^3
- symfony/cache: ^5.4 || ^6.3 || ^7
- symfony/var-exporter: ^5.4 || ^6.3 || ^7
Suggests
- alcaeus/mongo-php-adapter: For using MongoDB ODM 1.3 with PHP 7 (deprecated)
- doctrine/mongodb-odm: For loading MongoDB ODM fixtures
- doctrine/orm: For loading ORM fixtures
- doctrine/phpcr-odm: For loading PHPCR ODM fixtures
Conflicts
- doctrine/dbal: <3.5 || >=5
- doctrine/orm: <2.14 || >=4
- doctrine/phpcr-odm: <1.3.0
- 2.0.x-dev
- 1.8.x-dev
- 1.8.0
- 1.7.x-dev
- 1.7.0
- 1.6.x-dev
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.x-dev
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.x-dev
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.x-dev
- 1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.1
- v1.1.0
- 1.0.x-dev
- v1.0.2
- v1.0.1
- v1.0.0
- v1.0.0-ALPHA4
- v1.0.0-ALPHA3
- v1.0.0-ALPHA2
- v1.0.0-ALPHA1
- dev-1.8.x-merge-up-into-2.0.x_LgTokr0H
This package is auto-updated.
Last update: 2024-11-04 22:55:17 UTC
README
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