wobblecode / notification-bundle
[WIP] Notification based on events
Package info
github.com/wobblecode/WobbleCodeNotificationBundle
Type:bundle
pkg:composer/wobblecode/notification-bundle
v0.1.0
2017-11-20 05:18 UTC
Requires
- php: ~5.6|~7.0
- symfony/framework-bundle: ^2.8|^3.0|^4.0
This package is auto-updated.
Last update: 2026-02-28 00:57:36 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"