bespoke-support / sms-voodoo
SMS via VoodooSMS.com
Installs: 3 789
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Requires
Suggests
- ext-curl: *
- ext-json: *
This package is auto-updated.
Last update: 2024-11-21 01:33:24 UTC
README
Compatible with Version 2.8 (December 2015)
- Multiple Recipients
- Default Country
API Calls available
- getCredit
- getSMS
- getDlr
- getDlrStatus
- sendSms
Installation
composer require bespoke-support/sms-voodoo
Usage
$response = VoodooSmsClient::call('sendSms', $user, $pass, 'Sender', '07998877666', 'Test Message'); $client = VoodooSmsClient::getInstance($user, $pass); $response = $client->sendSms($from, $to, $message); $to: * array * object (with __toString) * string * int * comma separated string $from: * Number * Text (upto 11 characters)
$response = VoodooSmsClient::call('getSms', $user, $pass, '2016-01-01', '2016-07-31');
License
MIT