Skip to content

php api for any sms gateway ,can be integrated on any php application

Notifications You must be signed in to change notification settings

stevenkamanu/php-sms-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

php-sms-gateway

php api for any sms gateway ,can be integrated on any php application

usage

 //initialize setting
require_once('../sms_api.php');
$url = "https://example.com/username=xxx&password=hhh&recipient={recipient}&messsage={message}";
$sms = new sms_api();

//send sms
return $sms->send('+254712345678','test');

About

php api for any sms gateway ,can be integrated on any php application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages