Dogmatist fixtures is a simple fixture framework that makes use of Dogmatist.
You can find the documentation in the docs/
directory, or online at
Read the Docs.
- PHP 5.5+
- Composer
To install dogmatist as a non-dev requirement for your project use:
composer require bravesheep/dogmatist-fixtures-bundle=dev-master
Or if you only need dogmatist fixtures during development (i.e. testing), use:
composer require --dev bravesheep/dogmatist-fixtures-bundle=dev-master