PHPackages                             sogabundle/notificaciones-vanadio - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. sogabundle/notificaciones-vanadio

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

sogabundle/notificaciones-vanadio
=================================

notificaciones - vanadio

2.0.4(8y ago)0202MITPHP

Since Jul 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/sogabundle/notificaciones-vanadio)[ Packagist](https://packagist.org/packages/sogabundle/notificaciones-vanadio)[ RSS](/packages/sogabundle-notificaciones-vanadio/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (3)Versions (8)Used By (0)

mgilet/notification-bundle
==========================

[](#mgiletnotification-bundle)

An easy yet powerful notification bundle for Symfony

[![Latest Stable Version](https://camo.githubusercontent.com/318ed652b62c4f02d6e7d8ed8e7d15d75e748a9c59b4de70908babf28a4a8cf5/68747470733a2f2f706f7365722e707567782e6f72672f6d67696c65742f6e6f74696669636174696f6e2d62756e646c652f762f737461626c65)](https://packagist.org/packages/mgilet/notification-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/3bd0a7ea74953dc0a7b827fc83982a904ef541e6283b905ca0436ac0e1a3ba9f/68747470733a2f2f706f7365722e707567782e6f72672f6d67696c65742f6e6f74696669636174696f6e2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/mgilet/notification-bundle)[![Total Downloads](https://camo.githubusercontent.com/789c6793ff8649cd1afa4e552564b101e647a203a607b46c6f99678014d87eba/68747470733a2f2f706f7365722e707567782e6f72672f6d67696c65742f6e6f74696669636174696f6e2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/mgilet/notification-bundle)[![License](https://camo.githubusercontent.com/debf9420cd7607f7191332b4065c70e9aa8d2b32bca12dca70bd07ab6a932d4e/68747470733a2f2f706f7365722e707567782e6f72672f6d67696c65742f6e6f74696669636174696f6e2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/mgilet/notification-bundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/80ab5eb9b7fdbb2075e7390abda9d02e63bdf372da66202efd966a4d42751f40/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f36393761626263632d346231352d343138612d613663392d6536363237383766656434382f6269672e706e67)](https://insight.sensiolabs.com/projects/697abbcc-4b15-418a-a6c9-e662787fed48)

[![mgilet/notificationBundle](https://camo.githubusercontent.com/5a2e5209fc479c47e893b284dbf0d74b32f54c23057ac26278a720b14078ac60/687474703a2f2f692e696d6775722e636f6d2f30374f634636632e676966)](https://camo.githubusercontent.com/5a2e5209fc479c47e893b284dbf0d74b32f54c23057ac26278a720b14078ac60/687474703a2f2f692e696d6775722e636f6d2f30374f634636632e676966)

Create and manage notifications in an efficient way.

Symfony support :

- 2.7.x
- 2.8.x
- 3.x

Features
--------

[](#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.

Installation &amp; usage
------------------------

[](#installation--usage)

### Installation

[](#installation)

This bundle is available on [packagist](https://packagist.org/packages/mgilet/notification-bundle).

First :

```
$ composer require mgilet/notification-bundle
```

**See [documentation](Resources/doc/index.rst) for next steps**

### Basic usage

[](#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](Resources/doc/index.rst) for more**

[](#see-here-for-more)

Translations
------------

[](#translations)

For now this bundle is only translated to de, en, es, fr, it.

Help me improve this by submitting your translations.

Community
---------

[](#community)

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

Enjoy and share if you like it.

Licence
-------

[](#licence)

MIT

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 87.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~125 days

Recently: every ~42 days

Total

6

Last Release

3011d ago

Major Versions

1.0.0-alpha-1 → 2.02017-10-17

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3012377?v=4)[SangMok-Oh](/maintainers/appsoga)[@appsoga](https://github.com/appsoga)

---

Top Contributors

[![maximilienGilet](https://avatars.githubusercontent.com/u/10434870?v=4)](https://github.com/maximilienGilet "maximilienGilet (78 commits)")[![KhanMaytok](https://avatars.githubusercontent.com/u/5711547?v=4)](https://github.com/KhanMaytok "KhanMaytok (3 commits)")[![ju4nr3v0l](https://avatars.githubusercontent.com/u/13452821?v=4)](https://github.com/ju4nr3v0l "ju4nr3v0l (3 commits)")[![sogasas](https://avatars.githubusercontent.com/u/29761690?v=4)](https://github.com/sogasas "sogasas (2 commits)")[![marcelglaeser](https://avatars.githubusercontent.com/u/6400771?v=4)](https://github.com/marcelglaeser "marcelglaeser (1 commits)")[![4ssil](https://avatars.githubusercontent.com/u/2683599?v=4)](https://github.com/4ssil "4ssil (1 commits)")[![matthieumota](https://avatars.githubusercontent.com/u/2427947?v=4)](https://github.com/matthieumota "matthieumota (1 commits)")

---

Tags

symfony notification bundle simple

### Embed Badge

![Health badge](/badges/sogabundle-notificaciones-vanadio/health.svg)

```
[![Health](https://phpackages.com/badges/sogabundle-notificaciones-vanadio/health.svg)](https://phpackages.com/packages/sogabundle-notificaciones-vanadio)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9417.2k55](/packages/open-dxp-opendxp)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

939.0k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
