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: gateway, listener, php5, sms
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