PHPackages                             php-notify/notify - 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

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

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

The foundational PHP library for PHPFlasher, enabling the creation of framework-agnostic flash notifications. Ideal for building custom integrations or for use in PHP projects.

v2.5.2(1mo ago)6350.6k52MITPHPPHP &gt;=8.2

Since Dec 13Pushed 2mo ago2 watchersCompare

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

READMEChangelogDependencies (2)Versions (137)Used By (2)

PHPFlasher Core
===============

[](#phpflasher-core)

[![Latest Version](https://camo.githubusercontent.com/0b27282956ab50b1c7b8fa717e4099535a400ad74c36947ea82babe7b41db0cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7068702d666c61736865722f666c61736865722e737667)](https://packagist.org/packages/php-flasher/flasher)[![Total Downloads](https://camo.githubusercontent.com/520edb3b311f20355ac69d800cbb393304c88237306b32d5d0a6a7b76024af7b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7068702d666c61736865722f666c61736865722e737667)](https://packagist.org/packages/php-flasher/flasher)[![License](https://camo.githubusercontent.com/62cf0275a98fe3f16469cce6c8c8916da8cf7c13c325c8abb3705a392a721e7f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7068702d666c61736865722f666c61736865722e737667)](https://packagist.org/packages/php-flasher/flasher)

Framework-agnostic flash notifications library for PHP. Build custom integrations or use with any PHP project.

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

[](#requirements)

- PHP &gt;= 8.2

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

[](#installation)

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

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

[](#quick-start)

```
// Success notification
flash('Operation completed successfully!', 'success');

// Error notification
flash('An error occurred.', 'error');

// With options
flash('Profile updated!', 'success', [
    'timeout' => 5000,
    'position' => 'top-right',
]);

// With translation
flash('Welcome back!', 'info', [
    'translate' => true,
    'locale' => 'en',
]);
```

Key Features
------------

[](#key-features)

- **Framework Agnostic**: Works with Laravel, Symfony, or any PHP project
- **Plugin System**: Extensible architecture for adding custom adapters
- **Stamp Pattern**: Flexible metadata system for notifications
- **Storage Management**: Multiple storage backends (session, array, etc.)
- **Event System**: Event-driven architecture for customization
- **Response Handling**: HTML and JSON response formats

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

[](#documentation)

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

License
-------

[](#license)

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

###  Health Score

61

—

FairBetter than 99% of packages

Maintenance88

Actively maintained with recent releases

Popularity36

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 96.9% 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 ~24 days

Total

136

Last Release

43d ago

Major Versions

v0.9.7 → v1.0.02022-05-16

1.x-dev → 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 (125 commits)")[![ImJustToNy](https://avatars.githubusercontent.com/u/5730766?v=4)](https://github.com/ImJustToNy "ImJustToNy (2 commits)")[![yoeunes-spin](https://avatars.githubusercontent.com/u/86292260?v=4)](https://github.com/yoeunes-spin "yoeunes-spin (2 commits)")

---

Tags

flash-messageslaravelnotification-systemnotynotyfphpphp-flasherpnotifysweetalertsymfonytoastryoeunesphpframework agnosticopen-sourceflash-notificationsflasher-corecustom-integrations

### Embed Badge

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

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

###  Alternatives

[php-flasher/flasher

The foundational PHP library for PHPFlasher, enabling the creation of framework-agnostic flash notifications. Ideal for building custom integrations or for use in PHP projects.

634.6M32](/packages/php-flasher-flasher)[php-flasher/flasher-laravel

Seamlessly integrate flash notifications into your Laravel applications with PHPFlasher. Enhance user feedback and engagement with minimal setup.

442.8M35](/packages/php-flasher-flasher-laravel)[php-flasher/flasher-symfony

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

141.3M20](/packages/php-flasher-flasher-symfony)[php-flasher/flasher-toastr-laravel

Leverage Toastr for stylish toast notifications in Laravel with PHPFlasher. Add Toastr's sleek notifications to your Laravel projects effortlessly.

31586.1k5](/packages/php-flasher-flasher-toastr-laravel)[tomatophp/filament-accounts

Manage your multi accounts inside your app using 1 table with multi auth and a lot of integrations

748.3k7](/packages/tomatophp-filament-accounts)

PHPackages © 2026

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