2017 © Pedro Peláez
 

symfony-bundle notificaciones-vanadio

notificaciones - vanadio

image

sogabundle/notificaciones-vanadio

notificaciones - vanadio

  • Monday, April 2, 2018
  • by appsoga
  • Repository
  • 1 Watchers
  • 0 Stars
  • 72 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 29 Forks
  • 0 Open issues
  • 8 Versions
  • 18 % Grown

The README.md

mgilet/notification-bundle

An easy yet powerful notification bundle for Symfony

Latest Stable Version Latest Unstable Version Total Downloads License , (*1)

SensioLabsInsight , (*2)

mgilet/notificationBundle, (*3)

Create and manage notifications in an efficient way., (*4)

Symfony support : * 2.7.x * 2.8.x * 3.x, (*5)

Features

  • Easy setup
  • Easy to use
  • Powerful notification management
  • Simple Twig render methods
  • Fully customizable
  • Multiple notifiables entities
  • No bloated dependencies (little requirements)

Notice: Only Doctrine ORM is supported for now., (*6)

Installation & usage

Installation

This bundle is available on packagist., (*7)

First :, (*8)

$ composer require mgilet/notification-bundle

See documentation for next steps, (*9)

Basic usage

class MyController extends Controller
{

    ...

    public function sendNotification(Request $request)
    {
       $manager = $this->get('mgilet.notification');
      $notif = $manager->createNotification('Hello world !');
      $notif->setMessage('This a notification.');
      $notif->setLink('http://symfony.com/');
      // or the one-line method :
      // $manager->createNotification('Notification subject','Some random text','http://google.fr');

      // you can add a notification to a list of entities
      // the third parameter `$flush` allows you to directly flush the entities
      $manager->addNotification(array($this->getUser()), $notif, true);

      ...
    }

See HERE for more

Translations

For now this bundle is only translated to de, en, es, fr, it., (*10)

Help me improve this by submitting your translations., (*11)

Community

You can help make this bundle better by contributing (every pull request will be considered) or submitting an issue., (*12)

Enjoy and share if you like it., (*13)

Licence

MIT, (*14)

The Versions

02/04 2018

dev-master

9999999-dev

notificaciones - vanadio

  Sources   Download

MIT

The Requires

 

by Maximilien Gilet
by App Soga.

symfony notification bundle simple

02/04 2018

2.0.4

2.0.4.0

notificaciones - vanadio

  Sources   Download

MIT

The Requires

 

by Maximilien Gilet
by Juan David Marulanda V.

symfony notification bundle simple

24/11 2017

dev-dev

dev-dev

A simple Symfony 3 bundle for user notifications

  Sources   Download

MIT

The Requires

 

by Maximilien Gilet

symfony notification bundle simple

24/11 2017

2.0.3

2.0.3.0

A simple Symfony 3 bundle for user notifications

  Sources   Download

MIT

The Requires

 

by Maximilien Gilet

symfony notification bundle simple

15/11 2017

2.0.2

2.0.2.0

A simple Symfony 3 bundle for user notifications

  Sources   Download

MIT

The Requires

 

by Maximilien Gilet

symfony notification bundle simple

18/10 2017

2.0.1

2.0.1.0

A simple Symfony 3 bundle for user notifications

  Sources   Download

MIT

The Requires

 

by Maximilien Gilet

symfony notification bundle simple

17/10 2017

2.0

2.0.0.0

A simple Symfony 3 bundle for user notifications

  Sources   Download

MIT

The Requires

 

by Maximilien Gilet

symfony notification bundle simple

14/07 2016

1.0.0-alpha-1

1.0.0.0-alpha1

A simple Symfony 3 bundle for user notifications

  Sources   Download

MIT

The Requires

 

by Maximilien Gilet

symfony notification bundle simple