Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/68publishers/notification-bundle
:bell: Nette extension for user's notifications, flash messages also with Toastr (JS library) support
https://github.com/68publishers/notification-bundle
bundle extension nette nette-framework php
Last synced: 26 days ago
JSON representation
:bell: Nette extension for user's notifications, flash messages also with Toastr (JS library) support
- Host: GitHub
- URL: https://github.com/68publishers/notification-bundle
- Owner: 68publishers
- License: mit
- Created: 2019-08-26T09:02:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T00:57:04.000Z (3 months ago)
- Last Synced: 2024-09-30T14:01:13.813Z (about 1 month ago)
- Topics: bundle, extension, nette, nette-framework, php
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
> :warning: Warning! This package does not have active support, it exists only for the historical needs of the author.
# Notification Bundle
:bell: 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:
```bash
composer require 68publishers/notification-bundle
```then you can register extension into DIC:
```yaml
extensions:
notification_bundle: SixtyEightPublishers\NotificationBundle\DI\NotificationBundleExtension
```## Contributing
Before committing any changes, don't forget to run
```bash
vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run
```and
```bash
vendor/bin/tester ./tests
```