PHP Classes
elePHPant
Icontem

ClickATell_SMS_API: Send SMS messages using ClickATell API

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2009-03-21 (7 years ago) RSS 2.0 feedNot enough user ratingsTotal: 1,034 All time: 3,434 This week: 1,099Up
Version License PHP version Categories
clickatell_sms_api 1.0GNU General Publi...5PHP 5, Wireless and Mobile, Web services
Description Author

This class can be used to send SMS messages using ClickATell Web services API.

It accesses the ClickATell Web services API server and sends authenticated requests on behalf of a given API user.

Currently the class can send requests to tell the ClickATell service to send a given message via SMS.

Picture of Utsav Handa
Name: Utsav Handa <contact>
Classes: 3 packages by
Country: India India
Innovation award
Innovation award
Nominee: 1x

Details
/**                                                                                                                        
   * 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 folder image Files  
File Role Description
Plain text file class-clickatellsms-api.php Class This library provides generic API for ClickATell SMS Service in an uniform way.
Accessible without login Plain text file example.php Example Example Usage
Accessible without login Plain text file ReadME.txt Data ReadMe File

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,034
This week:0
All time:3,434
This week:1,099Up