Download the PHP package abotalebie/ippanel-php-rest-sdk without Composer
On this page you can find all versions of the php package abotalebie/ippanel-php-rest-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download abotalebie/ippanel-php-rest-sdk
More information about abotalebie/ippanel-php-rest-sdk
Files in abotalebie/ippanel-php-rest-sdk
Package ippanel-php-rest-sdk
Short Description IPPanel REST API client
License BSD-2-Clause
Homepage https://github.com/abotalebie/ippanel-php-rest-sdk
Informations about the package ippanel-php-rest-sdk
IPPanel SMS php api SDK
This repository contains open source PHP client for ippanel
api. Documentation can be found at: http://docs.ippanel.com.
Installation
use with composer:
if you don't want to use composer, you can download it directly :
Examples
For using sdk, you have to create a client instance that gives you available methods on API
Credit check
Send one to many
For sending sms, obviously you need originator
number, recipients
and message
.
If send is successful, a unique tracking code returned and you can track your message status with that.
Get message summery
Get message delivery statuses
Inbox fetch
fetch inbox messages
Pattern create
For sending messages with predefined pattern(e.g. verification codes, ...), you hav to create a pattern. a pattern at least have a parameter. parameters defined with %param_name%
.
Send with pattern
Error checking
All versions of ippanel-php-rest-sdk with dependencies
ext-curl Version *