Download the PHP package misaf/laravel-sms-gateway-plivo without Composer
On this page you can find all versions of the php package misaf/laravel-sms-gateway-plivo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download misaf/laravel-sms-gateway-plivo
More information about misaf/laravel-sms-gateway-plivo
Files in misaf/laravel-sms-gateway-plivo
Download misaf/laravel-sms-gateway-plivo
More information about misaf/laravel-sms-gateway-plivo
Files in misaf/laravel-sms-gateway-plivo
Vendor misaf
Package laravel-sms-gateway-plivo
Short Description Plivo SMS gateway driver for Laravel.
License MIT
Homepage https://github.com/misaf/laravel-sms-gateway-plivo
Package laravel-sms-gateway-plivo
Short Description Plivo SMS gateway driver for Laravel.
License MIT
Homepage https://github.com/misaf/laravel-sms-gateway-plivo
Please rate this library. Is it a good library?
Informations about the package laravel-sms-gateway-plivo
Laravel SMS Gateway Plivo Driver
Plivo SMS gateway driver for misaf/laravel-sms-gateway.
Installation
Laravel package discovery registers the driver service provider automatically.
Configuration
By default, the auth ID is included in the base URL path. If you override base_url, include the account-specific path segment expected by Plivo.
Driver Behavior
| Option | Value |
|---|---|
| Driver name | plivo |
| Default base URL | https://api.plivo.com/v1/Account/{auth_id}/ |
send() endpoint |
POST Message/ |
| Authentication | HTTP Basic auth from services.plivo.auth_id and services.plivo.auth_token |
| Payload | JSON data sent directly to Plivo |
Usage
The payload is passed directly to Plivo, so use the fields expected by the Plivo API.
Use request() when you need direct access to Laravel's HTTP client:
Testing
License
MIT
All versions of laravel-sms-gateway-plivo with dependencies
PHP Build Version
Package Version
The package misaf/laravel-sms-gateway-plivo contains the following files
Loading the files please wait ...