2017 © Pedro Peláez
 

library php-panaceamobile

An API client for sending SMSs via the Panacea Mobile API'

image

superbalist/php-panaceamobile

An API client for sending SMSs via the Panacea Mobile API'

  • Monday, February 6, 2017
  • by matthewgoslett
  • Repository
  • 22 Watchers
  • 1 Stars
  • 290 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

php-panaceamobile

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

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

Installation

composer require superbalist/php-panaceamobile

Integrations

Want to get started quickly? Check out some of these integrations:, (*3)

  • Laravel - https://github.com/Superbalist/simple-sms-panacea-mobile

Usage

$username = 'your_username';
$password = 'your_password';

$guzzleClient = new \GuzzleHttp\Client();

$client = new \Superbalist\PanaceaMobile\PanaceaMobileAPI($guzzleClient, $username, $password);

$response = $client->sendMessage('+27000000000', 'This is a test message.');
var_dump($response);

The Versions

06/02 2017

dev-master

9999999-dev

An API client for sending SMSs via the Panacea Mobile API'

  Sources   Download

MIT

The Requires

 

The Development Requires

by Superbalist.com a division of Takealot Online (Pty) Ltd

07/10 2016

1.0.0

1.0.0.0

An API client for sending SMSs via the Panacea Mobile API'

  Sources   Download

MIT

The Requires

 

The Development Requires

by Superbalist.com a division of Takealot Online (Pty) Ltd