bravesheep/dogmatist

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

A generator for Doctrine2 ORM entities

dev-master 2015-05-04 13:02 UTC

This package is auto-updated.

Last update: 2024-02-25 22:56:48 UTC


README

License Build Status Test Coverage Code Climate Documentation Status

Dogmatist is a simple framework for specifying the structure of one or more objects and arrays and the relations between those object and arrays.

Documentation

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

Requirements

  • PHP 5.4+
  • Composer

Installation

To install dogmatist as a non-dev requirement for your project use:

composer require bravesheep/dogmatist=dev-master

Or if you only need dogmatist during development (i.e. testing), which seems to be more likely, use:

composer require --dev bravesheep/dogmatist=dev-master