Recommend this page to a friend! |
Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2009-03-21 (7 years ago) | Not enough user ratings | Total: 1,034 | All time: 3,434 This week: 1,099 |
Version | License | PHP version | Categories | |||
clickatell_sms_api 1.0 | GNU General Publi... | 5 | PHP 5, Wireless and Mobile, Web services |
Description | Author | ||||||||||||||
This class can be used to send SMS messages using ClickATell Web services API. |
|
/** * ClickATell SMS API * * This library provides generic API for ClickATell SMS Service in an uniform way. * * @package ClickATell SMS API * @category Library * @author Utsav Handa < handautsav at hotmail dot com > * @license http://opensource.org/licenses/gpl-license.php GNU Public License * * * @changelog * -- 2009-01-01 Initial Implementation * * **/ <?php require_once('class-clickatellsms-api.php'); $sms_obj = new ClickATellSMS('USERNAME', 'PASSWORD', 'API_ID', 'SENDER_ID'); $sms_obj -< sendSMS('NUMBER', 'MESSAGE'); ?> Greetz to Utsav Handa - handautsav at hotmail dot com |
Files |
File | Role | Description |
---|---|---|
class-clickatellsms-api.php | Class | This library provides generic API for ClickATell SMS Service in an uniform way. |
example.php | Example | Example Usage |
ReadME.txt | Data | ReadMe File |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.