2017 © Pedro Peláez
 

symfony-bundle eznotificationbundle

A simple and fast implemented bundle for user notification management

image

tigralt/eznotificationbundle

A simple and fast implemented bundle for user notification management

  • Sunday, May 21, 2017
  • by Tigralt
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

EZNotification

A light bundle for implementing user notification in a Symfony application., (*1)

Install

In the console use the command, (*2)

composer require tigralt/eznotificationbundle

Or in your composer.json add the requirement, (*3)

"require": {
    "tigralt/eznotificationbundle": "dev-master"
}

Then register the bundle in your AppKernel, (*4)

public function registerBundles()
{
    ...
    $bundles = array(
        ...
        new Tigralt\EZNotificationBundle\EZNotificationBundle(),
    );
    ...
    return $bundles;
}

The Versions

21/05 2017

dev-master

9999999-dev

A simple and fast implemented bundle for user notification management

  Sources   Download

MIT

The Requires

 

The Development Requires

easy notification eznotification