bravesheep/dogmatist-fixtures-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony bundle for dogmatist fixtures

dev-master 2015-03-03 12:37 UTC

This package is not auto-updated.

Last update: 2022-11-26 07:09:39 UTC


README

License Build Status Test Coverage Code Climate Documentation Status

Dogmatist fixtures is a simple fixture framework that makes use of Dogmatist.

Documentation

You can find the documentation in the docs/ directory, or online at Read the Docs.

Requirements

  • PHP 5.5+
  • Composer

Installation

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