library gefud
Generator for Entities, Factories and their Usecases in Ddd
gefud/gefud
Generator for Entities, Factories and their Usecases in Ddd
- Thursday, July 3, 2014
- by brzuchal
- Repository
- 1 Watchers
- 2 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Gefud - Generator for Entities, Factories and their Usecases in Ddd
Current Build Status
, (*1)
Getting started
- Clone this repo
git clone git@guthub.com:gefud/gefud.git
- Run composer install
Running tests
- Run PHPSpec tests by default with
bin/phpspec run
Usage
bin/gefud entity:generate "Test\Entity\Employee" id:int name:string surname:string
TODO
- Add generating unit tests for entities (cli accepts third parameter in variables as test value, eg. "name:string:MichaĆ")
- Add generating factories for entities
- Add configuration throught gefud.yml with path for generated files and default namespace (shortens cli commands with namespace)
- Add InMemory store generation
- Add spec test generations with default store (eg. with InMemory)
- Add behat test for cli execution
- Add generation of specified framework stores (eg. Symfony2/Doctrine, Phalcon etc.)
dev-master
9999999-dev
Generator for Entities, Factories and their Usecases in Ddd
Sources
Download
MIT
The Development Requires
domain
generator
dto
ddd
design
driven