WobbleCode / 通知包

[进行中] 基于事件的通知

v0.1.0 2017-11-20 05:18 UTC

This package is auto-updated.

Last update: 2024-08-27 21:52:58 UTC


README

[进行中] 基于事件的通知

频道

频道是在您的主要服务配置中按项目定义的,例如:

services:
    wobblecode_notification.channel.ui:
        class: WobbleCode\NotificationBundle\Channel\UiChannel
        arguments:
            - "@wobblecode_notification.notification_manager"
            - "@twig"
    wobblecode_notification.channel.mail:
        class: WobbleCode\NotificationBundle\Channel\MailChannel
        arguments:
            - "@instasent_resque.resque"
            - "@twig"
            - "@swiftmailer.mailer.default"
            - "@swiftmailer.mailer.default.transport.real"