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 2w ago

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 85% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity82

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

602d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k156.8M1.2k](/packages/symfony-web-profiler-bundle)[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

566.8M117](/packages/symfony-ux-icons)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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