PHPackages                             nti/notification-bundle - 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. nti/notification-bundle

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

nti/notification-bundle
=======================

Symfony 2 notification bundle.

v1.1.4(4y ago)31.9k3MITPHPPHP &gt;=5.6

Since Sep 28Pushed 4y ago2 watchersCompare

[ Source](https://github.com/ntidev/NotificationBundle)[ Packagist](https://packagist.org/packages/nti/notification-bundle)[ RSS](/packages/nti-notification-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (3)Versions (10)Used By (0)

NotificationBundle
==================

[](#notificationbundle)

This bundle provide capability to register and send notifications throw multiple applications.

Installation
------------

[](#installation)

#### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

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

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

#### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            new NTI\NotificationBundle\NotificationBundle(),
        );
    }
}
```

#### Step 3: Configuration

[](#step-3-configuration)

Fill the bundle configuration in the `config.yml` file.

```
nti_notification:
    user_destination_get_method: getEmail
    user_authentication_roles: [ROLE_USER]
```

The bundle use your User class entity as a notification destination so you can easily set your security authentication role and unique property get method that you want to use as destination identifier.

#### Documentation:

[](#documentation)

- [How it works](/Resources/docs/HOW_IT_WORKS.md)
- [API](/Resources/docs/API_NOTIFICATION.md)
    - [Notification](/Resources/docs/API_NOTIFICATION.md)
    - [Destination](/Resources/docs/API_DESTINATION.md)
- [Commands and cron-jobs](/Resources/docs/COMMANDS_AND_CRON_JOBS.md)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 72.1% 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 ~193 days

Recently: every ~84 days

Total

6

Last Release

1820d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d33aa0220bae1b0c48f14fc349b7b3181fec7aa674da145ded4446f2b098fe47?d=identicon)[ntidev](/maintainers/ntidev)

---

Top Contributors

[![ealcantara22](https://avatars.githubusercontent.com/u/56136351?v=4)](https://github.com/ealcantara22 "ealcantara22 (31 commits)")[![angelbencosme](https://avatars.githubusercontent.com/u/6846866?v=4)](https://github.com/angelbencosme "angelbencosme (5 commits)")[![yansellrivasdiaz](https://avatars.githubusercontent.com/u/38452151?v=4)](https://github.com/yansellrivasdiaz "yansellrivasdiaz (4 commits)")[![bvisonl](https://avatars.githubusercontent.com/u/4421747?v=4)](https://github.com/bvisonl "bvisonl (3 commits)")

---

Tags

symfonynotificationsNTINotificationBundle

### Embed Badge

![Health badge](/badges/nti-notification-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nti-notification-bundle/health.svg)](https://phpackages.com/packages/nti-notification-bundle)
```

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[bentools/webpush-bundle

Send push notifications through Web Push Protocol to your Symfony users.

71274.3k](/packages/bentools-webpush-bundle)[redjanym/fcm-bundle

A Symfony Bundle for projects to send notifications in mobile devices through Firebase Cloud Messaging HTTP V1 API

43453.0k](/packages/redjanym-fcm-bundle)[edwinhoksberg/php-fcm

A library for sending Firebase cloud messages and managing user topic subscriptions, device groups and devices.

68328.5k1](/packages/edwinhoksberg-php-fcm)[redjanym/php-firebase-cloud-messaging

PHP SDK for Firebase Cloud Messaging from Google

39847.9k1](/packages/redjanym-php-firebase-cloud-messaging)[stampie/stampie-bundle

This bundle provides integration for Stampie Email Library

25222.1k](/packages/stampie-stampie-bundle)

PHPackages © 2026

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