2017 © Pedro Peláez
 

bundle notification-bundle

[WIP] Notification based on events

image

wobblecode/notification-bundle

[WIP] Notification based on events

  • Monday, November 20, 2017
  • by luishdez
  • Repository
  • 1 Watchers
  • 1 Stars
  • 70 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

WobbleCodeNotificationBundle

[WIP] Notification based on events, (*1)

Channels

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"

The Versions

20/11 2017

dev-master

9999999-dev

[WIP] Notification based on events

  Sources   Download

MIT

The Requires

 

20/11 2017

v0.1.0

0.1.0.0

[WIP] Notification based on events

  Sources   Download

MIT

The Requires