componenta/cqrs-transport
Composer 安装命令:
composer require componenta/cqrs-transport
包简介
Async transport middleware and contracts for Componenta CQRS commands
README 文档
README
Async transport middleware, transport contracts, JSON command serializer, registry, and worker for componenta/cqrs commands marked with #[Async].
composer require componenta/cqrs-transport
Register the provider and configure TransportRegistryInterface and CommandSerializerInterface in the container.
return [ new Componenta\CQRS\ConfigProvider(), new Componenta\CQRS\Transport\ConfigProvider(), ];
The package provides:
Componenta\CQRS\Command\Middleware\TransportMiddlewareComponenta\CQRS\Command\Transport\TransportInterfaceComponenta\CQRS\Command\Transport\TransportRegistryInterfaceComponenta\CQRS\Command\Transport\CommandSerializerInterfaceComponenta\CQRS\Command\Transport\CommandWorker
For a Cycle Database transport, install componenta/cqrs-transport-cycle. For the Symfony Console worker command, install componenta/cqrs-transport-console.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-21