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

Abandoned → [php-flasher/flasher-laravel](/?search=php-flasher%2Fflasher-laravel)Library[Mail &amp; Notifications](/categories/mail)

php-notify/notify-laravel
=========================

Seamlessly integrate flash notifications into your Laravel applications with PHPFlasher. Enhance user feedback and engagement with minimal setup.

v2.6.1(3w ago)4416.5k7MITPHPPHP &gt;=8.2

Since Dec 14Pushed 3w ago1 watchersCompare

[ Source](https://github.com/php-flasher/flasher-laravel)[ Packagist](https://packagist.org/packages/php-notify/notify-laravel)[ Docs](https://php-flasher.io)[ GitHub Sponsors](https://github.com/yoeunes)[ RSS](/packages/php-notify-notify-laravel/feed)WikiDiscussions 2.x Synced today

READMEChangelogDependencies (8)Versions (139)Used By (0)

PHPFlasher Laravel Adapter
==========================

[](#phpflasher-laravel-adapter)

[![Latest Version](https://camo.githubusercontent.com/b2f56e29d1339ccae43a6c3b8c58b275eff680facf8737989bc73c69e27f01a6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7068702d666c61736865722f666c61736865722d6c61726176656c2e737667)](https://packagist.org/packages/php-flasher/flasher-laravel)[![Total Downloads](https://camo.githubusercontent.com/b257cb2fa897e9273e7afcabf2b9b13d6d8e4a13b6a38a0a3a06a74f023ceae9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7068702d666c61736865722f666c61736865722d6c61726176656c2e737667)](https://packagist.org/packages/php-flasher/flasher-laravel)[![License](https://camo.githubusercontent.com/ec063a4b2d7f36fb87957754a3918fccd1b4c33f09d52aecb17de6cabcf1e94b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7068702d666c61736865722f666c61736865722d6c61726176656c2e737667)](https://packagist.org/packages/php-flasher/flasher-laravel)

Laravel framework adapter for PHPFlasher. Seamless integration with zero JavaScript setup.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.2
- Laravel &gt;= 11.0

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

[](#installation)

```
composer require php-flasher/flasher-laravel
```

Run the install command:

```
php artisan flasher:install
```

Quick Start
-----------

[](#quick-start)

```
// Success notification
flash()->success('Operation completed successfully!');

// Error notification
flash()->error('An error occurred.');

// With options
flash()->success('Profile updated!', [
    'timeout' => 5000,
    'position' => 'top-right',
]);

// In controller
public function update(Request $request)
{
    // Your logic...

    flash()->success('Changes saved!');

    return redirect()->back();
}
```

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

[](#configuration)

Publish configuration file:

```
php artisan flasher:install --config
```

This creates `config/flasher.php` where you can customize:

- Default adapter
- Global options
- Flash bag mapping
- Presets

Documentation
-------------

[](#documentation)

Complete documentation: [php-flasher.io](https://php-flasher.io)

License
-------

[](#license)

[MIT](https://opensource.org/licenses/MIT)

###  Health Score

61

—

FairBetter than 99% of packages

Maintenance94

Actively maintained with recent releases

Popularity33

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 95.6% 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 ~14 days

Recently: every ~4 days

Total

138

Last Release

27d ago

Major Versions

v0.9.7 → v1.0.12022-05-16

1.x-dev → v2.0.02024-05-05

PHP version history (2 changes)v0.1.0PHP &gt;=5.3

v2.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/719ac0f6bf24d689686134530caf539727d784ad4a66c81ad5dcdba161b4ea0a?d=identicon)[yoeunes](/maintainers/yoeunes)

---

Top Contributors

[![yoeunes](https://avatars.githubusercontent.com/u/10859693?v=4)](https://github.com/yoeunes "yoeunes (86 commits)")[![yoeunes-spin](https://avatars.githubusercontent.com/u/86292260?v=4)](https://github.com/yoeunes-spin "yoeunes-spin (3 commits)")[![AhmedGamal](https://avatars.githubusercontent.com/u/11786167?v=4)](https://github.com/AhmedGamal "AhmedGamal (1 commits)")

---

Tags

flash-messageslaravelnotification-systemnotynotyfphpphp-flasherpnotifysweetalerttoastryoeunesphplaravelopen-sourceflash-notificationsuser-feedbackphpflasher

### Embed Badge

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

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

###  Alternatives

[php-flasher/flasher-laravel

Seamlessly integrate flash notifications into your Laravel applications with PHPFlasher. Enhance user feedback and engagement with minimal setup.

442.8M35](/packages/php-flasher-flasher-laravel)[php-flasher/flasher-symfony

Integrate flash notifications into Symfony projects effortlessly with PHPFlasher. Improve user experience and application feedback loops easily.

141.3M20](/packages/php-flasher-flasher-symfony)[php-flasher/flasher-toastr-laravel

Leverage Toastr for stylish toast notifications in Laravel with PHPFlasher. Add Toastr's sleek notifications to your Laravel projects effortlessly.

31586.1k5](/packages/php-flasher-flasher-toastr-laravel)[php-flasher/php-flasher

The core repository for PHPFlasher, hosting the source code, contributions, issue tracking, and discussions for the PHPFlasher project. This mono-repo serves as the hub for development and community engagement.

3654.1k](/packages/php-flasher-php-flasher)

PHPackages © 2026

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