68publishers/notification-bundle

Nette extension for user's notifications, flash messages also with Toastr (JS library) support.

Installs: 4 196

Dependents: 2

Suggesters: 2

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/68publishers/notification-bundle

v0.3.1 2024-08-06 00:29 UTC

This package is auto-updated.

Last update: 2025-10-06 03:44:39 UTC


README

⚠️ Warning! This package does not have active support, it exists only for the historical needs of the author.

Notification Bundle

🔔 Nette extension for user's notifications, flash messages also with Toastr (JS library) support.

Installation

The best way to install 68publishers/notification-bundle is using Composer:

composer require 68publishers/notification-bundle

then you can register extension into DIC:

extensions:
    notification_bundle: SixtyEightPublishers\NotificationBundle\DI\NotificationBundleExtension

Contributing

Before committing any changes, don't forget to run

vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run

and

vendor/bin/tester ./tests