Skip to content

An API client for sending SMSs via the TotalSend API

License

Notifications You must be signed in to change notification settings

balfour-group/php-totalsend-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-totalsend-sms

An API client for sending SMSs via the TotalSend API

Author Build Status Software License Packagist Version Total Downloads

Installation

composer require masterstart/php-totalsend-sms

Usage

$username = 'your_username';
$password = 'your_password'; // or api token

$guzzleClient = new \GuzzleHttp\Client();

$client = new \MasterStart\TotalSendSMS\TotalSendSMSClient($guzzleClient, $username, $password);
s
$response = $client->sendMessage('+27000000000', 'This is a test message.');
var_dump($response);

About

An API client for sending SMSs via the TotalSend API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages