PHPackages                             royceltd/laravel-bulksms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. royceltd/laravel-bulksms

ActiveLibrary

royceltd/laravel-bulksms
========================

Easily integrate bulk SMS into laravel app

2.0.2(1y ago)4257↓100%1MITCSSPHP ^8.0|^8.2|^8.3

Since Dec 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/royceltd/laravel-bulksms)[ Packagist](https://packagist.org/packages/royceltd/laravel-bulksms)[ Docs](https://github.com/royceltd/laravel-bulksms)[ RSS](/packages/royceltd-laravel-bulksms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (27)Used By (0)

### Laravel bulk sms

[](#laravel-bulk-sms)

*V2 supports V9 and above use V1 for V8 and below*

This package provides a Facade to send SMS from any controller. Open a free account [Royce BulkSMS](https://roycebulksms.com), under API menu click generate API. Copy the API key and paste it in your .env file

```
API_KEY=apikey
SENDER_ID=RoyceLTD
```

Features
--------

[](#features)

- **Provides a database table for storing sent text. table name:sent\_text\_messages**
- **Receive Instant delivery status.** Add webhook url to your bulksms account we'll send you message delivery status back to your application

Installation
------------

[](#installation)

Install`royceltd/laravel-bulksms:*`

```
composer require royceltd/laravel-bulksms:*
```

### Run migration

[](#run-migration)

This package shift with a database table that will store sent text. It also provides a simple UI you can view the sent text

```
php artisan migrate
```

Usage
-----

[](#usage)

### Laravel usage

[](#laravel-usage)

T Open a free account [Royce BulkSMS](https://roycebulksms.com), under API menu click generate API. Copy the API key and paste it in your .env file

```
API_KEY=apikey
SENDER_ID=RoyceLTD
```

### Sending Text message

[](#sending-text-message)

In order to send text message add facade at the top of your controller and invoke sendSMS method with two parameters **Recipient phone number** and **Message** in that order.

Check sample below for guidance.

```
   use RoyceLtd\LaravelBulkSMS\Facades\RoyceBulkSMS;

        $phone = "071234567";
        $message = "Hello world";

        RoyceBulkSMS::sendSMS($phone, $message);
```

### Support

[](#support)

We offer free integration. React us via call/whatsapp +254 713727937

### API integration

[](#api-integration)

If you would like to integrate API without using package check docs here: [API documentation](https://developer.roycebulksms.com/)

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 63.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~57 days

Recently: every ~114 days

Total

24

Last Release

668d ago

Major Versions

1.5.7 → 2.0.02024-07-14

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/70449306?v=4)[royceltd](/maintainers/royceltd)[@royceltd](https://github.com/royceltd)

---

Top Contributors

[![Josphatkips](https://avatars.githubusercontent.com/u/16903592?v=4)](https://github.com/Josphatkips "Josphatkips (30 commits)")[![royceltd](https://avatars.githubusercontent.com/u/70449306?v=4)](https://github.com/royceltd "royceltd (17 commits)")

---

Tags

laravelbulk-smslaravel-bulksmsBulksms kenya

### Embed Badge

![Health badge](/badges/royceltd-laravel-bulksms/health.svg)

```
[![Health](https://phpackages.com/badges/royceltd-laravel-bulksms/health.svg)](https://phpackages.com/packages/royceltd-laravel-bulksms)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
