PHPackages                             paul-lab/easyadmin-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. [Admin Panels](/categories/admin)
4. /
5. paul-lab/easyadmin-notification-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

paul-lab/easyadmin-notification-bundle
======================================

Symfony's Easyadmin notification's bundle

132PHP

Since Jun 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/PaulSmithNganda/easyadmin-notification-bundle)[ Packagist](https://packagist.org/packages/paul-lab/easyadmin-notification-bundle)[ RSS](/packages/paul-lab-easyadmin-notification-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

EasyAdmin notification bundle
=============================

[](#easyadmin-notification-bundle)

Symfony Notification Bundle for EasyAdmin bundle

### Doctrine additional config:

[](#doctrine-additional-config)

```
doctrine:
    dbal:
        types:
            notification_level: PaulLab\NotificationBundle\DBAL\Types\NotificationLevelType
```

### Easy admin sample configuration:

[](#easy-admin-sample-configuration)

```
easy_admin:
    design:
        templates:
            layout: '@PaulLabNotification/layouts/layout.html.twig'
    entities:
        Notification:
            translation_domain: 'PaulLabNotification'
            class: PaulLab\NotificationBundle\Entity\Notification
            controller: PaulLab\NotificationBundle\Controller\NotificationController
            disabled_actions: ['edit', 'new']
            list:
                batch_actions: ['delete', 'markRead']
                fields:
                    - { property: level, label: notification.level, template: '@PaulLabNotification/field/notification_level.html.twig' }
                    - { property: source, label: notification.source }
                    - { property: message, label: notification.message }
                    - { property: send_at, label: notification.send_at }
                    - { property: read_at, label: notification.read_at }
                sort: ['send_at', 'DESC']
                filters:
                    - { property: source, label: notification.source }
                    - { property: read_at, label: notification.read_at, type: date }
            show:
                fields:
                    - { property: level, label: notification.level, template: '@PaulLabNotification/field/notification_level.html.twig' }
                    - { property: source, label: notification.source }
                    - { property: message, label: notification.message }
                    - { property: send_at, label: notification.send_at }
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cccbf74d68d0e1349594ee46003ec78bd04489054c2e1885ad597e5dc68cae8?d=identicon)[PaulSmithNganda](/maintainers/PaulSmithNganda)

---

Top Contributors

[![PaulSmithNganda](https://avatars.githubusercontent.com/u/106537042?v=4)](https://github.com/PaulSmithNganda "PaulSmithNganda (2 commits)")

### Embed Badge

![Health badge](/badges/paul-lab-easyadmin-notification-bundle/health.svg)

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

PHPackages © 2026

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