wobblecode / notification-bundle
[WIP] Notification based on events
Installs: 77
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:bundle
Requires
- php: ~5.6|~7.0
- symfony/framework-bundle: ^2.8|^3.0|^4.0
This package is auto-updated.
Last update: 2024-10-27 22:10:15 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"