PHPackages                             jeckel-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. jeckel-lab/easyadmin-notification-bundle

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

jeckel-lab/easyadmin-notification-bundle
========================================

Symfony's Easyadmin simple notification's bundle

v0.2.3(5y ago)563[3 PRs](https://github.com/Jeckel-Lab/easyadmin-notification-bundle/pulls)MITPHPPHP ^7.1CI failing

Since Dec 27Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Jeckel-Lab/easyadmin-notification-bundle)[ Packagist](https://packagist.org/packages/jeckel-lab/easyadmin-notification-bundle)[ RSS](/packages/jeckel-lab-easyadmin-notification-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (4)Dependencies (11)Versions (10)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: JeckelLab\NotificationBundle\DBAL\Types\NotificationLevelType
```

### Easy admin sample configuration:

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

```
easy_admin:
    design:
        templates:
            layout: '@JeckelLabNotification/layouts/layout.html.twig'
    entities:
        Notification:
            translation_domain: 'JeckelLabNotification'
            class: JeckelLab\NotificationBundle\Entity\Notification
            controller: JeckelLab\NotificationBundle\Controller\NotificationController
            disabled_actions: ['edit', 'new']
            list:
                batch_actions: ['delete', 'markRead']
                fields:
                    - { property: level, label: notification.level, template: '@JeckelLabNotification/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: '@JeckelLabNotification/field/notification_level.html.twig' }
                    - { property: source, label: notification.source }
                    - { property: message, label: notification.message }
                    - { property: send_at, label: notification.send_at }
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.5% 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 ~67 days

Total

4

Last Release

2132d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/57215536?v=4)[Jeckel-Lab](/maintainers/jeckel-lab)[@Jeckel-Lab](https://github.com/Jeckel-Lab)

---

Top Contributors

[![jeckel](https://avatars.githubusercontent.com/u/2981531?v=4)](https://github.com/jeckel "jeckel (46 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (6 commits)")

---

Tags

easyadminnotificationsymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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