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

ActiveLibrary

combindma/flash
===============

Easy Flash Messages for a Laravel App

2.4.0(1mo ago)01.1k↓50%MITPHPPHP ^8.3CI failing

Since Apr 2Pushed 1y agoCompare

[ Source](https://github.com/combindma/flash)[ Packagist](https://packagist.org/packages/combindma/flash)[ Docs](https://github.com/combindma/flash)[ RSS](/packages/combindma-flash/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (15)Versions (9)Used By (0)

Easy Flash Messages for a Laravel App
=====================================

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/87b9b419385a95d7ce023f309f726e72312d55954c4eb81ed96b082a3facccfe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6d62696e646d612f666c6173682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/combindma/flash)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7fffec27bfaf842765c78fd59bd73f6c9177bfaefcb871db1660227bc00462ef/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636f6d62696e646d612f666c6173682f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/combindma/flash/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/ab56177567292ab2e4a9d582780aaebf49e53126f0189d84b910fbd15cf0e6d9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636f6d62696e646d612f666c6173682f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/combindma/flash/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/922946454670ff7c3f78329cea1669f8dade4af46fe86a90efb0770c483e26a7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6d62696e646d612f666c6173682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/combindma/flash)

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

[](#installation)

You can install the package via composer:

```
composer require combindma/flash
```

Usage
-----

[](#usage)

```
class MySpecialSnowflakeController
{
    public function store()
    {
        // …

        flash('My message', 'my-class');

        return back();
    }
}
```

In your view you can do this:

```
@if (flash()->message)

    {{ flash()->message }}

@endif
```

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Combind](https://github.com/combindma)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance64

Regular maintenance activity

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity72

Established project with proven stability

 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

Every ~302 days

Recently: every ~274 days

Total

7

Last Release

59d ago

Major Versions

1.0.0 → 2.0.02022-02-12

PHP version history (3 changes)1.0.0PHP ^8.0

2.2.0PHP ^8.2

2.3.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/31b418bcbabafab33631fd151a64d3e18035f728ad195814aa4656d862610fcd?d=identicon)[combindma](/maintainers/combindma)

---

Top Contributors

[![omarherri](https://avatars.githubusercontent.com/u/12627384?v=4)](https://github.com/omarherri "omarherri (9 commits)")

---

Tags

laravelflashcombind

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[edvinaskrucas/notification

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

520393.9k10](/packages/edvinaskrucas-notification)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[combindma/dash-ui

A streamlined and stylish UI component library for Laravel Blade, crafted with TailwindCSS and AlpineJs for simplicity and elegance.

631.4k](/packages/combindma-dash-ui)

PHPackages © 2026

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