Download the PHP package godforhire/prowlnotifications without Composer
On this page you can find all versions of the php package godforhire/prowlnotifications. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download godforhire/prowlnotifications
More information about godforhire/prowlnotifications
Files in godforhire/prowlnotifications
Download godforhire/prowlnotifications
More information about godforhire/prowlnotifications
Files in godforhire/prowlnotifications
Vendor godforhire
Package prowlnotifications
Short Description Prowl Notifications driver for Laravel 6 and up.
License MIT
Homepage https://github.com/godforhire/prowlnotifications
Package prowlnotifications
Short Description Prowl Notifications driver for Laravel 6 and up.
License MIT
Homepage https://github.com/godforhire/prowlnotifications
Please rate this library. Is it a good library?
Informations about the package prowlnotifications
Prowl Push Notifications Channel for Laravel 6
This package makes it easy to send notifications using Prowl with Laravel 6.
Contents
- Installation
- Setting up the Prowl service
- Usage
- Available Message methods
- Changelog
- License
Installation
You can install the package via composer:
Setting up the Prowl service
Add your Prowl API Token to your config/services.php
:
Usage
Now you can use the channel in your via()
method inside the notification:
Available Message methods
priority
Optional. Default value of 0 if not provided. An integer value ranging [-2, 2] representing: -2 Very Low, -1 Moderate, 0 Normal, 1 High, 2 Emergency. Emergency priority messages may bypass quiet hours according to the user's settings.url
[512] Optional. The URL which should be attached to the notification. This will trigger a redirect when launched, and is viewable in the notification list.application
[256] The name of your application or the application generating the event.event
[1024] The name of the event or subject of the notification.description
[10000] A description of the event, generally terse.
For more information see Prowl website.
License
The MIT License (MIT). Please see License File for more information.
All versions of prowlnotifications with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
guzzlehttp/guzzle Version ^6.2
illuminate/notifications Version ^6.0
illuminate/support Version ^6.0
guzzlehttp/guzzle Version ^6.2
illuminate/notifications Version ^6.0
illuminate/support Version ^6.0
The package godforhire/prowlnotifications contains the following files
Loading the files please wait ....