2017 © Pedro Peláez
 

library dogmatist

A generator for Doctrine2 ORM entities

image

bravesheep/dogmatist

A generator for Doctrine2 ORM entities

  • Monday, May 4, 2015
  • by rnijveld
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,114 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

dogmatist

License Build Status Test Coverage Code Climate Documentation Status, (*1)

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

Documentation

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

Requirements

  • PHP 5.4+
  • Composer

Installation

To install dogmatist as a non-dev requirement for your project use:, (*4)

composer require bravesheep/dogmatist=dev-master

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

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

The Versions

04/05 2015

dev-master

9999999-dev

A generator for Doctrine2 ORM entities

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ruben Nijveld