PHPackages                             mysoftit/bulksmsdhaka - 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. mysoftit/bulksmsdhaka

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

mysoftit/bulksmsdhaka
=====================

Bulk SMS Dhaka Package for Laravel - Easy to SMS integration with the SMS Gateway from bulksmsdhaka.com Bulk send messages, check balances, get delivery reports, and manage SMS effortlessly in your Laravel applications.

1.0.0(1y ago)0194MITPHP

Since Dec 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mysoftit/bulksmsdhaka)[ Packagist](https://packagist.org/packages/mysoftit/bulksmsdhaka)[ Docs](https://github.com/mysoftit/bulksmsdhaka)[ RSS](/packages/mysoftit-bulksmsdhaka/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Bulk SMS Dhaka SMS Package for Laravel
======================================

[](#bulk-sms-dhaka-sms-package-for-laravel)

Bulk SMS Dhaka Package for Laravel - Easy to SMS integration with the SMS Gateway from [bulksmsdhaka.com](https://bulksmsdhaka.com) Bulk send messages, check balances, get delivery reports, and manage SMS effortlessly in your Laravel applications.

The Bulk SMS Dhaka Laravel package provides convenient access to the [bulksmsdhaka.com](https://bulksmsdhaka.com) REST API from php applications.

Sign up for a free [bulksmsdhaka.com](https://bulksmsdhaka.com/register) account today and get your API Key from our advanced SMS platform. also, you can check all advanced API documents!

Example
-------

[](#example)

Check out the API documentation and other language code [examples](https://bulksmsdhaka.com/bulk-sms-api-in-bangladesh)

Features
--------

[](#features)

- Send SMS messages through the bulksmsdhaka.com sms gateway.
- Check account balance.
- Retrieve SMS delivery reports.

Requirements
------------

[](#requirements)

- Laravel Framework 7.x
- PHP 7.2 or higher

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

[](#installation)

Install the package via Composer:

```
composer require mysoftit/bulksmsdhaka

```

Set your SMS API key in the .env file:

```
BULKSMSDHAKA_API_KEY=your-api-key

```

Note: Ensure to replace placeholder your-api-key with your actual API key

Usage
-----

[](#usage)

```
use mysoftit\bulksmsdhaka\BulkSMS; // Import the BulkSMSDhaka class

// Create an instance of the class
$sms = new BulkSMS();
try {

    // Send SMS
    $response = $sms->sendSMS(
        "Hello, this is a test SMS! from Bulksmsdhaka.com", //Message
        "01941698614" //Receiver No
    );

   // Check your account SMS balance
    $balance = $sms->getBalance();

} catch (Exception $e) {
    // handle $e->getMessage();
}

```

License
-------

[](#license)

This package is open-source software licensed under the [MIT license](https://github.com/mysoftit/bulksmsdhaka?tab=MIT-1-ov-file)

Contribution
------------

[](#contribution)

Contributions are welcome! Feel free to submit [issues](https://github.com/mysoftit/bulksmsdhaka/issues) or [open a pull request](https://github.com/mysoftit/bulksmsdhaka/pulls).

Support
-------

[](#support)

If you have any questions or feedback, please open an [issues](https://github.com/mysoftit/bulksmsdhaka/issues) or [open a pull request](https://github.com/mysoftit/bulksmsdhaka/pulls).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance43

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

494d ago

### Community

Maintainers

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

---

Top Contributors

[![mysoftit](https://avatars.githubusercontent.com/u/5845509?v=4)](https://github.com/mysoftit "mysoftit (16 commits)")

---

Tags

messageapilaravelnotificationsmsgatewaycommunicationsms-gatewaybulksmsdhaka.comBulk SMS Dhaka

### Embed Badge

![Health badge](/badges/mysoftit-bulksmsdhaka/health.svg)

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

###  Alternatives

[gr8shivam/laravel-sms-api

A modern, flexible Laravel package for integrating any SMS gateway with REST API support

10138.4k](/packages/gr8shivam-laravel-sms-api)[ghasedak/php

ghasedak sms gateway package for PHP

2044.3k7](/packages/ghasedak-php)[ghanem/laravel-smsmisr

Send SMS and SMS Notification via SMS Misr for Laravel

194.8k](/packages/ghanem-laravel-smsmisr)

PHPackages © 2026

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