PHPackages                             m-adamski/symfony-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. m-adamski/symfony-notification-bundle

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

m-adamski/symfony-notification-bundle
=====================================

The Symfony Bundle was created to support simple notifications

5.0.2(1y ago)01.0kMITPHPPHP &gt;=8.2

Since Oct 25Pushed 1y agoCompare

[ Source](https://github.com/m-adamski/symfony-notification-bundle)[ Packagist](https://packagist.org/packages/m-adamski/symfony-notification-bundle)[ RSS](/packages/m-adamski-symfony-notification-bundle/feed)WikiDiscussions 5.0 Synced today

READMEChangelog (8)Dependencies (4)Versions (14)Used By (0)

Notification Bundle for Symfony
===============================

[](#notification-bundle-for-symfony)

The Symfony Bundle was created to support simple notifications. Compared to previous versions, this one is based on simple methods of creating and adding notifications.

Version 5.0 doesn't have compatibility with previous versions.

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

[](#installation)

Composer can install this bundle:

```
$ composer require m-adamski/symfony-notification-bundle

```

How to use it?
--------------

[](#how-to-use-it)

Compared to the previous version, to add a notification, we call the `add` function:

```
use Adamski\Symfony\NotificationBundle\Helper\NotificationHelper;
use Adamski\Symfony\NotificationBundle\Model\Notification;
use Adamski\Symfony\NotificationBundle\Model\Type;

$this->notificationHelper
    ->add(new Notification(Type::SUCCESS, "Sample notification"))
    ->add(new Notification(Type::SUCCESS, "Second sample notification"));
```

The custom Twig function is responsible for displaying notifications (place it somewhere in the template):

```
{{ notification() }}
```

License
-------

[](#license)

MIT

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 100% 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 ~183 days

Recently: every ~69 days

Total

13

Last Release

553d ago

Major Versions

1.1.0 → 2.0.02020-02-07

2.0.0 → 3.0.02023-10-16

3.0.x-dev → 4.0.02024-02-02

4.0.x-dev → 5.0.02024-11-03

PHP version history (4 changes)1.0.0PHP ^7.1

2.0.0PHP ^7.2

3.0.0PHP &gt;=8.1

4.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/99031579203ae7aff3a32b3309374cb5703c35abc4737509bc6b228b433d9943?d=identicon)[m-adamski](/maintainers/m-adamski)

---

Top Contributors

[![m-adamski](https://avatars.githubusercontent.com/u/21038303?v=4)](https://github.com/m-adamski "m-adamski (14 commits)")

---

Tags

notification-bundlephpsymfonysymfony-bundle

### Embed Badge

![Health badge](/badges/m-adamski-symfony-notification-bundle/health.svg)

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

###  Alternatives

[notfloran/mjml-bundle

Symfony bundle for MJML

1142.1M2](/packages/notfloran-mjml-bundle)[azine/email-bundle

Symfony3 Bundle to send html- &amp; txt-emails (notification about events on your web-app or newsletters etc. scheduled/aggregated) to your users.

667.8k](/packages/azine-email-bundle)

PHPackages © 2026

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