Skip to content

An SMS Sender for the TextLocal API

Notifications You must be signed in to change notification settings

geekwolverine/SMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextLocal SMS Sender

An SMS Sender for the TextLocal version 2 API

This package is currently being updated to a new version, please check issues for progress

A simple example:

// Accepts API KEY and API MODE as arguements. 
// API MODE set as true means that we are only testing against the API, not making full requests
$key = "1234567890-YOUR-API-KEY-1234567890";
$sender = new Sender($key, true);

// Our instance has been created, time to use it
// Get the balance on your Text Local Account
$balance = $sender->balance();

About

An SMS Sender for the TextLocal API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages