PHPackages                             jansuchanek/nnotify - 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. jansuchanek/nnotify

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

jansuchanek/nnotify
===================

Animated toast notifications for Nette — Bootstrap toasts with slide-in animations and auto-dismiss

v1.1.0(1mo ago)01↓100%1MITPHPPHP &gt;=8.2CI failing

Since Mar 20Pushed 1mo agoCompare

[ Source](https://github.com/JanSuchanek/nnotify)[ Packagist](https://packagist.org/packages/jansuchanek/nnotify)[ RSS](/packages/jansuchanek-nnotify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (1)

NNotify
=======

[](#nnotify)

Animated toast notifications for Nette Framework — replaces flash messages with beautiful, stackable toasts.

Features
--------

[](#features)

- 🔔 **Toast Notifications** — Success, error, warning, info types
- ✨ **Animations** — Slide-in with auto-dismiss
- 📦 **Nette Component** — `{control toasts}` drop-in replacement for flash messages
- ⏱️ **Auto-dismiss** — Configurable timeout

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

[](#installation)

```
composer require jansuchanek/nnotify
```

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

[](#configuration)

```
extensions:
    notify: NNotify\DI\NNotifyExtension
```

Usage
-----

[](#usage)

In your presenter:

```
#[Inject]
public ToastControlFactory $toastFactory;

protected function createComponentToasts(): ToastControl
{
    return $this->toastFactory->create();
}
```

In your Latte template (replaces `{snippet flashes}...{/snippet}`):

```
{control toasts}
```

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

[](#requirements)

- PHP &gt;= 8.2
- Nette Application ^3.2
- Latte ^3.1

License
-------

[](#license)

MIT

###  Health Score

40

—

FairBetter than 87% of packages

Maintenance96

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

50d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/38ce2f53e74d810d50aca863e1a3b954f34f1629dd01a6a8c7d4d582e7459e63?d=identicon)[JanSuchanek](/maintainers/JanSuchanek)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jansuchanek-nnotify/health.svg)

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

###  Alternatives

[ipub/gravatar

Gravatar creator for Nette Framework

122.0k1](/packages/ipub-gravatar)

PHPackages © 2026

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