PHPackages                             ng/flashmessage - 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. ng/flashmessage

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

ng/flashmessage
===============

Flash class using sessions, written for ANAX-MVC.

011PHP

Since Dec 5Pushed 11y ago1 watchersCompare

[ Source](https://github.com/niklasgust/flashmsg)[ Packagist](https://packagist.org/packages/ng/flashmessage)[ RSS](/packages/ng-flashmessage/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

1. Download the ANAX-MVC framework (only 669,5 files).

2. Go to DIR Anax and add code to the composer.json file

"require": {
"ng/flashmessage": "dev-master"
},

3. Run composer from the commando line. Be sure to choose right DIR or try several other strategies at the same time. Use commando

compose update --no-dev
compose install --no-dev

3. Add flash service to Anax-mvc/webroot/index.php

$di-&gt;setShared('flash', function() {
$flash = new \\ng\\CFlashMessage\\CFlashMessage();
return $flash;
});

4\) Call a friend for more help

###  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/03e7a29d62fb6334467271f08ba19ce1062ab1e3f70c76bf803607e6b5586fc3?d=identicon)[niklasgust](/maintainers/niklasgust)

---

Top Contributors

[![niklasgust](https://avatars.githubusercontent.com/u/9606899?v=4)](https://github.com/niklasgust "niklasgust (12 commits)")

### Embed Badge

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

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

###  Alternatives

[dg/composer-frontline

Composer Frontline: updates all the version constraints in the composer.json file to latest version

288.4k1](/packages/dg-composer-frontline)

PHPackages © 2026

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