PHPackages                             fd6130/exabytes-sms-bundle - 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. fd6130/exabytes-sms-bundle

AbandonedSymfony-bundle[Mail &amp; Notifications](/categories/mail)

fd6130/exabytes-sms-bundle
==========================

This bundle provide sms service using exabytes malaysia api.

v1.0.1(4y ago)0336MITPHP &gt;=7.2.5

Since Sep 22Compare

[ Source](https://github.com/fd6130/exabytes-sms-bundle)[ Packagist](https://packagist.org/packages/fd6130/exabytes-sms-bundle)[ RSS](/packages/fd6130-exabytes-sms-bundle/feed)WikiDiscussions Synced yesterday

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

exabytes-sms-bundle
===================

[](#exabytes-sms-bundle)

Send sms using exabytes malaysia api. For more detail regarding the api, please read [documentation](https://support.exabytes.com.my/en/support/solutions/articles/14000110847-bulk-sms-api-integration).

Requirement
===========

[](#requirement)

- PHP 7.2+
- Symfony 4.4+ and 5+

Installation
============

[](#installation)

`composer require fd6130/exabytes-sms-bundle`

> If you are using flex, it will automatic add this bundle to `bundles.php`.

Configuration
=============

[](#configuration)

Update your .env to include this two variable:

```
# .env
EXABYTES_USERNAME=
EXABYTES_PASSWORD=

```

And then create the config file `/config/fd_exabytes.yaml` and put the following content:

```
fd_exabytes:
    username: '%env(EXABYTES_USERNAME)%'
    password: '%env(EXABYTES_PASSWORD)%'
```

Inject `ExabytesInterface` and start sending sms:

```
private $exabytes;

public function __construct(ExabytesInterface $exabytes)
{
    $this->exabytes = $exabytes;
}

public function sendSMS()
{
    $this->exabytes->send('mobile number', 'message', ExabytesInterface::ASCII);

    //...
}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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

Total

2

Last Release

1501d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11419744?v=4)[Vui](/maintainers/fd6130)[@fd6130](https://github.com/fd6130)

---

Top Contributors

[![fd6130](https://avatars.githubusercontent.com/u/11419744?v=4)](https://github.com/fd6130 "fd6130 (1 commits)")

---

Tags

symfonybundlesmsexabytes

### Embed Badge

![Health badge](/badges/fd6130-exabytes-sms-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/fd6130-exabytes-sms-bundle/health.svg)](https://phpackages.com/packages/fd6130-exabytes-sms-bundle)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M204](/packages/sulu-sulu)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)

PHPackages © 2026

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