Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

HDEV SMS GATEWAY

HDEV SMS. MIT license.

Use from a PHP script:

INitiate sms

include 'sms_parse.php';

//SEND SMS

hdev_sms::api_id("Your Api ID");
hdev_sms::api_key("Your Api Key");
$msg = hdev_sms::send("SENDER ID","TELL","MESSAGE");

var_dump($msg);//to get sms server response

TOP UP/ Add amount to account

include 'sms_parse.php';

//TOP UP

hdev_sms::api_id("Your Api ID");
hdev_sms::api_key("Your Api Key");
$result = hdev_sms::topup($tel,$amount);

var_dump($result);//to get sms server response

*All of our response are objects for example to access the status in response you use

	$status = $result->status;

About

HDEV SMS GATEWAY

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages