Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

bulk sms prices pricingBulk SMS Software

Category: PHP Classes

REST SMS API Code Examples

Posted on March 22nd, 2010 by Jay.
Categories: All SMS Gateway Documentation, Development Blog, PHP Classes, Technical Tags: , , , , ,

In our REST API specification document we saw, in general terms, how to make a request to our REST SMS API and how to deal with the response. Here we provide you with some more concrete examples that you can copy & paste! NOTE: You will want to add additional … Continue reading

  • Share/Bookmark

Using our short code and gateway APIs to create a game

Posted on July 28th, 2009 by Nick.
Categories: All SMS Gateway Documentation, PHP Classes, Technical

The Concept To create an interactive game using Text Messaging and to show how easy it is to create interactive experiences using your Text Marketer Account. The example uses both our short code API (to receive the customer responses) and then our  gateway API to send out the ‘answer’. The … Continue reading

  • Share/Bookmark

PHP 5 Simple SMS send Class

Posted on June 15th, 2009 by Nick.
Categories: All SMS Gateway Documentation, PHP Classes, Technical

2 classes available in php 5, SendSMS and SendSMSXML (recommended) Class Name: SendSMS (depreciated) This class is a nice and easy way to start sending SMS’s with the Text Marketer system, please feel free to modify at will. You just need the username and password from your account login as … Continue reading

  • Share/Bookmark

PHP 5 Delivery Report Helper Class for our SMS Gateway

Posted on June 2nd, 2009 by Nick.
Categories: All SMS Gateway Documentation, PHP Classes Tags: , , , ,

Class Name: ProcessDeliveryReport This class enables you to access your delivery reports in a nice simplified way. You can search for the outcome of a message for a given number, specify the outcome and the number, download all the data for the given date or parse the reports line by line. … Continue reading

  • Share/Bookmark

PHP 5 SMS Send Class implementing listeners on our SMS Gateway

Posted on June 2nd, 2009 by Nick.
Categories: All SMS Gateway Documentation, PHP Classes Tags: , , ,

Class Name: SendSMSNotifier This class is designed around the FREE Text Marketer SMS API, you need to sign up here to use it. SendSMSNotifier is a singleton class design, incorporating listeners. Your class must include the following public functions: creditAlert($credits_remaining) and failureAlert($error,$number,$message,$error). Download the class from here Example of use … Continue reading

  • Share/Bookmark