PHP Classes

skebby sms

Multithreading PHP for sending SMS

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…

REST SMS API Code Examples

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…

Using our short code and gateway APIs to create a game

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…

PHP 5 Delivery Report Helper Class for our SMS Gateway

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…

PHP 5 SMS Send Class implementing listeners on our SMS Gateway

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…