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
- Host: GitHub
- URL: https://github.com/revathskumar/sms-with-php
- Owner: revathskumar
- Created: 2011-07-16T14:36:50.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T02:21:19.000Z (over 7 years ago)
- Last Synced: 2025-04-12T16:16:43.055Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 237 KB
- Stars: 7
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 [](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');