PHPackages                             dareit/notification-manager - 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. dareit/notification-manager

ActiveLibrary

dareit/notification-manager
===========================

Notification manager

1.0.0(8y ago)1103[3 issues](https://github.com/DareIt/notification-manager/issues)[1 PRs](https://github.com/DareIt/notification-manager/pulls)MITPHP

Since Mar 5Pushed 8y agoCompare

[ Source](https://github.com/DareIt/notification-manager)[ Packagist](https://packagist.org/packages/dareit/notification-manager)[ RSS](/packages/dareit-notification-manager/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

Notification manager
====================

[](#notification-manager)

Notification manager is a very simple and lightweight library to handle notifications.

Usage
=====

[](#usage)

Most Basic use of the lib

```
 $handler = new FooHandler();
 $notification = new FooNotification();

 $map = new InMemoryNotificationHandlerMap();
 $map->mapNotificationToHandler($notification, $handler);

 $logger = new Logger();

 $manager = new NotificationManager($map, $logger);
 $manager->dispatch($notification);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

Unknown

Total

1

Last Release

2991d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a3fda3689e9fe45404090547371c6ec564bf664dfb817749091db3a1f50173b?d=identicon)[Peter-DareIT](/maintainers/Peter-DareIT)

---

Top Contributors

[![Peter-DareIT](https://avatars.githubusercontent.com/u/36962404?v=4)](https://github.com/Peter-DareIT "Peter-DareIT (20 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dareit-notification-manager/health.svg)

```
[![Health](https://phpackages.com/badges/dareit-notification-manager/health.svg)](https://phpackages.com/packages/dareit-notification-manager)
```

###  Alternatives

[drevops/git-artifact

Package artifact from your codebase in CI and push it to a separate git repo.

2133.2k](/packages/drevops-git-artifact)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)

PHPackages © 2026

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