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

ActiveLibrary

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)1636↓100%9MITPHP

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 1mo 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 77% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity60

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

681d 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

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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