Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 1.31 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.31 KB

dogmatist

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