Skip to content

Send message from Command Line or from a Web App for free using easy to use API.

Notifications You must be signed in to change notification settings

sainihitesh/way2SMS_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

way2SMS_API

Send message from Command Line or from a Web App for free using easy to use API.

Example for using the Library

First create Username and Password on URL

http://site24.way2sms.com/content/index.html

init(); // mobile number on which message is being sent $mobile = "9461426263"; //your message $message = "hey there!!!"; //send message $sms->sendMessage($mobile,$message); ?>

About

Send message from Command Line or from a Web App for free using easy to use API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages