wobblecode/notification-bundle

[WIP] Notification based on events

Installs: 80

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:bundle

pkg:composer/wobblecode/notification-bundle

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

This package is auto-updated.

Last update: 2025-09-28 00:13:34 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"