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. [API Development](/categories/api)
4. /
5. royceltd/laravel-bulksms

ActiveLibrary[API Development](/categories/api)

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

Easily integrate bulk SMS into laravel app

2.0.2(1y ago)32601MITCSSPHP ^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 today

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

38

—

LowBetter than 83% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity16

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

718d 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

[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M149](/packages/laravel-mcp)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725172.4k14](/packages/tallstackui-tallstackui)[neuron-core/neuron-laravel

Official Neuron AI Laravel SDK.

11337.8k1](/packages/neuron-core-neuron-laravel)

PHPackages © 2026

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