technohive-kenya/laravel-bulk-sms

This package enables easy integration of bulk sms to a laravel application.

dev-master 2020-03-30 18:59 UTC

This package is auto-updated.

Last update: 2025-05-29 01:00:11 UTC


README

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);