zanui / zanui-fixtures-bundle
Provides classes to easily load fixtures to the Doctrine ORM using YAML files
Package info
github.com/zanui/ZanuiFixturesBundle
Type:symfony-bundle
pkg:composer/zanui/zanui-fixtures-bundle
v2.0.1
2014-08-28 06:54 UTC
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: 2026-03-10 10:48:32 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.