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

ActiveMarko-module[Mail &amp; Notifications](/categories/mail)

marko/notification
==================

Notification system interfaces and channels for the Marko Framework

0.7.0(4w ago)063↓60%1MITPHPPHP ^8.5

Since Mar 25Pushed 3w agoCompare

[ Source](https://github.com/marko-php/marko-notification)[ Packagist](https://packagist.org/packages/marko/notification)[ RSS](/packages/marko-notification/feed)WikiDiscussions develop Synced 3w ago

READMEChangelogDependencies (13)Versions (18)Used By (1)

marko/notification
==================

[](#markonotification)

Notification system contracts and channels--send notifications to users via mail, database, or custom channels from a single API.

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

[](#installation)

```
composer require marko/notification
```

Quick Example
-------------

[](#quick-example)

```
use Marko\Notification\NotificationSender;

// Inject the sender and dispatch a notification
$notificationSender->send($user, new OrderShippedNotification($trackingNumber));

// Or queue for background delivery
$notificationSender->queue($user, new OrderShippedNotification($trackingNumber));
```

Documentation
-------------

[](#documentation)

Full usage, API reference, and examples: [marko/notification](https://marko.build/docs/packages/notification/)

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance95

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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 ~4 days

Recently: every ~15 days

Total

16

Last Release

28d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/437029?v=4)[Mark Shust](/maintainers/markshust)[@markshust](https://github.com/markshust)

---

Top Contributors

[![markshust](https://avatars.githubusercontent.com/u/437029?v=4)](https://github.com/markshust "markshust (9 commits)")

###  Code Quality

TestsPest

### Embed Badge

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

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

PHPackages © 2026

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