PHPackages                             mcadare/flash-message-handler-bundle - 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. mcadare/flash-message-handler-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

mcadare/flash-message-handler-bundle
====================================

FlashMessageHandlerBundle is an FlashMessageHandler integration bundle for Symfony.

09PHP

Since Jul 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mcadare/FlashMessageHandlerBundle)[ Packagist](https://packagist.org/packages/mcadare/flash-message-handler-bundle)[ RSS](/packages/mcadare-flash-message-handler-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FlashMessageHandlerBundle
=========================

[](#flashmessagehandlerbundle)

FlashMessageHandlerBundle is an FlashMessageHandler integration bundle for Symfony.

It gives you the possibilty to declare your flash messages like so:

```
flash_message_handler:
    MSG_ORDER_AJOUT_OK: "Votre commande n a bien ete enregistree"
    MSG_ORDER_AJOUT_KO: "Une erreur s'est produite lors de l'enregistrement de la commande n"
    MSG_ORDER_AJOUT_ATTENTE: "Votre commande  n est en attente de traitement"

```

The goal of this bundle is to manage flash messages via fired events. example:

```
$dispatcher = $this->container->get('event_dispatcher');

 $flashMessageEvent = new FlashMessageEvent(
     $code,
     $level,
     $parameters
 );

 $dispatcher->dispatch(Events::FLASH_MESSAGE, $flashMessageEvent);

```

This events can be configured and fired in an automated way thanks to the EventHubBunble.

###  Health Score

20

—

LowBetter than 14% 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/8819079399ddd8b6ef4b3a5cb3bcb616af28830a0289db6c530371ed0059275c?d=identicon)[mcadare](/maintainers/mcadare)

---

Top Contributors

[![mcadare](https://avatars.githubusercontent.com/u/13540624?v=4)](https://github.com/mcadare "mcadare (1 commits)")

### Embed Badge

![Health badge](/badges/mcadare-flash-message-handler-bundle/health.svg)

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

###  Alternatives

[ivanovsaleksejs/num-to-text

Converts numbers or prices to text representation in various languages. For example, 437605 becomes "four hundred thirty seven thousand six hundred five". Price class for displaying prices with currencies is also available.

2015.9k](/packages/ivanovsaleksejs-num-to-text)[vildanbina/composer-upgrader

Effortlessly upgrade all Composer dependencies to their latest versions with a single command.

364.7k1](/packages/vildanbina-composer-upgrader)

PHPackages © 2026

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