PHPackages                             bdbulksms/laravel-sms-package-for-bdbulksms.net-sms-api - 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. bdbulksms/laravel-sms-package-for-bdbulksms.net-sms-api

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

bdbulksms/laravel-sms-package-for-bdbulksms.net-sms-api
=======================================================

Laravel SMS package for bdbulksms.net API with queue, events, logging, and scheduler

010PHP

Since Aug 18Pushed 8mo agoCompare

[ Source](https://github.com/bdgreenweb/Laravel-sms-package-for-bdbulksms.net-SMS-API)[ Packagist](https://packagist.org/packages/bdbulksms/laravel-sms-package-for-bdbulksms.net-sms-api)[ RSS](/packages/bdbulksms-laravel-sms-package-for-bdbulksmsnet-sms-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

BDBulkSMS Laravel SMS Package
=============================

[](#bdbulksms-laravel-sms-package)

[![License: MIT](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](LICENSE)

A **modern Laravel SMS package** for sending SMS via [bdbulksms.net API](https://api.bdbulksms.net/api.php) with **queue support, database logging, events, and scheduler**. Perfect for Bangladesh Bulk SMS integration.

---

Features
--------

[](#features)

- Send SMS immediately or via queue
- Log all SMS in database (`sms_logs` table)
- Events: `SmsSent` &amp; `SmsFailed`
- Artisan commands:
    - `sms:send {to} {message}`
    - `sms:logs --limit=n`
    - `sms:cleanup --days=n`
- Auto-truncate logs based on config
- Daily scheduled cleanup
- Configurable API URL &amp; token
- Supports Bangla messages

---

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

[](#installation)

```
composer require bdbulksms/laravel-sms
php artisan vendor:publish --tag=config
php artisan vendor:publish --tag=migrations
php artisan migrate
```

Usage
-----

[](#usage)

```
use Sms;

// Send immediately
Sms::send([ ['to'=>'+8801xxxxxxx','message'=>'Hello World'] ]);

// Send via queue
Sms::queue([ ['to'=>'+8801xxxxxxx','message'=>'Hello Queue'] ]);
```

Queue Setup
-----------

[](#queue-setup)

1. Ensure `QUEUE_CONNECTION=database` in `.env`
2. Run migrations: `php artisan queue:table && php artisan migrate`
3. Start queue worker: `php artisan queue:work`

.env setup
----------

[](#env-setup)

Login SMS Portal From  and visit developer zone to generate token.

License
-------

[](#license)

MIT

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance42

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c52d9ef28f1bd2a5d2ffea0bc1c53abc3280878d7d3a035ea154f3077658b8e?d=identicon)[bdbulksms.net](/maintainers/bdbulksms.net)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/bdbulksms-laravel-sms-package-for-bdbulksmsnet-sms-api/health.svg)

```
[![Health](https://phpackages.com/badges/bdbulksms-laravel-sms-package-for-bdbulksmsnet-sms-api/health.svg)](https://phpackages.com/packages/bdbulksms-laravel-sms-package-for-bdbulksmsnet-sms-api)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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