Skip to content

Zachoz/TelstraSMS-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

TelstraSMS-PHP

A PHP wrapper for the Telstra SMS API.

##Usage::

<?php
    $sms = new TelstraSMS($appKey, $appSecret, $recipient, $message); // Construct new SMS object
    $sms->send(); // Send the SMS

    $sms->getStatus(); // Gets the status of the message (json response)
    ?>

About

A PHP wrapper for the Telstra SMS API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages