Download the PHP package mirvan/ippanel without Composer
On this page you can find all versions of the php package mirvan/ippanel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mirvan/ippanel
More information about mirvan/ippanel
Files in mirvan/ippanel
Package ippanel
Short Description laravel notification channel for ippanel
License MIT
Homepage https://github.com/mirvangh/ippanel
Informations about the package ippanel
IPPanel Laravel Notification Channel
راهنمای فارسی
Contents
- Installation
- Setting up the IPPanel service
- Usage
- Available Message methods
- Changelog
- Security
- Contributing
- Credits
- License
Installation
This package is laravel adapter for Official package ippanel/php-rest-sdk
You can install the package via composer:
Setting up the IPPanel service
You need to set your api key in config/services.php
Usage
Official IPPanel PHP Client
You can access Official IPPanel PHP Client directly like
or use class facade
Notification Channel
You can set Reference in your model
You can set Originator in your model
Set channel in notification class
For send normal message
For pattern message
Remember: reference()
and originator()
is overwrite routeNotificationForIPPanel()
and ippanelOriginator()
Available Notification Message methods
originator('')
: Accepts a string value between 1 and 11 characters, used as the message sender name. This will overwriteippanelOriginator()
reference('')
: Accepts a string value for your message reference. This information will be returned in a status report so you can match the message and it's status. Restrictions: 1 - 32 alphanumeric characters. This will overwriterouteNotificationForIPPanel()
Available options for Normal Message
body('')
: Accepts a string value for the message body.
Available options for Pattern Message
pattern('')
: Accepts a string value for the pattern code.variable('name','value')
: Accepts an string for variable name and another string for variable valuevariables([])
: Accepts an array for variables
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of ippanel with dependencies
illuminate/notifications Version 5.5 - 12
illuminate/support Version 5.5 - 12
ippanel/php-rest-sdk Version ^2.0