ericksonreyes/ddd-phpspec-helper

PHPSpec helper for creating Domain Driven Design related classes and tests.

v1.1.0 2019-06-18 08:54 UTC

This package is auto-updated.

Last update: 2024-05-20 15:09:34 UTC


README

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