dev-master
9999999-dev[WIP] Notification based on events
MIT
The Requires
v0.1.0
0.1.0.0[WIP] Notification based on events
MIT
The Requires
- php ~5.6|~7.0
- symfony/framework-bundle ^2.8|^3.0|^4.0
Wallogit.com
2017 © Pedro Peláez
[WIP] Notification based on events
[WIP] Notification based on events, (*1)
Channels are defined per project in your main services config Eg:, (*2)
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"
[WIP] Notification based on events
MIT
[WIP] Notification based on events
MIT