PHPackages                             asifulmamun/dianasms-esms - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. asifulmamun/dianasms-esms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

asifulmamun/dianasms-esms
=========================

Tiny Laravel helper to send SMS via ESMS.

v1.3.0(9mo ago)09MITPHPPHP ^8.1

Since Aug 10Pushed 9mo agoCompare

[ Source](https://github.com/asifulmamun/dianasms-esms)[ Packagist](https://packagist.org/packages/asifulmamun/dianasms-esms)[ RSS](/packages/asifulmamun-dianasms-esms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

dianasms-esms (Laravel ESMS)
============================

[](#dianasms-esms-laravel-esms)

Send SMS via ESMS (login.esms.com.bd) from Laravel. Supports multiple recipients and scheduling.

Install
-------

[](#install)

```
composer require asifulmamun/dianasms-esms
php artisan vendor:publish --tag=config --provider="Asifulmamun\DianasmsEsms\EsmsServiceProvider"
```

Set .env collect from
-------------------------------------------------------------------

[](#set-env-collect-from-httpswwwdianahostcombulk-sms-service)

```
ESMS_BASE_URL=https://login.esms.com.bd
ESMS_API_TOKEN="XXXXXXXXXXXXXXXX"
ESMS_SENDER_ID="XXXXXXXX"
ESMS_TYPE=plain
ESMS_TIMEOUT=10
ESMS_HTTP_MODE=json

```

Use
---

[](#use)

```
use Asifulmamun\DianasmsEsms\Esms;
Esms::send('01721600688', 'Your OTP: XXXX');

```

### Or

[](#or)

`\Asifulmamun\DianasmsEsms\Esms::send('01721600688', 'Your OTP: XXXX');`

Use Overriding
--------------

[](#use-overriding)

```
// override base_url + token (e.g., staging) for this call
Esms::send('01721600688', 'Hello', [
    'base_url'  => 'https://login.esms.com.bd',
    'api_token' => 'xxxxxxxxxxx',
    'timeout'   => 20,
    'sender_id' => 'xxxxxxxxx',
    'http_mode' => 'json',
]);

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance58

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

4

Last Release

271d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba92e99f4a63f2f059efa182cea8edd46718ac78d889fc1a3a13a8e28636c05b?d=identicon)[asifulmamun](/maintainers/asifulmamun)

---

Top Contributors

[![asifulmamun](https://avatars.githubusercontent.com/u/24929452?v=4)](https://github.com/asifulmamun "asifulmamun (11 commits)")

### Embed Badge

![Health badge](/badges/asifulmamun-dianasms-esms/health.svg)

```
[![Health](https://phpackages.com/badges/asifulmamun-dianasms-esms/health.svg)](https://phpackages.com/packages/asifulmamun-dianasms-esms)
```

###  Alternatives

[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k33.8M335](/packages/yajra-laravel-datatables-oracle)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[statikbe/laravel-cookie-consent

Cookie consent modal for EU

213396.7k](/packages/statikbe-laravel-cookie-consent)[laragraph/utils

Utilities for using GraphQL with Laravel

2113.8M7](/packages/laragraph-utils)

PHPackages © 2026

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