Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingster/fullonsms-api
FullonSMS-API
https://github.com/kingster/fullonsms-api
Last synced: 3 months ago
JSON representation
FullonSMS-API
- Host: GitHub
- URL: https://github.com/kingster/fullonsms-api
- Owner: kingster
- Created: 2012-09-06T18:16:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-13T15:31:40.000Z (almost 11 years ago)
- Last Synced: 2023-03-11T22:23:08.363Z (almost 2 years ago)
- Language: PHP
- Size: 114 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FullonSMS PHP API
=============Send SMS Via FullonSMS from PHP.
Tested Working with FullonSMS. Supports upto 140 CharactersFullOnSms has added captcha verification for login, hence I will need to figure out something to bypass that. Feel free to send pull request for the same!How to
-------
```php```
GET/POST API
------------Send SMS just making GET or POST Requests.
Incase u want to use the service from your application then the parameters for ur application would be
```
http://www.yourdomain.com/sendsms.php?uid=LOGIN_ID&pwd=PASSWORD&phone=XXXXXXXXX,YYYYYYYYY&msg=Hello+WorldParameters
uid = LOGIN_ID ( Your Login ID [either nickname or 10 Digit mobile no] )
pwd = PASSWORD ( Your Login Password )
phone = 10 Digit Mobile number. Incase of multiple numbers then numbers separated by comma (,)
msg = Your Message.
```Note
-------
Please use this code on your own risk. The author is no way responsible for the outcome arising out of this.