technohive-kenya/laravel-bulk-sms

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

Maintainers

Package info

github.com/techno-hive/laravel-bulk-sms

Language:CSS

pkg:composer/technohive-kenya/laravel-bulk-sms

Statistics

Installs: 28

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:30:15 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);