Nette-CQRS-Commands:Nette 框架的简单 CQRS 命令

时间:2024-07-21 20:29:08
【文件属性】:

文件名称:Nette-CQRS-Commands:Nette 框架的简单 CQRS 命令

文件大小:14KB

文件格式:ZIP

更新时间:2024-07-21 20:29:08

PHP

简单 CQRS 命令 ###将命令与 Nette 中的服务连接起来。 此扩展提供了 CQRS 命令的简单实现。 安装: 安装 Nette-CQRS-Commands 的最佳方法是使用 : $ composer require adamstipak/nette-cqrs-commands 用法: 命令示例: use SimpleBus \ Command \ Command ; class FooCommand implements Command { public function __construct (...) { // your code } /** * @return string */ public function name () { return 'foo' ; // identificator of command


【文件预览】:
Nette-CQRS-Commands-master
----.gitignore(9B)
----README.md(2KB)
----tests()
--------DefaultHandlerResolverTest.php(465B)
--------bootstrap.php(57B)
----composer.lock(68KB)
----LICENSE(1KB)
----composer.json(577B)
----src()
--------AdamStipak()
----.travis.yml(217B)

网友评论