seatplus / notifications
Base notification package which contains all major views and utilities for notifications
Fund package maintenance!
:vendor_name
Requires
- php: ^8.0
- illuminate/contracts: ^8.37
- seatplus/eveapi: ^0.8.16
- seatplus/web: ^0.8.12
Requires (Dev)
- brianium/paratest: ^6.2
- nunomaduro/collision: ^5.3
- orchestra/testbench: ^6.15
- pestphp/pest: ^1.10
- pestphp/pest-plugin-laravel: ^1.1
- pestphp/pest-plugin-watch: 1.x-dev
- phpunit/phpunit: ^9.3
README
This package serves to be the base notification package for any driver implementation. It offers a way to subscripe to notifications as well as an outbox which may be worked on by custom worker instances.
Installation
You can install the package via composer:
composer require seatplus/notifications
You can publish and run the migrations with:
php artisan migrate
Usage
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.