PHPackages                             kesty/laravel-notifier - 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. kesty/laravel-notifier

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

kesty/laravel-notifier
======================

Simple notification widget for Laravel ^8.0, ^9.0, ^10.0, ^11.0

3.0.3(1y ago)0124MITCSSPHP ^8.0|^8.1|^8.2

Since Feb 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/olubunmitosin/laravel-notifier)[ Packagist](https://packagist.org/packages/kesty/laravel-notifier)[ RSS](/packages/kesty-laravel-notifier/feed)WikiDiscussions master Synced today

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

Laravel Notifier
================

[](#laravel-notifier)

Notification system for laravel ^7.\* : ^8.\* : ^9.\* : ^10.0 : ^11.0

Version 3.0 supports icon, image, layout and theme

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

[](#installation)

First, pull in the package through Composer.

```
composer require kesty/laravel-notifier

```

And then include the service provider within `app/config/app.php`. (Skip this step if you are on Laravel 7.5 or above)

```
'providers' => [
    Kesty\LaravelNotifier\NotifierServiceProvider::class
];
```

At last you need to publish configs and assets.

```
php artisan vendor:publish --provider="Kesty\LaravelNotifier\ServiceProvider"

```

---

### Setup

[](#setup)

*Insert the following after the opening of tag of your HTML*For default bootstrap alert dev, use the following

```
@include('vendor.laravel-notifier.messages')

```

For Kesty Notify, use the following

```
@include('vendor.laravel-notifier.notify')

```

### Controller Usage

[](#controller-usage)

```
// call the facade class
KestyNotify::info(title, body);

```

```
// or as function
kNotifier('Welcome to Laravel', 'Laravel', 'success');
kNotifier()->message('Welcome to Laravel', 'Laravel', 'info');

```

Test the beautiful custom version like so

```
kNotifier()->message('Welcome to Laravel', 'Great', null, 'fa-solid fa-check', '/assets/images/avatar.jpg', 'dark', 2);

```

Ensure you have an avatar image and font-awesome icon is loaded. You can use any icon of your choice, just check the icon argument to any icon you installed in your project.

You can modify /laravel-notifier/\*.css to suit your needs. it's a basic iziToast styles.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity72

Established project with proven stability

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

Recently: every ~340 days

Total

12

Last Release

555d ago

Major Versions

1.0.7 → 2.02022-06-03

2.0 → 3.0.02023-04-03

PHP version history (3 changes)1.0.0PHP &gt;=5.5.9

2.0PHP ^8.0.2

3.0.0PHP ^8.0|^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/7978a46601b22c02edd1e108652d0c4d81943d18a5769e9d97564d23294ca0ee?d=identicon)[olubunmi708](/maintainers/olubunmi708)

---

Tags

notificationlaravel-packagenotifyalertlaravel-notification package

### Embed Badge

![Health badge](/badges/kesty-laravel-notifier/health.svg)

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

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

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[mouse0270/bootstrap-growl

This is a simple pluging that turns standard Bootstrap alerts into "Growl-like" notifications.

2.2k119.1k](/packages/mouse0270-bootstrap-growl)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[laravel-notification-channels/discord

Laravel notification driver for Discord.

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

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)

PHPackages © 2026

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