pecserke / yaml-fixtures-bundle
Symfony PecserkeYamlFixturesBundle
Installs: 3 535
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 1
Open Issues: 3
Type:symfony-bundle
Requires
- php: ^7.2
- doctrine/data-fixtures: ^1.3
- symfony/config: ^4.3
- symfony/console: ^4.3
- symfony/dependency-injection: ^4.3
- symfony/filesystem: ^4.3
- symfony/finder: ^4.3
- symfony/framework-bundle: ^4.3
- symfony/http-kernel: ^4.3
- symfony/property-access: ^4.3
- symfony/yaml: ^4.3
Requires (Dev)
- doctrine/doctrine-bundle: ^1.11
- doctrine/mongodb-odm: ^2.0
- doctrine/orm: ^2.6
- mikey179/vfsstream: ^1.6
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ^8.4.1
Suggests
- doctrine/mongodb-odm: Support for mongo database fixtures
- doctrine/orm: Support for relation database fixtures
This package is auto-updated.
Last update: 2024-11-05 01:22:27 UTC
README
This bundle for Symfony 2 allows you to write your Doctrine2 Data Fixtures in YaML for both ORM and ODM. Define your progamatically loaded fixtures data in easily readable, structured way.
Installation
Installation instructions are located in documentation.
License
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.