doctrine / doctrine-fixtures-bundle
Symfony DoctrineFixturesBundle
Fund package maintenance!
Patreon
Tidelift
www.doctrine-project.org/sponsorship.html
Installs: 101 890 288
Dependents: 1 084
Suggesters: 41
Security: 0
Stars: 2 521
Watchers: 23
Forks: 212
Open Issues: 31
Type:symfony-bundle
pkg:composer/doctrine/doctrine-fixtures-bundle
Requires
- php: ^8.1
- doctrine/data-fixtures: ^2.2
- doctrine/doctrine-bundle: ^2.2 || ^3.0
- doctrine/orm: ^2.14.0 || ^3.0
- doctrine/persistence: ^2.4 || ^3.0 || ^4.0
- psr/log: ^2 || ^3
- symfony/config: ^6.4 || ^7.0 || ^8.0
- symfony/console: ^6.4 || ^7.0 || ^8.0
- symfony/dependency-injection: ^6.4 || ^7.0 || ^8.0
- symfony/deprecation-contracts: ^2.1 || ^3
- symfony/doctrine-bridge: ^6.4.16 || ^7.1.9 || ^8.0
- symfony/http-kernel: ^6.4 || ^7.0 || ^8.0
Requires (Dev)
- doctrine/coding-standard: 14.0.0
- phpstan/phpstan: 2.1.11
- phpunit/phpunit: ^10.5.38 || 11.4.14
Conflicts
- doctrine/dbal: < 3
- 4.4.x-dev
- 4.3.x-dev
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.0
- 3.7.3
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.1
- 3.5.0
- 3.4.5
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- v2.4.1
- v2.4.0
- 2.3.0
- v2.2.1
- v2.2.0
- v2.1.0-ALPHA
- v2.0.1
- v2.0.0
- v1.0.0-beta1
- dev-dependabot/github_actions/4.3.x/actions/download-artifact-7
- dev-dependabot/github_actions/4.3.x/actions/upload-artifact-6
This package is auto-updated.
Last update: 2025-12-16 19:44:57 UTC
README
This bundle integrates the Doctrine Data Fixtures library into Symfony so that you can load data fixtures programmatically into the Doctrine ORM.
Read the full documentation of this bundle.