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(5y ago)31.9k3MITPHPPHP &gt;=5.6

Since Sep 28Pushed 5y 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 yesterday

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

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

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

1866d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20537953?v=4)[Net Tech International](/maintainers/ntidev)[@ntidev](https://github.com/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

[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[minishlink/web-push

Web Push library for PHP

1.9k13.4M70](/packages/minishlink-web-push)[kimai/kimai

Kimai - Time Tracking

4.8k8.7k1](/packages/kimai-kimai)[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)[bentools/webpush-bundle

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

72285.7k](/packages/bentools-webpush-bundle)[open-dxp/opendxp

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

9417.2k58](/packages/open-dxp-opendxp)

PHPackages © 2026

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