library php-panaceamobile
An API client for sending SMSs via the Panacea Mobile API'
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
php-panaceamobile
An API client for sending SMSs via the Panacea Mobile API, (*1)
, (*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);
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
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