Looking to hire Laravel developers? Try LaraJobs

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
Links
Downloads
28

Comments
comments powered by Disqus
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);