technohive-kenya / laravel-bulk-sms
This package enables easy integration of bulk sms to a laravel application.
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:CSS
This package is auto-updated.
Last update: 2025-09-29 02:21:43 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);