bravesheep / dogmatist
A generator for Doctrine2 ORM entities
Installs: 1 122
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ~5.4
- doctrine/annotations: ~1.2
- doctrine/orm: ~2.4
- fzaninotto/faker: ~1.4
- symfony/property-access: ~2.6
Requires (Dev)
- crysalead/kahlan: ~1.0
- mockery/mockery: ~0.9
This package is auto-updated.
Last update: 2024-02-25 22:56:48 UTC
README
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