webmunkeez/cqrs-bundle
Composer 安装命令:
composer require webmunkeez/cqrs-bundle
包简介
Command-Query-Responsibility-Segregation pattern made for Symfony.
README 文档
README
This bundle unleashes the Command-Query-Responsibility-Segregation pattern on Symfony applications.
Installation
Use Composer to install this bundle:
$ composer require webmunkeez/cqrs-bundle
Add the bundle in your application kernel:
// config/bundles.php return [ // ... Webmunkeez\CQRSBundle\WebmunkeezCQRSBundle::class => ['all' => true], // ... ];
统计信息
- 总下载量: 136
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-11-15