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

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

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

Easy Flash Messages for a Laravel App

2.4.0(3mo ago)01.1k↓86.7%MITPHPPHP ^8.3CI passing

Since Apr 2Pushed 3mo 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 today

READMEChangelog (7)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

47

—

FairBetter than 93% of packages

Maintenance80

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity73

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

105d 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://avatars.githubusercontent.com/u/81177530?v=4)[Combind](/maintainers/combindma)[@combindma](https://github.com/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

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)[awcodes/richer-editor

A collection of extensions and tools to enhance the Filament Rich Editor field.

3912.8k9](/packages/awcodes-richer-editor)

PHPackages © 2026

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