Log-In  +1.248.286.2800

PHP SMS SDK


Version: 4.1.0
Released: 10/17/2007

The PHP SMS SDK provides easy, high-level control of the OpenMarket Exchange wireless text-messaging platform. The PHP SMS SDK was designed to be as developer-friendly as possible by hiding the intricacies of the XML format required to communicate with the OpenMarket Exchange WMP (Wireless Message Protocol) servers. The PHP SMS SDK makes it possible to send an SMS message with as little as two lines of code.





The PHP SMS SDK provides an easy way to send SMS text-messages in the PHP (Hypertext Preprocessor) scripting language. On Unix or Linux systems, the SDK is a wrapper to the OpenMarket Exchange Shared Object SMS SDK. On Windows platforms, the ActiveX SMS SDK is used within the PHP scripting language. Thus, you can use it in nearly any PHP programming environment. PHP applications will execute quickly with the powerful Shared Object or ActiveX SMS SDK's running in the background.

Download

Product Version Released Size
Pure PHP SDK
4.1.0 6/8/2006 39 KB
Unicode SMS Support      

Examples

Quick Start for Unix/Linux:

// Create SMS Object
$sms = create_sms();

// Set Message Properties
$sms->msgPin = "+11005101234";
$sms->msgFrom = "Demo";
$sms->msgCallback = "+11005551212";
$sms->msgText = "Hello World From OpenMarket!";

// Send Message
msg_send( &$sms );

Sign up for OpenMarket Newsletter

Register Now