PHPackages                             bigraja/bulksmsbd - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. bigraja/bulksmsbd

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

bigraja/bulksmsbd
=================

Laravel SMS notification channel for bulksmsbd.net

v1.0.2(1y ago)014MITPHPPHP ^8.1

Since Apr 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bigraja/bulksmsbd)[ Packagist](https://packagist.org/packages/bigraja/bulksmsbd)[ RSS](/packages/bigraja-bulksmsbd/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

BDSMS Laravel Package
=====================

[](#bdsms-laravel-package)

Send SMS via bulksmsbd.net in Laravel using Notification system or Facade.

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

[](#installation)

```
composer require bigraja/bulksmsbd
```

Publish Config File
-------------------

[](#publish-config-file)

```
php artisan vendor:publish --provider="Bigraja\BulkSmsBD\BulkSmsBDServiceProvider" --tag="bulksmsbd-config"
```

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

[](#configuration)

Add to `.env`:

```
BULKSMSBD_API_KEY=your_api_key
BULKSMSBD_SENDER_ID=your_sender_id

```

Usage
-----

[](#usage)

```
use BulkSmsBD;

BulkSmsBD::send('88017XXXXXXXX', 'Your message');
```

Notification Channel
--------------------

[](#notification-channel)

```
public function via($notifiable)
{
    return [\Bigraja\BulkSmsBD\BulkSmsBDChannel::class];
}

public function toBulkSmsBD($notifiable)
{
    return "Your SMS message";
}
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance46

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

3

Last Release

419d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3fd913bcf9ddc16bd5408dc5f7d76ca95291e875638573d4f1b3a111adb17ae6?d=identicon)[bigraja](/maintainers/bigraja)

---

Top Contributors

[![bigraja](https://avatars.githubusercontent.com/u/95273608?v=4)](https://github.com/bigraja "bigraja (7 commits)")

### Embed Badge

![Health badge](/badges/bigraja-bulksmsbd/health.svg)

```
[![Health](https://phpackages.com/badges/bigraja-bulksmsbd/health.svg)](https://phpackages.com/packages/bigraja-bulksmsbd)
```

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)[illuminate/mail

The Illuminate Mail package.

5910.4M471](/packages/illuminate-mail)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2022.1M6](/packages/laravel-notification-channels-apn)[illuminate/notifications

The Illuminate Notifications package.

483.0M1.1k](/packages/illuminate-notifications)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

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

PHPackages © 2026

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