PHPackages                             symfony/smsbox-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. symfony/smsbox-notifier

ActiveSymfony-notifier-bridge[Mail &amp; Notifications](/categories/mail)

symfony/smsbox-notifier
=======================

Symfony Smsbox Notifier Bridge

v8.1.0(1mo ago)7148MITPHPPHP &gt;=8.4.1

Since Apr 18Pushed 4w ago2 watchersCompare

[ Source](https://github.com/symfony/smsbox-notifier)[ Packagist](https://packagist.org/packages/symfony/smsbox-notifier)[ Docs](https://symfony.com)[ Fund](https://symfony.com/sponsor)[ GitHub Sponsors](https://github.com/fabpot)[ RSS](/packages/symfony-smsbox-notifier/feed)WikiDiscussions 8.2 Synced yesterday

READMEChangelog (10)Dependencies (12)Versions (37)Used By (0)

SMSBOX Notifier
---------------

[](#smsbox-notifier)

Provides [SMSBOX](https://www.smsbox.net/en/) integration for Symfony Notifier.

DSN example
-----------

[](#dsn-example)

```
SMSBOX_DSN=smsbox://APIKEY@default?mode=MODE&strategy=STRATEGY&sender=SENDER

```

where:

- `APIKEY` is your SMSBOX api key
- `MODE` is the sending mode
- `STRATEGY` is the type of your message
- `SENDER` is the sender name

You can add numerous options to a message
-----------------------------------------

[](#you-can-add-numerous-options-to-a-message)

With a SMSBOX Message, you can use the SmsboxOptions class and use the setters to add [message options](https://www.smsbox.net/en/tools-development#developer-space)

```
use Symfony\Component\Notifier\Bridge\Smsbox\Enum\Charset;
use Symfony\Component\Notifier\Bridge\Smsbox\Enum\Day;
use Symfony\Component\Notifier\Bridge\Smsbox\Enum\Encoding;
use Symfony\Component\Notifier\Bridge\Smsbox\Enum\Mode;
use Symfony\Component\Notifier\Bridge\Smsbox\Enum\Strategy;
use Symfony\Component\Notifier\Bridge\Smsbox\Enum\Udh;
use Symfony\Component\Notifier\Bridge\Smsbox\SmsboxOptions;
use Symfony\Component\Notifier\Message\SmsMessage;

$sms = new SmsMessage('+33123456789', 'Your %1% message %2%');
$options = (new SmsboxOptions())
    ->mode(Mode::Expert)
    ->strategy(Strategy::NotMarketingGroup)
    ->sender('Your sender')
    ->date('DD/MM/YYYY')
    ->hour('HH:MM')
    ->coding(Encoding::Unicode)
    ->charset(Charset::Iso1)
    ->udh(Udh::DisabledConcat)
    ->callback(true)
    ->allowVocal(true)
    ->maxParts(2)
    ->validity(100)
    ->daysMinMax(min: Day::Tuesday, max: Day::Friday)
    ->hoursMinMax(min: 8, max: 10)
    ->variable(['variable1', 'variable2'])
    ->dateTime(new \DateTime())
    ->destIso('FR');

$sms->options($options);
$texter->send($sms);
```

Smsbox notifier also provides Webhooks support. 🚀
-------------------------------------------------

[](#smsbox-notifier-also-provides-webhooks-support-)

Sponsor
-------

[](#sponsor)

This package is looking for a [backer](https://symfony.com/backers).

Help Symfony by [sponsoring](https://symfony.com/sponsor) its development!

Resources
---------

[](#resources)

- [Contributing](https://symfony.com/doc/current/contributing/index.html)
- [Report issues](https://github.com/symfony/symfony/issues) and [send Pull Requests](https://github.com/symfony/symfony/pulls)in the [main Symfony repository](https://github.com/symfony/symfony)

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance94

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~2 days

Total

37

Last Release

28d ago

Major Versions

v7.4.0-BETA1 → v8.0.02025-08-04

v7.4.1 → v8.0.12025-12-06

v7.4.4 → v8.0.42026-01-08

v7.4.13 → v8.0.132026-05-23

7.4.x-dev → 8.0.x-dev2026-06-05

PHP version history (3 changes)v7.1.0-BETA1PHP &gt;=8.2

v8.0.0PHP &gt;=8.4

v8.1.0-BETA1PHP &gt;=8.4.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/47313?v=4)[Fabien Potencier](/maintainers/fabpot)[@fabpot](https://github.com/fabpot)

---

Top Contributors

[![nicolas-grekas](https://avatars.githubusercontent.com/u/243674?v=4)](https://github.com/nicolas-grekas "nicolas-grekas (22 commits)")[![xabbuh](https://avatars.githubusercontent.com/u/1957048?v=4)](https://github.com/xabbuh "xabbuh (13 commits)")[![fabpot](https://avatars.githubusercontent.com/u/47313?v=4)](https://github.com/fabpot "fabpot (4 commits)")[![alexandre-daubois](https://avatars.githubusercontent.com/u/2144837?v=4)](https://github.com/alexandre-daubois "alexandre-daubois (3 commits)")[![HypeMC](https://avatars.githubusercontent.com/u/2445045?v=4)](https://github.com/HypeMC "HypeMC (2 commits)")[![keradus](https://avatars.githubusercontent.com/u/2716794?v=4)](https://github.com/keradus "keradus (2 commits)")[![OskarStark](https://avatars.githubusercontent.com/u/995707?v=4)](https://github.com/OskarStark "OskarStark (2 commits)")[![derrabus](https://avatars.githubusercontent.com/u/1506493?v=4)](https://github.com/derrabus "derrabus (1 commits)")[![azarli-smsbox](https://avatars.githubusercontent.com/u/235729442?v=4)](https://github.com/azarli-smsbox "azarli-smsbox (1 commits)")

---

Tags

componentnotifierphpsmssmsboxsymfonysymfony-componentnotifiersmssmsBox

### Embed Badge

![Health badge](/badges/symfony-smsbox-notifier/health.svg)

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

###  Alternatives

[symfony/twilio-notifier

Symfony Twilio Notifier Bridge

131.3M2](/packages/symfony-twilio-notifier)[symfony/fake-sms-notifier

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

27863.3k1](/packages/symfony-fake-sms-notifier)[symfony/microsoft-teams-notifier

Symfony Microsoft Teams Notifier Bridge

12987.2k](/packages/symfony-microsoft-teams-notifier)[symfony/free-mobile-notifier

Symfony Free Mobile Notifier Bridge

2078.6k](/packages/symfony-free-mobile-notifier)[symfony/sinch-notifier

Symfony Sinch Notifier Bridge

10169.0k](/packages/symfony-sinch-notifier)[symfony/mailjet-notifier

Symfony Mailjet Notifier Bridge

1381.2k](/packages/symfony-mailjet-notifier)

PHPackages © 2026

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