68publishers/notification-bundle

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

Maintainers

πŸ‘ Jelen

Package info

github.com/68publishers/notification-bundle

pkg:composer/68publishers/notification-bundle

Statistics

Installs: 4 720

Dependents: 2

Suggesters: 2

Stars: 0

Open Issues: 1

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

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 6416b253fade622e516bc083f1054a46e30c426d

  • TomΓ‘Ε‘ Glawaty <tomasglawaty.woop@icloud.com>

nettenotificationnotification-bundle68publishers

This package is auto-updated.

Last update: 2026-06-06 05:00:40 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