PHPackages                             symfony/allmysms-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. [HTTP &amp; Networking](/categories/http)
4. /
5. symfony/allmysms-notifier

Abandoned → [symfony/all-my-sms-notifier](/?search=symfony%2Fall-my-sms-notifier)Symfony-notifier-bridge[HTTP &amp; Networking](/categories/http)

symfony/allmysms-notifier
=========================

Symfony AllMySms Notifier Bridge

v8.0.0(9mo ago)44.4k1MITPHPPHP &gt;=8.4

Since Apr 7Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/symfony/all-my-sms-notifier)[ Packagist](https://packagist.org/packages/symfony/allmysms-notifier)[ Docs](https://symfony.com)[ Fund](https://symfony.com/sponsor)[ GitHub Sponsors](https://github.com/fabpot)[ RSS](/packages/symfony-allmysms-notifier/feed)WikiDiscussions 8.1 Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (87)Used By (0)

AllMySms Notifier
=================

[](#allmysms-notifier)

Provides [AllMySms](https://www.allmysms.com/) integration for Symfony Notifier.

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

[](#dsn-example)

```
ALLMYSMS_DSN=allmysms://LOGIN:APIKEY@default?from=FROM

```

where:

- `LOGIN` is your user ID
- `APIKEY` is your AllMySms API key
- `FROM` is your sender (optional, default: 36180)

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

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

With a AllMySms Message, you can use the `AllMySmsOptions` class to add [message options](https://doc.allmysms.com/api/allmysms_api_https_v9.0_EN.pdf).

```
use Symfony\Component\Notifier\Message\SmsMessage;
use Symfony\Component\Notifier\Bridge\AllMySms\AllMySmsOptions;

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

$options = (new AllMySmsOptions())
    ->alerting(1)
    ->campaignName('API')
    ->cliMsgId('test_cli_msg_id')
    ->date('2023-05-23 23:47:25')
    ->simulate(1)
    ->uniqueIdentifier('unique_identifier')
    ->verbose(1)
    // ...
    ;

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

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

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

54

—

FairBetter than 97% of packages

Maintenance78

Regular maintenance activity

Popularity22

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

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

Total

87

Last Release

33d ago

Major Versions

v6.4.8 → v7.0.82024-05-31

5.4.x-dev → v6.4.132024-09-25

v6.4.13 → 7.1.x-dev2024-09-25

6.4.x-dev → v7.4.0-BETA12025-07-31

v7.4.0 → v8.0.0-RC12025-08-01

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

v6.0.0-BETA1PHP &gt;=8.0.2

v6.1.0-BETA1PHP &gt;=8.1

v7.0.0-BETA1PHP &gt;=8.2

v8.0.0-RC1PHP &gt;=8.4

8.1.x-devPHP &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 (40 commits)")[![fabpot](https://avatars.githubusercontent.com/u/47313?v=4)](https://github.com/fabpot "fabpot (20 commits)")[![OskarStark](https://avatars.githubusercontent.com/u/995707?v=4)](https://github.com/OskarStark "OskarStark (5 commits)")[![derrabus](https://avatars.githubusercontent.com/u/1506493?v=4)](https://github.com/derrabus "derrabus (4 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)")[![xabbuh](https://avatars.githubusercontent.com/u/1957048?v=4)](https://github.com/xabbuh "xabbuh (2 commits)")[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (1 commits)")[![qdequippe](https://avatars.githubusercontent.com/u/3193300?v=4)](https://github.com/qdequippe "qdequippe (1 commits)")[![iamvar](https://avatars.githubusercontent.com/u/7314366?v=4)](https://github.com/iamvar "iamvar (1 commits)")[![fancyweb](https://avatars.githubusercontent.com/u/3658119?v=4)](https://github.com/fancyweb "fancyweb (1 commits)")[![gnito-org](https://avatars.githubusercontent.com/u/70450336?v=4)](https://github.com/gnito-org "gnito-org (1 commits)")[![GromNaN](https://avatars.githubusercontent.com/u/400034?v=4)](https://github.com/GromNaN "GromNaN (1 commits)")[![afiocre](https://avatars.githubusercontent.com/u/2110480?v=4)](https://github.com/afiocre "afiocre (1 commits)")[![mRoca](https://avatars.githubusercontent.com/u/4746261?v=4)](https://github.com/mRoca "mRoca (1 commits)")[![noniagriconomie](https://avatars.githubusercontent.com/u/13205768?v=4)](https://github.com/noniagriconomie "noniagriconomie (1 commits)")

---

Tags

all-my-smscomponentnotifierphpsmssymfonysymfony-componentnotifiersmsall-my-sms

### Embed Badge

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

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

Symfony Free Mobile Notifier Bridge

2061.6k](/packages/symfony-free-mobile-notifier)[symfony/sendinblue-notifier

Symfony Sendinblue Notifier Bridge

12106.1k](/packages/symfony-sendinblue-notifier)[symfony/sinch-notifier

Symfony Sinch Notifier Bridge

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

Symfony Mailjet Notifier Bridge

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

PHPackages © 2026

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