PHPackages                             nikba/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. [HTTP &amp; Networking](/categories/http)
4. /
5. nikba/laravel-bulksms

ActiveLibrary[HTTP &amp; Networking](/categories/http)

nikba/laravel-bulksms
=====================

A Laravel package to send SMS using BulkSMS API

v1.2(1y ago)014MITPHPPHP ^7.4|^8.0

Since Jul 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Nikba-Creative-Studio/laravel-bulksms)[ Packagist](https://packagist.org/packages/nikba/laravel-bulksms)[ RSS](/packages/nikba-laravel-bulksms/feed)WikiDiscussions main Synced 1mo ago

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

Laravel BulkSMS Package
=======================

[](#laravel-bulksms-package)

This package allows you to send SMS messages using the BulkSMS API in your Laravel application.

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

[](#installation)

```
composer require nikba/laravel-bulksms
```

Configuration
-------------

[](#configuration)

Publish the configuration file:

```
php artisan vendor:publish --provider="Nikba\BulkSms\BulkSmsServiceProvider"
```

Add your BulkSMS API key to your .env file:

```
BULKSMS_API_KEY=your_api_key_here
```

Usage
-----

[](#usage)

Use the BulkSms facade to send messages:

```
use Nikba\BulkSms\Facades\BulkSms;

BulkSms::sendMessage('1234567890', 'Hello World');
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

651d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bcd10cd5a6707af2160f69291d06ff63cada1a920921edf7e3a4bdca6950c84?d=identicon)[nikba](/maintainers/nikba)

---

Top Contributors

[![Nikba-Creative-Studio](https://avatars.githubusercontent.com/u/41567806?v=4)](https://github.com/Nikba-Creative-Studio "Nikba-Creative-Studio (4 commits)")

### Embed Badge

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

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

###  Alternatives

[illuminate/http

The Illuminate Http package.

11936.0M5.1k](/packages/illuminate-http)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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