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

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

symfony/plivo-notifier
======================

Symfony Plivo Notifier Bridge

v8.1.0(1mo ago)45.3k↑16.2%MITPHPPHP &gt;=8.4.1

Since Feb 18Pushed 4w ago2 watchersCompare

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

READMEChangelog (10)Dependencies (6)Versions (54)Used By (0)

Plivo Notifier
==============

[](#plivo-notifier)

Provides [Plivo](https://www.plivo.com) integration for Symfony Notifier.

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

[](#dsn-example)

```
PLIVO_DSN=plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM

```

where:

- `AUTH_ID` is your Plivo Auth ID
- `AUTH_TOKEN` is your Plivo Auth Token
- `FROM` is your sender

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

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

With a Plivo Message, you can use the `PlivoOptions` class to add [message options](https://www.plivo.com/docs/sms/api/message#send-a-message).

```
use Symfony\Component\Notifier\Message\SmsMessage;
use Symfony\Component\Notifier\Bridge\Plivo\PlivoOptions;

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

$options = (new PlivoOptions())
    ->log(true)
    ->method('POST')
    ->url('url')
    ->mediaUrls('media_urls')
    ->powerpackUuid('uuid')
    ->trackable(true)
    ->type('sms')
    // ...
    ;

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

57

—

FairBetter than 98% of packages

Maintenance94

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 51.8% 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 ~23 days

Recently: every ~2 days

Total

54

Last Release

28d ago

Major Versions

v7.4.0 → v8.0.02025-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 (4 changes)v6.3.0-BETA1PHP &gt;=8.1

v7.0.0-RC1PHP &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 (29 commits)")[![xabbuh](https://avatars.githubusercontent.com/u/1957048?v=4)](https://github.com/xabbuh "xabbuh (9 commits)")[![fabpot](https://avatars.githubusercontent.com/u/47313?v=4)](https://github.com/fabpot "fabpot (6 commits)")[![derrabus](https://avatars.githubusercontent.com/u/1506493?v=4)](https://github.com/derrabus "derrabus (4 commits)")[![OskarStark](https://avatars.githubusercontent.com/u/995707?v=4)](https://github.com/OskarStark "OskarStark (3 commits)")[![gnito-org](https://avatars.githubusercontent.com/u/70450336?v=4)](https://github.com/gnito-org "gnito-org (2 commits)")[![keradus](https://avatars.githubusercontent.com/u/2716794?v=4)](https://github.com/keradus "keradus (1 commits)")[![alamirault](https://avatars.githubusercontent.com/u/9253091?v=4)](https://github.com/alamirault "alamirault (1 commits)")[![alexandre-daubois](https://avatars.githubusercontent.com/u/2144837?v=4)](https://github.com/alexandre-daubois "alexandre-daubois (1 commits)")

---

Tags

componentnotifierphpplivosymfonysymfony-componentnotifierplivo

### Embed Badge

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

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

###  Alternatives

[symfony/telegram-notifier

Symfony Telegram Notifier Bridge

73991.5k7](/packages/symfony-telegram-notifier)[symfony/firebase-notifier

Symfony Firebase Notifier Bridge

12917.4k1](/packages/symfony-firebase-notifier)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[symfony/rocket-chat-notifier

Symfony RocketChat Notifier Bridge

13127.2k](/packages/symfony-rocket-chat-notifier)

PHPackages © 2026

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