PHPackages                             php-flasher/flasher-noty - 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-flasher/flasher-noty

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

php-flasher/flasher-noty
========================

PHPFlasher - A powerful &amp; easy-to-use package for adding flash messages to Laravel or Symfony projects. Provides feedback to users, improves engagement &amp; enhances user experience. Intuitive design for beginners &amp; experienced developers. A reliable, flexible solution.

v2.5.1(1mo ago)61.0M—1.3%13MITPHPPHP &gt;=8.2

Since Dec 14Pushed 1mo ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (136)Used By (3)

PHPFlasher Noty Adapter (Prime)
===============================

[](#phpflasher-noty-adapter-prime)

[![Latest Version](https://camo.githubusercontent.com/7ba9ca9c263d0f7d0a44ef5f0eced417c28898b186d5810043dd090711d167c2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7068702d666c61736865722f666c61736865722d6e6f74792e737667)](https://packagist.org/packages/php-flasher/flasher-noty)[![Total Downloads](https://camo.githubusercontent.com/25e7674b4941d64407a76d7ddc496aeef87d8f0b4f0b0e7f8c02418ba91a3a6e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7068702d666c61736865722f666c61736865722d6e6f74792e737667)](https://packagist.org/packages/php-flasher/flasher-noty)[![License](https://camo.githubusercontent.com/61154a93426cbd9610d4da459dd4d3cf1cd3f92a541bbbb7f3c61c932ae4ed8b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7068702d666c61736865722f666c61736865722d6e6f74792e737667)](https://packagist.org/packages/php-flasher/flasher-noty)

Noty adapter for PHPFlasher. Feature-rich notification library with queue support.

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

[](#requirements)

- PHP &gt;= 8.2
- PHPFlasher ^2.4.0

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

[](#installation)

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

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

[](#quick-start)

```
// Basic usage
noty('Operation completed successfully!', 'success');
noty('An error occurred.', 'error');
noty('Information message.', 'info');
noty('Warning message.', 'warning');

// With options
noty('Success message', 'success', [
    'timeout' => 3000,
    'layout' => 'topCenter',
    'progressBar' => true,
]);

// Custom notification
noty('Custom message', 'custom-type');
```

Features
--------

[](#features)

- **Simple API**: `success()`, `error()`, `info()`, `warning()`, `flash()`
- **Noty Options**: `layout`, `theme`, `timeout`, `progressBar`, `closeWith`
- **Queue Support**: Named queue system for notification ordering
- **Type Safety**: Full PHP type hints and PHPStan support
- **Helper Functions**: Global `noty()` helper for quick access

Available Methods
-----------------

[](#available-methods)

```
// Success notification
noty($message, 'success', $options, $title);

// Error notification
noty($message, 'error', $options, $title);

// Info notification
noty($message, 'info', $options, $title);

// Warning notification
noty($message, 'warning', $options, $title);

// Custom notification type
noty($message, $type, $options, $title);

// With options
noty($message, 'success', [
    'layout' => 'topCenter',
    'timeout' => 3000,
    'theme' => 'mint',
], $title);
```

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

[](#documentation)

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

License
-------

[](#license)

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

###  Health Score

62

—

FairBetter than 99% of packages

Maintenance90

Actively maintained with recent releases

Popularity41

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 96.2% 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 ~27 days

Total

134

Last Release

52d ago

Major Versions

v0.9.0 → v1.0.32022-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 (51 commits)")[![yoeunes-spin](https://avatars.githubusercontent.com/u/86292260?v=4)](https://github.com/yoeunes-spin "yoeunes-spin (2 commits)")

---

Tags

flash-messagesframework-agnosticnotyphpphp-flasheruser-feedbackyoeunesflash-messageslaravel-notificationphp-notification-systemsymfony-notificationuser-feedback-toolsweb-application-notificationsphp-user-interfacecustomizable-alerts-phpinteractive-web-notificationsphp-messaging-libraryuser-engagement-php

### Embed Badge

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

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

###  Alternatives

[bentools/webpush-bundle

Send push notifications through Web Push Protocol to your Symfony users.

71274.3k](/packages/bentools-webpush-bundle)[calchen/laravel-dingtalk-robot-notification

钉钉智能群助手 Laravel/Lumen 消息通知扩展包（Dingtalk robot message notifications for Laravel/Lumen）

2326.4k](/packages/calchen-laravel-dingtalk-robot-notification)

PHPackages © 2026

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