Download the PHP package misaf/laravel-sms-gateway-ippanel without Composer
On this page you can find all versions of the php package misaf/laravel-sms-gateway-ippanel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download misaf/laravel-sms-gateway-ippanel
More information about misaf/laravel-sms-gateway-ippanel
Files in misaf/laravel-sms-gateway-ippanel
Download misaf/laravel-sms-gateway-ippanel
More information about misaf/laravel-sms-gateway-ippanel
Files in misaf/laravel-sms-gateway-ippanel
Vendor misaf
Package laravel-sms-gateway-ippanel
Short Description IPPanel SMS gateway driver for Laravel.
License MIT
Homepage https://github.com/misaf/laravel-sms-gateway-ippanel
Package laravel-sms-gateway-ippanel
Short Description IPPanel SMS gateway driver for Laravel.
License MIT
Homepage https://github.com/misaf/laravel-sms-gateway-ippanel
Please rate this library. Is it a good library?
Informations about the package laravel-sms-gateway-ippanel
Laravel SMS Gateway IPPanel Driver
IPPanel SMS gateway driver for misaf/laravel-sms-gateway.
Installation
Laravel package discovery registers the driver service provider automatically.
Configuration
Driver Behavior
| Option | Value |
|---|---|
| Driver name | ippanel |
| Default base URL | https://ippanel.com/ |
send() endpoint |
POST services.jspd |
| Authentication | uname and pass query parameters from services.ippanel.username and services.ippanel.password |
| Payload | Form data sent directly to IPPanel |
Usage
The payload is passed directly to IPPanel, so use the fields expected by the IPPanel API.
Use request() when you need direct access to Laravel's HTTP client:
Testing
License
MIT
All versions of laravel-sms-gateway-ippanel with dependencies
PHP Build Version
Package Version
The package misaf/laravel-sms-gateway-ippanel contains the following files
Loading the files please wait ...