zanui / zanui-fixtures-bundle
Provides classes to easily load fixtures to the Doctrine ORM using YAML files
Installs: 8 950
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 11
Forks: 1
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=5.3.2
- doctrine/doctrine-fixtures-bundle: 2.2.*
- doctrine/orm: ~2.2,>=2.2.3
- symfony/finder: ~2.2
- symfony/yaml: ~2.2
Requires (Dev)
- henrikbjorn/phpspec-code-coverage: ~0.2
- phpspec/phpspec: ~2.0
This package is not auto-updated.
Last update: 2025-02-25 05:08:50 UTC
README
This bundle defines abstract fixture classes to load test data into a database. It complements the DoctrineFixturesBundle by extending and implementing classes from the Doctrine2 Data Fixtures library to ease the pain of loading data fixtures programmatically into the Doctrine ORM. Please read the documentation for that bundle first to get familiar with the basic concepts that we will build upon.