文件名称:CommanderBundle:Symfony2 CommandBus 实现
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-23 05:13:23
PHP
指挥官捆绑包 这是 Symfony2 中 CommandBus 的简单实现。 它与 CQRS 没什么关系,它是使用 Symfony2 处理“消息/命令”的简单实现。 我建议看看 文档 大部分文档存储在此包的Resources/doc/index.md文件中: 安装 所有安装说明都位于文档中。 执照 此捆绑包在 MIT 许可下。 查看捆绑包中的完整许可证: Resources/meta/LICENSE 关于 CommanderBundle 是 Tabbi89 的一项计划。 报告问题或功能请求 问题和功能请求在。 在报告错误时,最好在使用构建的基本项目中重现它,以允许捆绑包的开发人员通过简单地克隆它并遵循一些步骤来重现问题。
【文件预览】:
CommanderBundle-master
----.gitignore(27B)
----README.md(2KB)
----Tabbi89CommanderBundle.php(445B)
----Resources()
--------meta()
--------config()
--------doc()
----Event()
--------EventDispatcher.php(1KB)
--------EventGenerator.php(706B)
----composer.json(736B)
----DependencyInjection()
--------Compiler()
--------Tabbi89CommanderExtension.php(881B)
--------Configuration.php(877B)
----Command()
--------HandlerNotRegisteredException.php(203B)
--------CommandHandlerInterface.php(317B)
--------CommandBusInterface.php(309B)
--------BasicCommandTranslator.php(633B)
--------DefaultCommandBus.php(1KB)
--------CommandTranslatorInterface.php(394B)
----spec()
--------Tabbi89()
----.travis.yml(178B)