bravesheep/dogmatist

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# dogmatist

[![License](https://img.shields.io/packagist/l/bravesheep/dogmatist.svg)](https://packagist.org/packages/bravesheep/dogmatist)
[![Build Status](https://travis-ci.org/bravesheep/dogmatist.svg?branch=master)](https://travis-ci.org/bravesheep/dogmatist)
[![Test Coverage](https://codeclimate.com/github/bravesheep/dogmatist/badges/coverage.svg)](https://codeclimate.com/github/bravesheep/dogmatist)
[![Code Climate](https://codeclimate.com/github/bravesheep/dogmatist/badges/gpa.svg)](https://codeclimate.com/github/bravesheep/dogmatist)
[![Documentation Status](https://readthedocs.org/projects/dogmatist/badge/?version=latest)](https://readthedocs.org/projects/dogmatist/?badge=latest)

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](http://dogmatist.readthedocs.org/en/latest/).

## 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