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

Blog Archives

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

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