PHPackages                             iqbalhasandev/laravel-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. iqbalhasandev/laravel-bulksmsbd

Abandoned → [https://github.com/DevWizardHQ/laravel-textify](/?search=https%3A%2F%2Fgithub.com%2FDevWizardHQ%2Flaravel-textify)ArchivedLibrary[Mail &amp; Notifications](/categories/mail)

iqbalhasandev/laravel-bulksmsbd
===============================

Integrate SMS system into your project easily with bulk sms bd's API via this plugin.

3.0.0(3y ago)222067MITPHPCI failing

Since Nov 7Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/iqbalhasandev/laravel-bulksmsbd)[ Packagist](https://packagist.org/packages/iqbalhasandev/laravel-bulksmsbd)[ RSS](/packages/iqbalhasandev-laravel-bulksmsbd/feed)WikiDiscussions main Synced today

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

🚨 Laravel Bulk SMS BD (Deprecated)
==================================

[](#-laravel-bulk-sms-bd-deprecated)

**⚠️ This package (`iqbalhasandev/laravel-bulksmsbd`) is no longer maintained.**
For all new projects, we **strongly recommend** migrating to **[`DevWizardHQ/laravel‑textify`](https://github.com/DevWizardHQ/laravel-textify)**, a more modern, well‑supported Laravel SMS package.

laravel-bulksmsbd - The Missing Bangladeshi 'bulksmsbd' SMS Service Provider package
------------------------------------------------------------------------------------

[](#laravel-bulksmsbd---the-missing-bangladeshi-bulksmsbd-sms-service-provider-package)

Made with ❤️ by [Iqbal Hasan](https://www.iqbalhasan.dev)

- **Laravel**: 5.6/5.7/5.8/6.0/7.0/8.0
- **Author**: IQBAL HASAN
- **Website &amp; Documentation:**:

[![issues](https://camo.githubusercontent.com/43ba48b07a9bcdc0d0435e07ee5e36c3c34d3653bfc62b99ae6c9c8e3e83f42c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f697162616c686173616e6465762f6c61726176656c2d62756c6b736d736264)](https://github.com/iqbalhasandev/laravel-bulksmsbd/issues)[![forks](https://camo.githubusercontent.com/f988a26d3b44a7e109dfb8b61477d583aea99228debc53de6a608aafac9a055c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f697162616c686173616e6465762f6c61726176656c2d62756c6b736d736264)](https://github.com/iqbalhasandev/laravel-bulksmsbd/network/members)[![stars ](https://camo.githubusercontent.com/e5b84a96dd6ae98dc47d7aca17749fdaf658971dd8236a4e846acc4dfe59fe38/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f697162616c686173616e6465762f6c61726176656c2d62756c6b736d736264)](https://github.com/iqbalhasandev/laravel-bulksmsbd/stargazers)[![Latest Stable Version](https://camo.githubusercontent.com/aee90492327e8e61eb8ac905b5664bed15dc75914941e053a1fbc526c81ca374/68747470733a2f2f706f7365722e707567782e6f72672f697162616c686173616e6465762f6c61726176656c2d62756c6b736d7362642f76)](https://packagist.org/packages/iqbalhasandev/laravel-bulksmsbd)[![Total Downloads](https://camo.githubusercontent.com/ac3bf1c5b731e8ddc8f8ba50317d110e40d0b6ec987a14beacd8c72aebd36947/68747470733a2f2f706f7365722e707567782e6f72672f697162616c686173616e6465762f6c61726176656c2d62756c6b736d7362642f646f776e6c6f616473)](https://packagist.org/packages/iqbalhasandev/laravel-bulksmsbd)[![Latest Unstable Version](https://camo.githubusercontent.com/291694c2cb78eee06c94538e56b56575d53aa87c24f501b4ad7711b2ad3fe263/68747470733a2f2f706f7365722e707567782e6f72672f697162616c686173616e6465762f6c61726176656c2d62756c6b736d7362642f762f756e737461626c65)](https://packagist.org/packages/iqbalhasandev/laravel-bulksmsbd)[![license](https://camo.githubusercontent.com/3d12b9c0c52f8208232b1e230afec049f3f0eab07dfdc7cd9869622e2e7aa8f9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f697162616c686173616e6465762f6c61726176656c2d62756c6b736d736264)](http://opensource.org/licenses/MIT)

---

Integrate SMS system into your project easily with bulk sms bd's API via this plugin.

Installation Steps
------------------

[](#installation-steps)

### 1. Require the Package

[](#1-require-the-package)

After creating your new Laravel application you can include the bulksmsbd package with the following command:

```
composer require iqbalhasandev/laravel-bulksmsbd
```

### 2. If you're using Laravel 5.5, this is all there is to do.

[](#2-if-youre-using-laravel-55-this-is-all-there-is-to-do)

Should you still be on version 5.4 of Laravel, the final steps for you are to add the service provider of the package and alias the package. To do this open your `config/app.php` file.

Add a new line to the `providers` array:

```
iqbalhasandev\bulksmsbd\BulkSMSBDServiceProvider::class

```

### 3. Add `BULK_SMSBD_USERNAME`, `BULK_SMSBD_PASSWORD` to **.env** file.

[](#3-add-bulk_smsbd_username-bulk_smsbd_password-to-env-file)

```
// required
BULK_SMSBD_USERNAME={userName}
BULK_SMSBD_PASSWORD={password}

```

Overview
--------

[](#overview)

Look at one of the following topics to learn more about laravel-bulksmsbd

- [Usage](#usage)
- [Configuration](#configuration)

Usage
-----

[](#usage)

The bulksmsbd gives you the following methods to use:

### BulkSMSBD::send()

[](#bulksmsbdsend)

Through the `send` method you can give your message delivery numbers and the contents of the message.

Below is an example of how to message a number

```
$number=01712345678;
$message='this is a demo Example form Laravel bulksmsBD Package.';
BulkSMSBD::send($number,$message);
```

If you want, you can send the same message to many numbers at once.

The following is an example:

```
$numbers=['01712345678','01712345679','01712345677'];
$message='this is a demo Example form Laravel bulksmsBD Package.';
BulkSMSBD::send($numbers,$message);
```

### Configuration

[](#configuration)

If you want to change or publish the `config` file.

```
php artisan vendor:publish --provider="iqbalhasandev\bulksmsbd\BulkSMSBDServiceProvider"

```

Credits
-------

[](#credits)

- IQBAL HASAN (the author of laravel-bulksmsbd package)
- [Contributors](https://github.com/iqbalhasandev/laravel-bulksmsbd/graphs/contributors)

Support
-------

[](#support)

Hey dude! Don't forget to mail me if you have any problem with the package.

- **Author E-mail**:
- **Author Facebook**:
- **Author linkedin**:
- **Author github**:
- **Author twitter**:

License
-------

[](#license)

This package inherits the licensing of its parent framework, Laravel, and as such is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

Extra
-----

[](#extra)

If you want to contribute, you can

Thank you for using this package😘 If you like it, don't forget to give a star⭐⭐⭐⭐⭐

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

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 ~264 days

Total

4

Last Release

1270d ago

Major Versions

v1.0 → v2.02020-11-07

V2.1 → 3.0.02023-01-09

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39612205?v=4)[IQBAL HASAN](/maintainers/iqbalhasandev)[@iqbalhasandev](https://github.com/iqbalhasandev)

---

Top Contributors

[![iqbalhasandev](https://avatars.githubusercontent.com/u/39612205?v=4)](https://github.com/iqbalhasandev "iqbalhasandev (14 commits)")

---

Tags

bangladeshbulksmsbulksmsbdcomposercomposer-packagecomposer-pluginlaravellaravel-5-packagelaravel-bulksmslaravel-bulksmsbdlaravel-integrationlaravel-packagelaravel-pluginlaravel-smslaravel-sms-gatewayphpphp-libraryphp-packagesms-apisms-servicepluginpackagelibrarylaravel-packagelaravel-pluginsms apilaravel sms gatewaybulksmsbulksmsbdlaravel-bulksmslaravel-bulksmsbd

### Embed Badge

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

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

###  Alternatives

[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k18.6M62](/packages/lab404-laravel-impersonate)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[lab404/laravel-auth-checker

Laravel Auth Checker allows you to log users authentication, devices authenticated from and lock intrusions.

225167.3k2](/packages/lab404-laravel-auth-checker)[rickycezar/laravel-jwt-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

25125.2k](/packages/rickycezar-laravel-jwt-impersonate)[hapidjus/laravel-impersonate-ui

UI for 404labfr/laravel-impersonate

371.6k](/packages/hapidjus-laravel-impersonate-ui)

PHPackages © 2026

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