PHPackages                             php-notify/notify-symfony - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. php-notify/notify-symfony

Abandoned → [php-flasher/flasher-symfony](/?search=php-flasher%2Fflasher-symfony)Symfony-bundle[Mail &amp; Notifications](/categories/mail)

php-notify/notify-symfony
=========================

Integrate flash notifications into Symfony projects effortlessly with PHPFlasher. Improve user experience and application feedback loops easily.

v2.6.1(2mo ago)1322.9k2MITPHPPHP &gt;=8.2

Since Dec 14Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/php-flasher/flasher-symfony)[ Packagist](https://packagist.org/packages/php-notify/notify-symfony)[ Docs](https://php-flasher.io)[ GitHub Sponsors](https://github.com/yoeunes)[ RSS](/packages/php-notify-notify-symfony/feed)WikiDiscussions 2.x Synced today

READMEChangelogDependencies (15)Versions (139)Used By (0)

PHPFlasher Symfony Adapter
==========================

[](#phpflasher-symfony-adapter)

[![Latest Version](https://camo.githubusercontent.com/eb8fd3b37f395f91aee5052559645a62173b76c30505fba2488961e0f333740d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7068702d666c61736865722f666c61736865722d73796d666f6e792e737667)](https://packagist.org/packages/php-flasher/flasher-symfony)[![Total Downloads](https://camo.githubusercontent.com/4ec145bae4c17cb8193648da1c39e7f4bf7a979e104a1e5f2bf6ebf8b1478bb1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7068702d666c61736865722f666c61736865722d73796d666f6e792e737667)](https://packagist.org/packages/php-flasher/flasher-symfony)[![License](https://camo.githubusercontent.com/a2cafe75f47734a0377f5111561d8bbe4cbc1dbb5ff9529f1046cb884aa32c3d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7068702d666c61736865722f666c61736865722d73796d666f6e792e737667)](https://packagist.org/packages/php-flasher/flasher-symfony)

Symfony framework adapter for PHPFlasher. Seamless integration with zero JavaScript setup.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.2
- Symfony &gt;= 7.0

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

[](#installation)

```
composer require php-flasher/flasher-symfony
```

Run the install command:

```
php bin/console flasher:install
```

Quick Start
-----------

[](#quick-start)

```
// Success notification
flash('Your changes have been saved!');

// In controller
public function save(): Response
{
    // Your logic...

    flash('Operation completed successfully!');

    return $this->redirectToRoute('home');
}

// With dependency injection
public function save(FlasherInterface $flasher): Response
{
    // Your logic...

    $flasher->success('Changes saved!');

    return $this->redirectToRoute('home');
}
```

Configuration
-------------

[](#configuration)

Publish configuration file:

```
php bin/console flasher:install --config
```

This creates `config/packages/flasher.yaml` where you can customize:

- Default adapter
- Global options
- Flash bag mapping
- Presets

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

[](#documentation)

Complete documentation: [php-flasher.io](https://php-flasher.io)

License
-------

[](#license)

[MIT](https://opensource.org/licenses/MIT)

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance84

Actively maintained with recent releases

Popularity29

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 91% 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.

###  Release Activity

Cadence

Every ~14 days

Recently: every ~4 days

Total

138

Last Release

81d ago

Major Versions

v0.9.7 → v1.0.02022-05-16

v1.15.14 → v2.0.02024-05-05

PHP version history (2 changes)v0.1.0PHP &gt;=5.3

v2.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/719ac0f6bf24d689686134530caf539727d784ad4a66c81ad5dcdba161b4ea0a?d=identicon)[yoeunes](/maintainers/yoeunes)

---

Top Contributors

[![yoeunes](https://avatars.githubusercontent.com/u/10859693?v=4)](https://github.com/yoeunes "yoeunes (61 commits)")[![yoeunes-spin](https://avatars.githubusercontent.com/u/86292260?v=4)](https://github.com/yoeunes-spin "yoeunes-spin (4 commits)")[![AhmedGamal](https://avatars.githubusercontent.com/u/11786167?v=4)](https://github.com/AhmedGamal "AhmedGamal (1 commits)")[![robiinho](https://avatars.githubusercontent.com/u/8749820?v=4)](https://github.com/robiinho "robiinho (1 commits)")

---

Tags

flash-messageslaravelnotification-systemnotynotyfphpphp-flasherpnotifysweetalertsymfonytoastryoeunesphpsymfonyopen-sourceflash-notificationsuser-feedbackphpflasher

### Embed Badge

![Health badge](/badges/php-notify-notify-symfony/health.svg)

```
[![Health](https://phpackages.com/badges/php-notify-notify-symfony/health.svg)](https://phpackages.com/packages/php-notify-notify-symfony)
```

###  Alternatives

[php-flasher/flasher-symfony

Integrate flash notifications into Symfony projects effortlessly with PHPFlasher. Improve user experience and application feedback loops easily.

141.3M26](/packages/php-flasher-flasher-symfony)

PHPackages © 2026

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