PHPackages                             laminas/laminas-mvc-plugin-flashmessenger - 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. laminas/laminas-mvc-plugin-flashmessenger

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

laminas/laminas-mvc-plugin-flashmessenger
=========================================

Plugin for creating and exposing flash messages via laminas-mvc controllers

1.11.0(1y ago)92.7M↑10.1%18[6 issues](https://github.com/laminas/laminas-mvc-plugin-flashmessenger/issues)[6 PRs](https://github.com/laminas/laminas-mvc-plugin-flashmessenger/pulls)20BSD-3-ClausePHPPHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0CI passing

Since Dec 31Pushed 1mo ago12 watchersCompare

[ Source](https://github.com/laminas/laminas-mvc-plugin-flashmessenger)[ Packagist](https://packagist.org/packages/laminas/laminas-mvc-plugin-flashmessenger)[ Docs](https://laminas.dev)[ Fund](https://funding.communitybridge.org/projects/laminas-project)[ RSS](/packages/laminas-laminas-mvc-plugin-flashmessenger/feed)WikiDiscussions 1.12.x Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (32)Used By (20)

laminas-mvc-plugin-flashmessenger
=================================

[](#laminas-mvc-plugin-flashmessenger)

[![Build Status](https://github.com/laminas/laminas-mvc-plugin-flashmessenger/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-mvc-plugin-flashmessenger/actions?query=workflow%3A%22Continuous+Integration%22)

> ## 🇷🇺 Русским гражданам
>
> [](#-русским-гражданам)
>
> Мы, участники Laminas, родились и живем в разных странах. У многих из нас есть друзья, родственники и коллеги как в России, так и в Украине. Некоторые из нас родились в России. Некоторые из нас живут в России. У некоторых бабушки и дедушки сражались с фашистами во Второй мировой войне. Здесь никто не поддерживает фашизм.
>
> У одного из нас есть украинская родственница, которая спаслась из дома вместе с сыном. Поезд задержался из-за бомбежки на дороге впереди. У нас есть друзья, которые прячутся в бомбоубежищах. Мы с тревогой ждем весточки от них после воздушных налетов, которые беспорядочно наносят удары и попадают по больницам, школам, детским садам и домам. Мы не берем это из каких-либо СМИ. Мы наблюдаем это напрямую.
>
> Вы доверяете нам достаточно, чтоб использовать наши программы, и мы просим вас довериться нам вновь. Мы нуждаемся в помощи. Выходите и протестуйте против этой бесполезной войны. Остановите кровопролитие. Скажите "Нет войне!"
>
> ## 🇺🇸 To Citizens of Russia
>
> [](#-to-citizens-of-russia)
>
> We at Laminas come from all over the world. Many of us have friends, family and colleagues in both Russia and Ukraine. Some of us were born in Russia. Some of us currently live in Russia. Some have grandparents who fought Nazis in World War II. Nobody here supports fascism.
>
> One team member has a Ukrainian relative who fled her home with her son. The train was delayed due to bombing on the road ahead. We have friends who are hiding in bomb shelters. We anxiously follow up on them after the air raids, which indiscriminately fire at hospitals, schools, kindergartens and houses. We're not taking this from any media. These are our actual experiences.
>
> You trust us enough to use our software. We ask that you trust us to say the truth on this. We need your help. Go out and protest this unnecessary war. Stop the bloodshed. Say "stop the war!"

Flash messages [derive from Rails](http://api.rubyonrails.org/classes/ActionDispatch/Flash.html), and are used to expose messages from one action to the next, after which they are cleared; a typical use case is with [Post/Redirect/Get](https://docs.laminas.dev/laminas-mvc-plugin-prg/), where they are created in the `POST` handler, and then displayed by the `GET` handler to indicate success or failure to the end-user.

This component provides a flash messenger controller plugin for [laminas-mvc](https://docs.laminas.dev/laminas-mvc/) versions 3.0 and up.

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

[](#installation)

Run the following to install this library:

```
$ composer require laminas/laminas-mvc-plugin-flashmessenger
```

If you are using the [laminas-component-installer](https://docs.laminas.dev/laminas-component-installer/), you're done!

If not, you will need to add the component as a module to your application. Add the entry `'Laminas\Mvc\Plugin\FlashMessenger'` to your list of modules in your application configuration (typically one of `config/application.config.php` or `config/modules.config.php`).

Documentation
-------------

[](#documentation)

Browse the documentation online at

Support
-------

[](#support)

- [Issues](https://github.com/laminas/laminas-mvc-plugin-flashmessenger/issues/)
- [Chat](https://laminas.dev/chat/)
- [Forum](https://discourse.laminas.dev/)

###  Health Score

60

—

FairBetter than 99% of packages

Maintenance54

Moderate activity, may be stable

Popularity51

Moderate usage in the ecosystem

Community39

Small or concentrated contributor base

Maturity86

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~78 days

Recently: every ~120 days

Total

26

Last Release

371d ago

Major Versions

0.1.0 → 1.0.02019-12-31

PHP version history (8 changes)0.1.0PHP ^5.5 || ^7.0

1.0.0PHP ^5.6 || ^7.0

1.3.x-devPHP ^7.3 || ~8.0.0

1.4.0PHP ^7.3 || ~8.0.0 || ~8.1.0

1.7.0PHP ^7.4 || ~8.0.0 || ~8.1.0

1.9.0PHP ~8.0.0 || ~8.1.0 || ~8.2.0

1.10.0PHP ~8.1.0 || ~8.2.0 || ~8.3.0

1.11.x-devPHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25943?v=4)[Matthew Weier O'Phinney](/maintainers/weierophinney)[@weierophinney](https://github.com/weierophinney)

---

Top Contributors

[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (98 commits)")[![michalbundyra](https://avatars.githubusercontent.com/u/7423207?v=4)](https://github.com/michalbundyra "michalbundyra (51 commits)")[![weierophinney](https://avatars.githubusercontent.com/u/25943?v=4)](https://github.com/weierophinney "weierophinney (28 commits)")[![froschdesign](https://avatars.githubusercontent.com/u/103362?v=4)](https://github.com/froschdesign "froschdesign (21 commits)")[![gsteel](https://avatars.githubusercontent.com/u/2803720?v=4)](https://github.com/gsteel "gsteel (18 commits)")[![Ocramius](https://avatars.githubusercontent.com/u/154256?v=4)](https://github.com/Ocramius "Ocramius (16 commits)")[![tokelex](https://avatars.githubusercontent.com/u/208396260?v=4)](https://github.com/tokelex "tokelex (13 commits)")[![Koopzington](https://avatars.githubusercontent.com/u/3015529?v=4)](https://github.com/Koopzington "Koopzington (8 commits)")[![thexpand](https://avatars.githubusercontent.com/u/14979167?v=4)](https://github.com/thexpand "thexpand (7 commits)")[![ghostwriter](https://avatars.githubusercontent.com/u/9754361?v=4)](https://github.com/ghostwriter "ghostwriter (5 commits)")[![alextech](https://avatars.githubusercontent.com/u/3820828?v=4)](https://github.com/alextech "alextech (4 commits)")[![geerteltink](https://avatars.githubusercontent.com/u/9497586?v=4)](https://github.com/geerteltink "geerteltink (4 commits)")[![bfoosness](https://avatars.githubusercontent.com/u/224901?v=4)](https://github.com/bfoosness "bfoosness (4 commits)")[![Xerkus](https://avatars.githubusercontent.com/u/725842?v=4)](https://github.com/Xerkus "Xerkus (2 commits)")[![cod43156](https://avatars.githubusercontent.com/u/179009642?v=4)](https://github.com/cod43156 "cod43156 (2 commits)")[![Koen1999](https://avatars.githubusercontent.com/u/32361020?v=4)](https://github.com/Koen1999 "Koen1999 (2 commits)")[![samsonasik](https://avatars.githubusercontent.com/u/459648?v=4)](https://github.com/samsonasik "samsonasik (1 commits)")[![Slamdunk](https://avatars.githubusercontent.com/u/152236?v=4)](https://github.com/Slamdunk "Slamdunk (1 commits)")[![PowerKiKi](https://avatars.githubusercontent.com/u/72603?v=4)](https://github.com/PowerKiKi "PowerKiKi (1 commits)")[![glo71317](https://avatars.githubusercontent.com/u/85922880?v=4)](https://github.com/glo71317 "glo71317 (1 commits)")

---

Tags

flash-messagesmvcpluginlaminasmvc

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/laminas-laminas-mvc-plugin-flashmessenger/health.svg)

```
[![Health](https://phpackages.com/badges/laminas-laminas-mvc-plugin-flashmessenger/health.svg)](https://phpackages.com/packages/laminas-laminas-mvc-plugin-flashmessenger)
```

###  Alternatives

[neilime/twbs-helper-module

Laminas (formerly Zend Framework) module for easy integration of Twitter Bootstrap

2198.7k](/packages/neilime-twbs-helper-module)

PHPackages © 2026

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