2017 © Pedro Peláez
 

library php-totalsend-sms

An API client for sending SMSs via the TotalSend API

image

masterstart/php-totalsend-sms

An API client for sending SMSs via the TotalSend API

  • Sunday, May 6, 2018
  • by masterstart
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 400 % Grown

The README.md

php-totalsend-sms

An API client for sending SMSs via the TotalSend API, (*1)

Author Build Status Software License Packagist Version Total Downloads, (*2)

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);

The Versions

06/05 2018

dev-master

9999999-dev

An API client for sending SMSs via the TotalSend API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar masterstart

06/05 2018

1.0.0

1.0.0.0

An API client for sending SMSs via the TotalSend API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar masterstart