Download the PHP package maatify/smseg without Composer
On this page you can find all versions of the php package maatify/smseg. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maatify/smseg
More information about maatify/smseg
Files in maatify/smseg
Download maatify/smseg
More information about maatify/smseg
Files in maatify/smseg
Please rate this library. Is it a good library?
Informations about the package smseg
Installation
Usage
Instance
#
Check Balance
Response Example :
Success Example
Array ( [type] => success [message] => Your balance id 612.88L.E [data] => Array ( [balance] => 612.88 [currency] => L.E [points] => 2918 ) [success] => 1 )
Error Example
Array ( [type] => error [error] => Array ( [msg] => Not found username or wrong password !. [number] => 201 ) [data] => [success] => )
#
Send SMS Message
Response Example :
Success Example
Array ( [0] => Array ( [type] => success [msg] => Your message was sent ! [data] => Array ( [smsid] => 82143558 [sent] => 1 [failed] => 0 [reciver] => __PHONE_NUMBER__ ) ) [success] => 1 )
Error Example
Array ( [type] => error [error] => Array ( [msg] => Invalild Recipients Mobile Numbers ! [number] => 100 ) [data] => [success] => ) Array ( [type] => error [error] => Array ( [msg] => Unapproved Sender ID ! [number] => 301 ) [data] => [success] => )
All versions of smseg with dependencies
PHP Build Version
Package Version
The package maatify/smseg contains the following files
Loading the files please wait ....