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

ActiveLibrary

flash/flash
===========

Plugin that displays flashmessages

011PHP

Since Nov 24Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Flash
=====

[](#flash)

### Begin by

[](#begin-by)

adding the following lines in your CDIFActoryDefault located in src/DI

```
$this->setShared('flashmessage', function() {
        $message = new \flash\flash\CFlashMessage($this);
        return $message;
    });

```

### Followed by

[](#followed-by)

adding the following lines in your desired function

```
$app->flashmessage->insertMessage('Some MEssage');

```

### The last step

[](#the-last-step)

is to show the message in the view

```
 $app->flashmessage->printMessage();

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![Carleriksson91](https://avatars.githubusercontent.com/u/6470154?v=4)](https://github.com/Carleriksson91 "Carleriksson91 (8 commits)")

### Embed Badge

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

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

PHPackages © 2026

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