PHP Classes

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    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 1,046 This week: 1All time: 3,534 This week: 560Up
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
Age: 40
All time rank: 54434 in India India
Week rank: 411 Up26 in India India Up
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,046
This week:1
All time:3,534
This week:560Up