Compare the Market: Nobody’s lower priced for quality SMS Lowest Bulk SMS Prices Free Bulk SMS Software
text marketer reviews Text Marketer RSS feeds

Category: PHP Classes

Multithreading PHP for sending SMS

Posted on March 2nd, 2011 by Nick.


Categories: PHP Classes, Technical

On occasion we need to control a PHP script from a single script but allow it to execute several PHP instances. PHP it’s self doesn’t have any native ability to multithread, which I remember as being a bit of an irritant when I started using the language, but you can … Continue reading

REST SMS API Code Examples

Posted on March 22nd, 2010 by Jay.


Categories: All SMS Gateway Documentation, Development Blog, PHP Classes, Technical
Tags: , , , , ,

This blog post has been superseded with our website documentation 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! … Continue reading

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

PHP 5 Simple SMS send Class

Posted on June 15th, 2009 by Nick.


Categories: All SMS Gateway Documentation, PHP Classes, Technical

This blog post has been superseded with our website documentation 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 … Continue reading

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

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