PHPackages                             plusemon/notify - 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. plusemon/notify

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

plusemon/notify
===============

Flexible Toastr Notifcation Package for PHP Laravel

1.0.6(3y ago)23631MITPHPPHP &gt;=5.5.0

Since Jun 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/plusemon/notify)[ Packagist](https://packagist.org/packages/plusemon/notify)[ Docs](https://github.com/plusemon/notify)[ RSS](/packages/plusemon-notify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (8)Used By (0)

Toastr JS Alert Notification System for PHP/Laravel
===================================================

[](#toastr-js-alert-notification-system-for-phplaravel)

### 1. Install

[](#1-install)

```
composer require plusemon/notify

```

### 2. Add resources

[](#2-add-resources)

```
>

    Laravel Notify

Laravel Toastr Notify Notification

{!! Notify::message() !!}

```

### 3. Usage

[](#3-usage)

```

Notify::success('You have successfully added Notify alert system');
notify()->info('Info message with helper function');

Notify::info('message', 'title', ['options']);
Notify::success('message', 'title', ['options']);
Notify::warning('message', 'title', ['options']);
Notify::error('message', 'title', ['options']);

Notify::clear();
```

return Notify::info('Info redirect back with message by helper function')-&gt;back(); return notify()-&gt;info('Info redirect with message by helper function')-&gt;redirect('/');

You have successfully installed notify system. 😃
------------------------------------------------

[](#you-have-successfully-installed-notify-system-)

### Configuration

[](#configuration)

Add the service provider to `config/app.php`

```
Plusemon\Notify\NotifyServiceProvider::class,
```

Optionally include the Facade in config/app.php if you'd like.

```
'Notify'  => Plusemon\Notify\Facades\Notify::class,
```

### Options

[](#options)

Publish the config file

```
php artisan vendor:publish --provider=Plusemon\Notify\NotifyServiceProvider

```

For More visit [toastr's documentation](http://codeseven.github.io/toastr/demo.html) to custom your need.

### Dependencies

[](#dependencies)

jQuery [toast](https://github.com/CodeSeven/toastr), you need to add css and js to your html.

### MIT

[](#mit)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Recently: every ~92 days

Total

7

Last Release

1439d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab6fca279984b041598d5001cedfbad04f288a623f40264b0560bd66480ef5cd?d=identicon)[plusemon](/maintainers/plusemon)

---

Top Contributors

[![plusemon](https://avatars.githubusercontent.com/u/37660935?v=4)](https://github.com/plusemon "plusemon (21 commits)")

---

Tags

laravellaravel-packagephptoastrlaravelnotificationtoastr

### Embed Badge

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

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

###  Alternatives

[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[brian2694/laravel-toastr

toastr.js for Laravel

136649.4k5](/packages/brian2694-laravel-toastr)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[oriceon/toastr-5-laravel

Easy toastr notifications for Laravel 5

92473.5k3](/packages/oriceon-toastr-5-laravel)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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