Download the PHP package davidbadura/fixtures-bundle without Composer
On this page you can find all versions of the php package davidbadura/fixtures-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package fixtures-bundle
DavidBaduraFixturesBundle
The project is no longer supported. If you still want to create fixtures with yaml, then I recommend switching to Alice.
Features
- DavidBaduraFakerBundle support (documentation)
- Resolve object dependency (also bidirectional references)
- Configurable default fixture converter (constructor, properties, set and add methods)
- Easy to create your own converter
- Extendable by events
- Fixture filtering by tags
- Object validation
- Fixturemanager as a service
- Fixture data validating and normalizing by symfony config component
- MongoDB support
- DefaultConverter: handle "setCreateDate(\DateTime $date)" methods
- Security Encoder support
Todos
- Core components move in its own repository DavidBadura\Fixtures
- XML Fixtures support
Documentation
-
Installation
Add DavidBaduraFixtureBundle in your composer.json
Add the DavidBaduraFixturesBundle to your application kernel:
-
Configuration
Configure DavidBaduraFixturesBundle:
Activate support for MongoDB:
-
Create fixtures
Now you must create your fixture data:
The fixture files will be automatically loaded from the Resources\fixtures
folder.
-
Load fixtures
Command:
Service:
All versions of fixtures-bundle with dependencies
PHP Build Version
Package Version
The package davidbadura/fixtures-bundle contains the following files
Loading the files please wait ....