Download the PHP package medianasms/php-rest-sdk without Composer
On this page you can find all versions of the php package medianasms/php-rest-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download medianasms/php-rest-sdk
More information about medianasms/php-rest-sdk
Files in medianasms/php-rest-sdk
Package php-rest-sdk
Short Description Medianasms REST API client
License BSD-2-Clause
Homepage https://github.com/medianasms/php-rest-sdk
Informations about the package php-rest-sdk
Mediana SMS php api SDK
This repository contains open source PHP client for mediana_sms
api. Documentation can be found at: http://docs.medianasms.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
website: https://medianasms.com
برای دسترسی به سایر مستندات وب سرویس و زبان های برنامه نویسی سامانه پیام کوتاه مدیانا اس ام اس به لینک زیر مراجعه کنید
https://medianasms.com/lab/
All versions of php-rest-sdk with dependencies
ext-curl Version *