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