PHPackages                             lova/flashingmessage - 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. lova/flashingmessage

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

lova/flashingmessage
====================

Flash class using sessions

013PHP

Since May 19Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

CFlashingMessage a flash class for showing different informative messages.
==========================================================================

[](#cflashingmessage-a-flash-class-for-showing-different-informative-messages)

How to use

1.Download

The easiest way is to install the module using composer. Add to your composer.json:

```
"require": {
"lova/flashingmessage": "dev-master"
},

```

And then run composer install.

You can also download the zip file from here.

2.Include it in your project.

To include flashingmessage in your project add the class in your frontcontroller:

```
$di->setShared('flash', function() {
$flash = new \lova\flashingmessage\flashingmessage();
return $flash;
});

```

Here's an example of how to use add a message:

```
$app->flash->message('success', 'This message tells you your action was succesful');

```

License
-------

[](#license)

This software is free software and carries a MIT license.

###  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/62c8136733f11c7167b68034ec81df9dec26f8a0fddba0efe5c81dcc2fe6d8f6?d=identicon)[lvanelja](/maintainers/lvanelja)

---

Top Contributors

[![lvanelja](https://avatars.githubusercontent.com/u/12017912?v=4)](https://github.com/lvanelja "lvanelja (14 commits)")

### Embed Badge

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

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

PHPackages © 2026

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