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

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

mascame/notify
==============

Notify is a package to rapidly notificate your users about something using Bootstrap classes

v1.0.0(11y ago)12081MITPHPPHP &gt;=5.4.0

Since Oct 10Pushed 9y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Laravel Notify
==============

[](#laravel-notify)

Notify is a package to rapidly notificate your users about something using Bootstrap classes

[A nice alternative if this don't satisfy your needs](https://github.com/AndreasHeiberg/laravel-notify)

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

[](#installation)

Require this package in your composer.json and run composer update:

```
"mascame/notify": "dev-master"

```

Add to `app/config`:

```
// the Service Provider
'Mascame\Notify\NotifyServiceProvider'

// the alias
'Notify' => '\Mascame\Notify\Notify'
```

Publish assets and config

```
php artisan config:publish mascame/notify
```

Usage
-----

[](#usage)

- Require bootstrap or compatible framework.
- Edit config file to your needs.

In template:

```
Notify::all();

// blade
{{ Notify::all(); }}
```

In your logic:

```
// $autohide = false, $icon = null, $dismissable = false

Notify::success('Successfuly notified!');
Notify::danger('Real danger!');
Notify::info('Informed!');
Notify::warning('Warning!');
Notify::loading('Loading...');

Notify::add($value, $type = 'success', $autohide = false, $icon = null, $dismissable = false);
```

A real world example:

```
// this will autohide and get the default values for icon and dismissable

public function logout()
{
    Auth::logout();
    Notify::success('Successfuly logged out!', true);

    return Redirect::to('home');
}
```

License
-------

[](#license)

MIT

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~874 days

Total

2

Last Release

3362d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9570e08dbb97ee61a22ae78624fd6b86ce62e0a89120fe40b5bde23d4a22eb6d?d=identicon)[marcmascarell](/maintainers/marcmascarell)

---

Top Contributors

[![marcmascarell](https://avatars.githubusercontent.com/u/642299?v=4)](https://github.com/marcmascarell "marcmascarell (1 commits)")[![MLTDev](https://avatars.githubusercontent.com/u/3710714?v=4)](https://github.com/MLTDev "MLTDev (1 commits)")

---

Tags

laravelnotifiernotificationsbootstrapnotifynotificator

### Embed Badge

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

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

###  Alternatives

[mouse0270/bootstrap-growl

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

2.2k119.1k](/packages/mouse0270-bootstrap-growl)[bpocallaghan/notify

Laravel 5 Flash Notifications with icons and animations and with a timeout

3416.6k3](/packages/bpocallaghan-notify)[gloudemans/notify

Laravel Notifications

1811.5k](/packages/gloudemans-notify)[matviib/notifier

NO LIBRARIES socket per page bridge for your Laravel application.

621.2k](/packages/matviib-notifier)[arcanedev/notify

Flexible flash notifications helper for Laravel.

139.5k1](/packages/arcanedev-notify)[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)
