定制 mcadare/eventhub-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-07-28