ericksonreyes/ddd-phpspec-helper

PHPSpec 辅助工具,用于创建与领域驱动设计相关的类和测试。

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

This package is auto-updated.

Last update: 2024-09-20 16:06:35 UTC


README

PhpSpec 辅助工具,用于生成领域事件和实体规范及实现类。

License Packagist Version Last Commit Stable Version PHP Version Downloads Installations

如何安装

composer require ericksonreyes/ddd-phpspec-helper

如何使用

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