PHP Classes

PHP Send SMS through API: Send SMS messages with Spring Edge API

Recommend this page to a friend!
  Info   View files Example   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 704 This week: 1All time: 4,669 This week: 560Up
Version Licenses PHP version Categories
send-sms-class-php 1.0.3Artistic License, B...5PHP 5, Wireless and Mobile, Web services
Description 

Author

This class can send SMS messages with Spring Edge API.

It can send HTTP requests to the Spring Edge API Web server to send a SMS message to a given number.

The class returns as result the response of the API call HTTP request.

Picture of Spring Edge
  Performance   Level  
Name: Spring Edge <contact>
Classes: 1 package by
Country: United States United States
Age: ???
All time rank: 2822391 in United States United States
Week rank: 411 Up48 in United States United States Up

Example

<?php
/*
* Get API key and Sender ID from
* http://springedge.com
* Copy php-send-sms-code.php in same directory
*/
   
include 'php-send-sms-code.php';
   
$sendsms=new sendsms("1i6xxxxxxxxxxxxxx", "BUxxxx");
   
$sendsms->send_sms("99xxxxxxxx", "test sms");

?>


  Files folder image Files  
File Role Description
Plain text file php-send-sms-code.php Class Php class package to send sms
Accessible without login Plain text file test-sms.php Example test file to call and test sendsms.php class

 Version Control Unique User Downloads Download Rankings  
 0%
Total:704
This week:1
All time:4,669
This week:560Up