PHPackages                             shanto75/laranotify - 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. shanto75/laranotify

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

shanto75/laranotify
===================

notification package

v0.1.0(2y ago)03MITBladePHP &gt;=7.4

Since Jan 16Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

`Laranotify`
============

[](#laranotify)

A simple but beautiful notification package for Laravel

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

[](#installation)

Install Laranotify with composer

```
  composer require shanto75/laranotify
```

Configuration
-------------

[](#configuration)

**Service Provider Registration**In `config/app.php`, add in `providers` array -

```
  'providers' => [
    // ...
    Shanto75\\Laranotify\\LaranotifyServiceProvider::class,
    // ...
],
```

**Facade Class Alias**Add in aliases array -

```
'aliases' => Facade::defaultAliases()->merge([
    // ...
    'Laranotify' => Shanto75\\Laranotify\\Laranotify::class,
    // ...
])->toArray(),
```

**Include assets**Add it into the top of root file app.blade.php -

```
@include('laranotify::laranotify')
```

#### Import first the Laranotify facade

[](#import-first-the-laranotify-facade)

```
use Shanto75\Laranotify\Facades\Laranotify;
```

### Example #01-

[](#example-01-)

```
namespace App\Http\Controllers;

use Illuminate\Http\Request;
use Shanto75\Laranotify\Facades\Laranotify;

class HomeController extends Controller
{
    public function index(){
        Laranotify::notify('Saved successfully!');
        return view('welcome');
    }
}
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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

845d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0160345c6022aceb7ba4f86de6ba2e188e59ae093d5565f7a7bd076683500541?d=identicon)[Shanto75](/maintainers/Shanto75)

---

Top Contributors

[![mzshanto](https://avatars.githubusercontent.com/u/42086179?v=4)](https://github.com/mzshanto "mzshanto (11 commits)")

---

Tags

laravelLaranotify

### Embed Badge

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

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

###  Alternatives

[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[matthewbdaly/laravel-sms

A Laravel and Lumen integration for matthewbdaly/sms-client to enable sending SMS messages

3529.8k](/packages/matthewbdaly-laravel-sms)[ashallendesign/laravel-mailboxlayer

A lightweight Laravel package for validating emails using the Mailbox Layer API.

762.0k](/packages/ashallendesign-laravel-mailboxlayer)[sarfraznawaz2005/laravel-sse

Laravel package to provide Server Sent Events functionality for your app.

474.6k](/packages/sarfraznawaz2005-laravel-sse)

PHPackages © 2026

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