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

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

emwi/flashingmessage
====================

Class to handle messages like debug, error, sucess or warning

06PHP

Since Nov 12Pushed 11y ago1 watchersCompare

[ Source](https://github.com/emwi/Flashingmessage)[ Packagist](https://packagist.org/packages/emwi/flashingmessage)[ RSS](/packages/emwi-flashingmessage/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Flashingmessage - for Anax MVC
==============================

[](#flashingmessage---for-anax-mvc)

This is a message module for Anax-MVC. Can be used outside of anax too. Handles debug, error, success and warning messages/status. For Anax MVC, see .

License
-------

[](#license)

This software is free software and carries a MIT license.

How to use
----------

[](#how-to-use)

First you need a area on your page where Flashingmessage can show the div elements. In anax mvc use this:

File: /theme/anax-base/index.tpl.php

views-&gt;hasContent('status')) : ?&gt;  views-&gt;render('status')?&gt;

Then you need to add Flashingmessage to your CDIFacrotyDefault:

$this-&gt;setShared('StatusMessage', function() { $module = new \\TBM\\StatusMessage\\CStatusMessage($this); //$module-&gt;setDI($this); return $module; });

Then for displaying Flashingmessage on your page copy this to your code.

$status = $app-&gt;StatusMessage; $app-&gt;views-&gt;addString($status-&gt;messagesHtml(), 'status');

Then you can choose between four different messages:

addDebugMessage($message) addErrorMessage($message) addSuccessMessage($message) addWarningMessage($message)

```
 .
..:  Created by Emma Wiklund, wiklund_e@hotmail.com

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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/3f2116fceae3e8f6a9cd43093bc2d300270a75bb488a5c2bb6e42bf15898bb61?d=identicon)[emwi14](/maintainers/emwi14)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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