dev-master
9999999-devA generator for Doctrine2 ORM entities
MIT
The Requires
- doctrine/orm ~2.4
- fzaninotto/faker ~1.4
- symfony/property-access ~2.6
- doctrine/annotations ~1.2
- php ~5.4
The Development Requires
by Ruben Nijveld
A generator for Doctrine2 ORM entities
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)
You can find the documentation in the docs/
directory, or online at
Read the Docs., (*3)
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
A generator for Doctrine2 ORM entities
MIT