PHPackages                             equipc/laravel-flash - 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. equipc/laravel-flash

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

equipc/laravel-flash
====================

Easy Flash Messages for Your Laravel App

1.0(8y ago)0155MITPHPPHP &gt;=7.1

Since Sep 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/EquiPC/laravel-flash)[ Packagist](https://packagist.org/packages/equipc/laravel-flash)[ RSS](/packages/equipc-laravel-flash/feed)WikiDiscussions master Synced 2d ago

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

Easy Flash Messages for Your Laravel App
========================================

[](#easy-flash-messages-for-your-laravel-app)

This package offers a flash messaging setup for your Laravel applications.

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

[](#installation)

```
composer require equipc/flash

```

Usage
-----

[](#usage)

### Using the Laravel Facade

[](#using-the-laravel-facade)

- `Flash->message(‘Message’, ‘info);`
- `Flash->info(‘Message’);`

### Using the Helper

[](#using-the-helper)

- `flash(‘Message’);`
- `flash(‘Message’, ‘error’);`

### Display the message

[](#display-the-message)

This package doesn’t provide any way to display the flash message. It only provides helpers to store the message to the session.

To retrieve the message and the level, simply use the laravel session helper:

```
// Message
session(‘flash.message’);

// Level
session(‘flash.level’);

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3156d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc8d455f72e71466307c06602f6eaf515b55303643135070466fb41f60a26386?d=identicon)[equipc](/maintainers/equipc)

---

Top Contributors

[![michellaurent](https://avatars.githubusercontent.com/u/1630290?v=4)](https://github.com/michellaurent "michellaurent (2 commits)")

### Embed Badge

![Health badge](/badges/equipc-laravel-flash/health.svg)

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

PHPackages © 2026

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