laravel-bulk-sms maintained by technohive-kenya
Description
This package enables easy integration of bulk sms to a laravel application.
Author
Last update
2020/03/30 20:59
(dev-master)
License
Downloads
28
Installation
composer require technohive-kenya/laravel-bulk-sms
Usage
To use this package you need API key, Sender Id and partner id contact sales@technohive.co.ke or visit TechnoHive Solutions . for more information
use BulkSMS;
BulkSMS::sendSMS($phone, $message);