bespoke-support/sms-voodoo

SMS via VoodooSMS.com

v1.0 2016-07-16 21:49 UTC

This package is auto-updated.

Last update: 2024-04-21 00:17:51 UTC


README

Build Status Coverage Status License Latest Stable Version

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