PHPackages                             ipunkt/laravel-notifications - 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. ipunkt/laravel-notifications

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

ipunkt/laravel-notifications
============================

Notifications package for laravel 4.x

2.0.2(11y ago)23722MITPHPPHP &gt;=5.3.0

Since Jun 7Pushed 11y ago4 watchersCompare

[ Source](https://github.com/ipunkt/laravel-notifications)[ Packagist](https://packagist.org/packages/ipunkt/laravel-notifications)[ RSS](/packages/ipunkt-laravel-notifications/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (5)Dependencies (3)Versions (5)Used By (0)

Notification package for Laravel 4.x
====================================

[](#notification-package-for-laravel-4x)

[![Latest Stable Version](https://camo.githubusercontent.com/cab579ef7da59f01a817605872061071faa36b884bb79b3a1bfdfaeaf08d2c0f/68747470733a2f2f706f7365722e707567782e6f72672f6970756e6b742f6c61726176656c2d6e6f74696669636174696f6e732f762f737461626c652e737667)](https://packagist.org/packages/ipunkt/laravel-notifications) [![Latest Unstable Version](https://camo.githubusercontent.com/9325a3ba397ba53792c31faf5587fff38e3680118fe934cd1bcc40cd83c7b039/68747470733a2f2f706f7365722e707567782e6f72672f6970756e6b742f6c61726176656c2d6e6f74696669636174696f6e732f762f756e737461626c652e737667)](https://packagist.org/packages/ipunkt/laravel-notifications) [![License](https://camo.githubusercontent.com/277ac65ee4fd7022e62ca7e5e9fd1f3cb521ffe252a78b91565b00166130a53c/68747470733a2f2f706f7365722e707567782e6f72672f6970756e6b742f6c61726176656c2d6e6f74696669636174696f6e732f6c6963656e73652e737667)](https://packagist.org/packages/ipunkt/laravel-notifications) [![Total Downloads](https://camo.githubusercontent.com/160144cf9c608eb05d1591c72b510d6993da1e8d570bf41de6effc41b8c11b1e/68747470733a2f2f706f7365722e707567782e6f72672f6970756e6b742f6c61726176656c2d6e6f74696669636174696f6e732f646f776e6c6f6164732e737667)](https://packagist.org/packages/ipunkt/laravel-notifications)

Thanks to Jeffrey Way ()

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

[](#installation)

Add to your composer.json following lines

```
"require": {
	"ipunkt/laravel-notifications": "~2.*"
}

```

Add `'Ipunkt\LaravelNotifications\NotificationsServiceProvider',` to `providers` in `app/config/app.php`.

Add `'Flash' => 'Ipunkt\LaravelNotifications\NotificationsFacade',` to `aliases` in `app/config/app.php`.

Usage
-----

[](#usage)

In controller action use following statement to make a flash notification:

```
//	flashing an info message
Flash::message('Welcome');

//	flashing an info message
Flash::info('Welcome');

//	flashing a success message
Flash::success('Welcome');

//	flashing an error message
Flash::error('Welcome');

//	flashing an overlaying message
Flash::overlay('Welcome');

```

You can also use translatable messages:

```
Flash::message('app.errors.input_invalid');

```

In your view or layout template (e.g. a blade template) include the view of your choice:

```
@include('laravel-notifications::bootstrap-3/flash')

```

You can publish the views and modify it to your needs (optional):

```
$> php artisan view:publish ipunkt/laravel-notifications

```

Credits
-------

[](#credits)

All credits goes to Jeffrey Way and . We add translations for views, translating message string and split various templates as package content.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

4140d ago

Major Versions

1.0.0 → 2.0.02014-11-18

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4946056?v=4)[Robert Kummer](/maintainers/rokde)[@rokde](https://github.com/rokde)

---

Top Contributors

[![harryxu](https://avatars.githubusercontent.com/u/9913?v=4)](https://github.com/harryxu "harryxu (1 commits)")[![justb81](https://avatars.githubusercontent.com/u/3680539?v=4)](https://github.com/justb81 "justb81 (1 commits)")

---

Tags

phplaravelnotificationmessages

### Embed Badge

![Health badge](/badges/ipunkt-laravel-notifications/health.svg)

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

###  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)[oriceon/toastr-5-laravel

Easy toastr notifications for Laravel 5

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

Package for Laravel for helping to manage flash / instant notifications / messages.

520393.9k10](/packages/edvinaskrucas-notification)[ladumor/one-signal

Laravel Wrapper for OneSignal.

125331.3k](/packages/ladumor-one-signal)[helmesvs/laravel-notify

Elegant notifications to laravel with Toastr or PNotify

6127.3k](/packages/helmesvs-laravel-notify)

PHPackages © 2026

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