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

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

notification/notification
=========================

Notificationt

09PHP

Since Nov 24Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ludvigskoglund/notification)[ Packagist](https://packagist.org/packages/notification/notification)[ RSS](/packages/notification-notification/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

notification
============

[](#notification)

#### Step 1. Add this code to your CDIFactoryDefault.php

[](#step-1-add-this-code-to-your-cdifactorydefaultphp)

```
        $this->setShared('notification', function() {
        $notify = new \notification\notification\Cnotify($this);
        return $notify;
    });

```

#### Step 2. Add this in your controller or where ever you want your notification

[](#step-2-add-this-in-your-controller-or-where-ever-you-want-your-notification)

```
        $app->notification->insertMessage("Your message", "#color");

```

#### Step 3. Add this where you want the message to show

[](#step-3-add-this-where-you-want-the-message-to-show)

```
$app->notification->showMessage();

```

Good luck!
----------

[](#good-luck)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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/c14fffc89e68b0289de87adaa1443a7c85b2422f64519713235ecd55cf62fe6a?d=identicon)[ludvigskoglund](/maintainers/ludvigskoglund)

---

Top Contributors

[![ludvigskoglund](https://avatars.githubusercontent.com/u/9654441?v=4)](https://github.com/ludvigskoglund "ludvigskoglund (3 commits)")[![LuddeSkoglund](https://avatars.githubusercontent.com/u/15703897?v=4)](https://github.com/LuddeSkoglund "LuddeSkoglund (1 commits)")

### Embed Badge

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

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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