PHPackages                             symfony/message-media-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/message-media-notifier

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

symfony/message-media-notifier
==============================

Symfony MessageMedia Notifier Bridge

v8.1.0(1mo ago)756.9k↑107%2MITPHPPHP &gt;=8.4.1

Since Jul 19Pushed 4w ago2 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (89)Used By (0)

MessageMedia Notifier
=====================

[](#messagemedia-notifier)

Provides [MessageMedia](https://messagemedia.com/) integration for Symfony Notifier.

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

[](#dsn-example)

```
MESSAGEMEDIA_DSN=messagemedia://API_KEY:API_SECRET@default?from=FROM

```

where:

- `API_KEY` is your API key
- `API_SECRET` is your API secret
- `FROM` is your registered sender ID (optional). Accepted values: 3-15 letters, could be alpha tag, shortcode or international phone number. When phone number starts with a `+` sign, it needs to be url encoded in the DSN

Adding Options to a Message
---------------------------

[](#adding-options-to-a-message)

With a MessageMedia Message, you can use the `MessageMediaOptions` class to add [message options](https://messagemedia.github.io/documentation/#tag/Messages/operation/SendMessages).

```
use Symfony\Component\Notifier\Message\SmsMessage;
use Symfony\Component\Notifier\Bridge\MessageMedia\MessageMediaOptions;

$sms = new SmsMessage('+1411111111', 'My message');

$options = (new MessageMediaOptions())
    ->media(['media'])
    ->callbackUrl('callback_url')
    ->format('format')
    ->deliveryReport(true)
    ->expiry(999)
    ->metadata(['metadata'])
    ->scheduled('scheduled')
    ->subject('subject');
    // ...
    ;

// Add the custom options to the sms message and send the message
$sms->options($options);

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

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

63

—

FairBetter than 99% of packages

Maintenance94

Actively maintained with recent releases

Popularity38

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 53.2% 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 ~20 days

Recently: every ~2 days

Total

89

Last Release

28d ago

Major Versions

v7.4.0-BETA1 → v8.0.0-RC12025-08-04

v6.4.32 → v7.3.102026-01-05

v7.4.4 → v8.0.42026-01-05

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

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

PHP version history (6 changes)v5.4.0-BETA1PHP &gt;=7.2.5

v6.0.0-BETA1PHP &gt;=8.0.2

v6.1.0-RC1PHP &gt;=8.1

v7.0.0-BETA1PHP &gt;=8.2

v8.0.0-RC1PHP &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 (42 commits)")[![fabpot](https://avatars.githubusercontent.com/u/47313?v=4)](https://github.com/fabpot "fabpot (14 commits)")[![xabbuh](https://avatars.githubusercontent.com/u/1957048?v=4)](https://github.com/xabbuh "xabbuh (9 commits)")[![alexandre-daubois](https://avatars.githubusercontent.com/u/2144837?v=4)](https://github.com/alexandre-daubois "alexandre-daubois (3 commits)")[![alamirault](https://avatars.githubusercontent.com/u/9253091?v=4)](https://github.com/alamirault "alamirault (2 commits)")[![derrabus](https://avatars.githubusercontent.com/u/1506493?v=4)](https://github.com/derrabus "derrabus (2 commits)")[![OskarStark](https://avatars.githubusercontent.com/u/995707?v=4)](https://github.com/OskarStark "OskarStark (2 commits)")[![gnito-org](https://avatars.githubusercontent.com/u/70450336?v=4)](https://github.com/gnito-org "gnito-org (1 commits)")[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (1 commits)")[![fancyweb](https://avatars.githubusercontent.com/u/3658119?v=4)](https://github.com/fancyweb "fancyweb (1 commits)")[![vuphuong87](https://avatars.githubusercontent.com/u/182489?v=4)](https://github.com/vuphuong87 "vuphuong87 (1 commits)")[![GromNaN](https://avatars.githubusercontent.com/u/400034?v=4)](https://github.com/GromNaN "GromNaN (1 commits)")

---

Tags

componentmessagemedianotifierphpsmssymfonysymfony-componentnotifiersmsmessagemedia

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/symfony-message-media-notifier/health.svg)](https://phpackages.com/packages/symfony-message-media-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)
