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

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

rentbetter/plivo-notifier
=========================

Symfony Plivo Notifier Bridge

v7.2.1(1y ago)211.6kMITPHPPHP &gt;=8.1

Since Sep 23Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/RentBetter/plivo-notifier)[ Packagist](https://packagist.org/packages/rentbetter/plivo-notifier)[ Docs](https://symfony.com)[ RSS](/packages/rentbetter-plivo-notifier/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

⚠️ Archived Repository
======================

[](#️-archived-repository)

**This repository is archived and no longer maintained.**

Symfony now provides **official Plivo support** via the Symfony Notifier component, which fully replaces this package.

👉 **Please use the official package instead:**

Reasons for archiving:

- Official Symfony support is actively maintained
- Better long-term compatibility with Symfony versions
- Security fixes and new features are handled upstream

This repository remains available **for historical reference only**.

---

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

[](#plivo-notifier)

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

Installation
------------

[](#installation)

1. Install package using composer

```
composer require rentbetter/plivo-notifier@^6.1
```

2. Add your Plivo DSN to your environment variables, e.g. in `.env`

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

```

3. Register the `PlivoTransportFactory` in your `services.yaml`

```
notifier.transport_factory.plivo:
   class: Symfony\Component\Notifier\Bridge\Plivo\PlivoTransportFactory
   parent: notifier.transport_factory.abstract
   tags: ['texter.transport_factory']
```

4. Enable the Plivo transport in your `config/packages/notifier.yaml` configuration

```
framework:
  notifier:
    texter_transports:
      plivo: '%env(PLIVO_DSN)%'
```

5. Start sending SMS in your application, see [the symfony docs](https://symfony.com/doc/current/notifier.html#creating-sending-notifications)

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

[](#dsn-example)

```
PLIVO_DSN=plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM&statusUrl=URL&statusUrlMethod=METHOD

```

where:

- `AUTH_ID` is your Plivo auth ID
- `AUTH_TOKEN` is your Plivo auth token
- `FROM` is your sender
- `URL` (optional) is the URL to which Plivo should send delivery updates
- `METHOD` (optional) is the HTTP method (GET, POST) with which Plivo should call `URL`

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

42

—

FairBetter than 90% of packages

Maintenance65

Regular maintenance activity

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~319 days

Total

4

Last Release

368d ago

Major Versions

v6.1.0 → v7.2.02025-01-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/e37d47912d46e100f29ba42b6e5894c0f4bf900a18bac4b9417544b7f1e6d532?d=identicon)[paulferrett](/maintainers/paulferrett)

---

Top Contributors

[![paulferrett](https://avatars.githubusercontent.com/u/282405?v=4)](https://github.com/paulferrett "paulferrett (5 commits)")[![thomasrose](https://avatars.githubusercontent.com/u/775792?v=4)](https://github.com/thomasrose "thomasrose (2 commits)")

---

Tags

plivoplivo-smssymfonysymfony-notifiernotifiersmsplivo

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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