PHPackages                             agilesdesign/flasher - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. agilesdesign/flasher

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

agilesdesign/flasher
====================

Flash messaging library for Laravel

v1.0.0-alpha.1(9y ago)033MITPHPPHP 7.\*

Since Nov 22Pushed 9y agoCompare

[ Source](https://github.com/agilesdesign/flasher)[ Packagist](https://packagist.org/packages/agilesdesign/flasher)[ RSS](/packages/agilesdesign-flasher/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

[![StyleCI](https://camo.githubusercontent.com/70b86fa17ca6d20cac0591ba49ff92f41adf5acdf5528b7ad576e965d2f35f71/68747470733a2f2f7374796c6563692e696f2f7265706f732f37333932373339322f736869656c64)](https://styleci.io/repos/73927392)[![Total Downloads](https://camo.githubusercontent.com/6dcc8d43d8c7cee83e3f075fabe342c3fdfcdc215c8dd9976acccee6a6c1e6ea/68747470733a2f2f706f7365722e707567782e6f72672f6167696c657364657369676e2f666c61736865722f646f776e6c6f616473)](https://packagist.org/packages/agilesdesign/flasher)

flasher
=======

[](#flasher)

Flash messaging library for Laravel

*Credit to Jeffrey Way over at Laracasts. This package is highly inspired from his [flash](https://github.com/laracasts/flash) library.*

### Installation

[](#installation)

##### Include through composer

[](#include-through-composer)

`composer require agilesdesign/flasher`

##### Add to provider list

[](#add-to-provider-list)

```
'providers' => [
    agilesdesign\Laravel\Flasher\Providers\FlasherServiceProvider::class,
];
```

### Usage

[](#usage)

##### Flash message to Session

[](#flash--message-to-session)

```
flasher()->alert('Please login', Notifier::INFO);
```

##### Render

[](#render)

###### Bootstrap Alerts

[](#bootstrap-alerts)

```
@foreach($alerts->messages() as $level => $alert)
    @foreach($alert as $message)

    	&times;
    	{{ $message }}

    @endforeach
@endforeach
```

###### notie

[](#notie)

```
@foreach($alerts->messages() as $level => $alert)
    @foreach($alert as $message)
         notie.alert(
            "@if($level == 'danger'){{ 'error' }}@else{{ $level }}@endif",
            "{{ $message }}",
            2
        );
    @endforeach
@endforeach
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

3507d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/22e0796a6ce5a744ca1e68660fa49b9f86fa3e2cc6c0787c872281a16776df7a?d=identicon)[jrseliga](/maintainers/jrseliga)

---

Top Contributors

[![jrseliga](https://avatars.githubusercontent.com/u/3277067?v=4)](https://github.com/jrseliga "jrseliga (1 commits)")

### Embed Badge

![Health badge](/badges/agilesdesign-flasher/health.svg)

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

PHPackages © 2026

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