An open API service indexing awesome lists of open source software.

https://github.com/revathskumar/sms-with-php

Send sms in php using way2sms
https://github.com/revathskumar/sms-with-php

Last synced: about 1 year ago
JSON representation

Send sms in php using way2sms

Awesome Lists containing this project

README

          

# [ Deprecated ]
> This project is deprecated.
> Way2sms has changed its UI after this and this project won't work anymore.

# How to use [![Build Status](https://secure.travis-ci.org/revathskumar/sms-with-php.png)](http://travis-ci.org/revathskumar/sms-with-php)
================
require_once('/path/to/classSms.php');
$ob = new Sms('way2sms_username','way2sms_password');
$message=$ob->sendSMSToMany('mobile_no','message_to_send');