mcadare/eventhub-bundle
Composer 安装命令:
composer require mcadare/eventhub-bundle
包简介
EventHubBundle is an EventBundle integration bundle for Symfony.
关键字:
README 文档
README
EventHubBundle is an EventBundle integration bundle for Symfony.
It gives you the possibilty to declare events to listen to via your symfony config and configure downstream events to fire like so:
event_hub:
order.create: #business event
mail:
Valid: 'ORDER_CONFIRMATION'
flash:
Valid:
level: success
code: 'MSG_ORDER_AJOUT_OK'
Invalid:
level: danger
code: 'MSG_ORDER_AJOUT_KO'
Pending:
code: 'MSG_ORDER_AJOUT_ATTENTE'
In this example, when the custom "order.create" event is fired, depending on the status of the event, a mail and/or a flash message will be triggered (with the corresponding parameters). The aftermath is way less dependencies between business and application logic.
NB: Some dependencies are required in order to catch the fired events. see FlashMessageHandlerBundle for Example
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 2
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-28