ericksonreyes / ddd-phpspec-helper
PHPSpec helper for creating Domain Driven Design related classes and tests.
v1.1.0
2019-06-18 08:54 UTC
Requires
- php: >=7.2
- ext-json: *
- ericksonreyes/domain-driven-design: v1.*
Requires (Dev)
- fzaninotto/faker: ~1.4
- phpspec/phpspec: ^4.0
This package is auto-updated.
Last update: 2024-10-20 16:21:02 UTC
README
PhpSpec helper for generating domain event and entity specification and implementation classes.
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