2017 © Pedro PelĂĄez
 

library notification-bundle

Provides notification for your Symfony2 application.

image

joubjoub/notification-bundle

Provides notification for your Symfony2 application.

  • Thursday, June 18, 2015
  • by vchabot
  • Repository
  • 1 Watchers
  • 0 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

NotificationBundle

Provides a notification bundle for Symfony2, (*1)

Installation

Install it via composer with:, (*2)

composer require joubjoub/notification-bundle dev-master

You should create entities UserNotification, Notification, and implements the NotifiableInterface for your User entity., (*3)

Usage

And then, you should be able to add a notification with the service joubjoub.notification like this:, (*4)

// $users can be an array of NotifiableInterface object, or a NotifiableInterface object
$this->get('joubjoub.notification')->addNotification($users, $notification);

 License

This bundle is under MIT License., (*5)

Unit test

Unit tests will come soon., (*6)

The Versions

18/06 2015

dev-master

9999999-dev

Provides notification for your Symfony2 application.

  Sources   Download

MIT