PHP Classes

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

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 710 All time: 4,641 This week: 52Up
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

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 (2)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:710
This week:0
All time:4,641
This week:52Up