Skip to content

A simple and fast implemented Symfony bundle for user notification management

Notifications You must be signed in to change notification settings

Tigralt/EZNotification

Repository files navigation

EZNotification

A light bundle for implementing user notification in a Symfony application.

Install

In the console use the command

composer require tigralt/eznotificationbundle

Or in your composer.json add the requirement

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

Then register the bundle in your AppKernel

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

About

A simple and fast implemented Symfony bundle for user notification management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages