wobblecode/notification-bundle

[WIP] Notification based on events

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

This package is auto-updated.

Last update: 2024-03-27 20:57:41 UTC


README

[WIP] Notification based on events

Channels

Channels are defined per project in your main services config Eg:

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"