Skip to content

simaranjit/plivo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Plivo Send SMS API

How to send SMS

This repo contains sms.php file, you simply need to include that file and use below code fo example.

$sms = new sms($authID, $authToken, $phoneNumber);
$sms->send('number', 'message'); // Example $sms-send('+919876543234', 'Hey, how are you?');

About

Contains SMS apis of Plivo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages