ericksonreyes / ddd-phpspec-helper

Just my personal PhpSpec helper that generates tests and implementation of domain and application classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDD PhpSpec Helper

PhpSpec helper for generating domain event and entity specification and implementation classes.

License Packagist Version Last Commit Stable Version PHP Version Downloads Installations

How to install

composer require ericksonreyes/ddd-phpspec-helper

How to use

bin/phpspec entity MyDomain/EntityName
bin/phpspec event MyDomain/EventName
bin/phpspec command MyApplication/Command/WipeFileSystem
bin/phpspec handler MyApplication/Handler/WipeFileSystemHandler

About

Just my personal PhpSpec helper that generates tests and implementation of domain and application classes.

License:MIT License


Languages

Language:PHP 100.0%