PHPackages                             xenon/multisms - 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. xenon/multisms

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

xenon/multisms
==============

This is universal sms gateway service provider for Bangladesh. You can easily use this library for sending message using Bangladeshi sms gateway providers

v1.3.0.2(1y ago)16379MITPHP

Since Mar 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/arif98741/multisms)[ Packagist](https://packagist.org/packages/xenon/multisms)[ Patreon](https://www.patreon.com/arif98741)[ RSS](/packages/xenon-multisms/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (3)Versions (16)Used By (0)

xenon/multisms is a universal sms sending library specially for Bangladesh.
 You can integrate this library in your php application easily for sending sms to any Bangladeshi mobile number. **This is for raw php as well.**

### Installation

[](#installation)

```
composer require xenon/multisms

```

### Sample Code

[](#sample-code)

```
use Xenon\Multisms\Provider\BulkSmsBD;
use Xenon\Multisms\Sender;

require 'vendor/autoload.php';

$sender = Sender::getInstance();
try {
    $response = $sender->selectProvider(BulkSmsBD::class)
            ->setConfig(['username' => '017555XYZAB', 'password' => 'XXXXX'])
            ->setMessage('hello')
            ->setMobile('017XXXXXXX')
            ->send();
    var_dump($response);
} catch (Exception $e) {
    var_dump($e->getMessage());
}

```

#### Currently Supported SMS Gateways

[](#currently-supported-sms-gateways)

- BDBulkSMS
- BulkSMSBD
- MDLSMS
- OnnoRokomSMS
- SSLSms
- MIMSMS

We are continuously working in this open source library for adding more Bangladeshi sms gateway. If you fee something is missing then make a issue regarding that. If you want to contribute in this library, then you are highly welcome to do that.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 72.6% 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 ~93 days

Total

14

Last Release

726d ago

### Community

Maintainers

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

---

Top Contributors

[![arif98741](https://avatars.githubusercontent.com/u/17213478?v=4)](https://github.com/arif98741 "arif98741 (53 commits)")[![sim8568X](https://avatars.githubusercontent.com/u/124864642?v=4)](https://github.com/sim8568X "sim8568X (10 commits)")[![rtraselbd](https://avatars.githubusercontent.com/u/31556372?v=4)](https://github.com/rtraselbd "rtraselbd (9 commits)")[![raihanul-2k15](https://avatars.githubusercontent.com/u/19308760?v=4)](https://github.com/raihanul-2k15 "raihanul-2k15 (1 commits)")

---

Tags

bangladeshi-sms-gatewayphpphp-sms-gatewaysmssms-gatewai-apisms-gatewaysms-gateway-libraryxenonxenon-libraryxenon-package

### Embed Badge

![Health badge](/badges/xenon-multisms/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

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

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NotifyX、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

687111.2k8](/packages/guanguans-notify)[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)
