2017 © Pedro PelĂĄez
 

library gefud

Generator for Entities, Factories and their Usecases in Ddd

image

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

The README.md

Gefud - Generator for Entities, Factories and their Usecases in Ddd

Current Build Status Build Status, (*1)

Getting started

  1. Clone this repo git clone git@guthub.com:gefud/gefud.git
  2. Run composer install

Running tests

  1. Run PHPSpec tests by default with bin/phpspec run

Usage

bin/gefud entity:generate "Test\Entity\Employee" id:int name:string surname:string

TODO

  1. Add generating unit tests for entities (cli accepts third parameter in variables as test value, eg. "name:string:MichaƂ")
  2. Add generating factories for entities
  3. Add configuration throught gefud.yml with path for generated files and default namespace (shortens cli commands with namespace)
  4. Add InMemory store generation
  5. Add spec test generations with default store (eg. with InMemory)
  6. Add behat test for cli execution
  7. Add generation of specified framework stores (eg. Symfony2/Doctrine, Phalcon etc.)

The Versions

03/07 2014

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