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

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

symfony/primotexto-notifier
===========================

Symfony Primotexto Notifier Bridge

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

Since Sep 27Pushed 4w ago2 watchersCompare

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

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

Primotexto Notifier
===================

[](#primotexto-notifier)

Provides [Primotexto](https://www.primotexto.com/) integration for Symfony Notifier.

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

[](#dsn-example)

```
PRIMOTEXTO_DSN=primotexto://APIKEY@default?from=FROM

```

where:

- `APIKEY` is your Primotexto API key
- `FROM` is your sender name

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

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

With a Primotexto Message, you can use the `PrimotextoOptions` class to add [message options](https://www.primotexto.com/api/sms/notification.asp).

```
use Symfony\Component\Notifier\Message\SmsMessage;
use Symfony\Component\Notifier\Bridge\Primotexto\PrimotextoOptions;

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

$options = (new PrimotextoOptions())
    ->campaignName('Code de confirmation')
    ->category('codeConfirmation')
    ->campaignDate(1398177000000)
    // ...
    ;

// 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)

- [Primotexto error codes](https://www.primotexto.com/api/plus/code_erreurs)
- [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

49

—

FairBetter than 94% of packages

Maintenance94

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 64.3% 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 ~32 days

Recently: every ~2 days

Total

20

Last Release

29d ago

Major Versions

v7.4.0-RC1 → v8.0.0-BETA12025-08-01

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

PHP version history (3 changes)7.2.x-devPHP &gt;=8.2

v8.0.0-BETA1PHP &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 (9 commits)")[![xabbuh](https://avatars.githubusercontent.com/u/1957048?v=4)](https://github.com/xabbuh "xabbuh (3 commits)")[![derrabus](https://avatars.githubusercontent.com/u/1506493?v=4)](https://github.com/derrabus "derrabus (1 commits)")[![fabpot](https://avatars.githubusercontent.com/u/47313?v=4)](https://github.com/fabpot "fabpot (1 commits)")

---

Tags

componentnotifierphpprimotextosmssymfonysymfony-componentnotifiersmsprimotexto

### Embed Badge

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

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