PHPackages                             mehdibo/bulksms-notifier - 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. mehdibo/bulksms-notifier

ActiveSymfony-bridge[Utility &amp; Helpers](/categories/utility)

mehdibo/bulksms-notifier
========================

Symfony Bulksms Notifier Bridge

0.2.1(5y ago)065[1 PRs](https://github.com/mehdibo/bulksms-notifier/pulls)MITPHPPHP ^7.4

Since May 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mehdibo/bulksms-notifier)[ Packagist](https://packagist.org/packages/mehdibo/bulksms-notifier)[ Docs](https://github.com/mehdibo/bulksms-notifier)[ RSS](/packages/mehdibo-bulksms-notifier/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (6)Used By (0)

bulksms-notifier
================

[](#bulksms-notifier)

[Symfony Notifier bridge](https://symfony.com/doc/current/notifier.html) to use [Bulksms.ma](https://bulksms.ma)

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

[](#requirements)

[PHP 7.4](https://www.php.net/releases/7_4_0.php) or higher

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

[](#installation)

Use composer to require the library:

```
composer require mehdibo/bulksms-notifier
```

Add the token to your `.env` file

```
BULKSMS_DSN=bulksms://token_here@default?shortcode=a_shortcode

```

Add `bulksms` to `config/packages/notifier.yaml`:

```
framework:
    notifier:
        texter_transports:
            bulksms: '%env(BULKSMS_DSN)%' # Add this line
```

Add this to `config/services.yaml`:

```
notifier.transport_factory.bulksms:
        class: Mehdibo\Symfony\Notifier\Bridge\Bulksms\BulksmsTransportFactory
        tags: ['texter.transport_factory']
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

3

Last Release

1966d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

bulksmscomponentnotificationnotifierphpsymfonysymfony-componentsymfony-notifiernotifiersmsbulksms

### Embed Badge

![Health badge](/badges/mehdibo-bulksms-notifier/health.svg)

```
[![Health](https://phpackages.com/badges/mehdibo-bulksms-notifier/health.svg)](https://phpackages.com/packages/mehdibo-bulksms-notifier)
```

###  Alternatives

[symfony/fake-sms-notifier

Fake SMS (as email or log during development) Notifier Bridge.

27754.2k1](/packages/symfony-fake-sms-notifier)[symfony/twilio-notifier

Symfony Twilio Notifier Bridge

131.2M2](/packages/symfony-twilio-notifier)[symfony/sinch-notifier

Symfony Sinch Notifier Bridge

10146.7k](/packages/symfony-sinch-notifier)

PHPackages © 2026

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