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

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

steppinghat/symfony-d7-notifier
===============================

Provides D7 networks integration for Symfony Notifier

1.2.0(4y ago)0391[1 PRs](https://github.com/SteppingHat/symfony-d7-notifier/pulls)MITPHPPHP &gt;=7.4

Since Mar 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/SteppingHat/symfony-d7-notifier)[ Packagist](https://packagist.org/packages/steppinghat/symfony-d7-notifier)[ Docs](https://github.com/steppinghat/symfony-d7-notifier)[ RSS](/packages/steppinghat-symfony-d7-notifier/feed)WikiDiscussions master Synced 1mo ago

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

Symfony D7 Networks Notifier
============================

[](#symfony-d7-networks-notifier)

[![Latest Stable Version](https://camo.githubusercontent.com/1add1e7705944234c687f60fe2fe5aa2fc21292223451e0589d710827e3fbbb8/687474703a2f2f706f7365722e707567782e6f72672f7374657070696e676861742f73796d666f6e792d64372d6e6f7469666965722f76)](https://packagist.org/packages/steppinghat/symfony-d7-notifier) [![Total Downloads](https://camo.githubusercontent.com/4d51f7085a4fb0cd8eadb51b4f77e9eb73768855cf24682fc1f47a37e0b10eef/687474703a2f2f706f7365722e707567782e6f72672f7374657070696e676861742f73796d666f6e792d64372d6e6f7469666965722f646f776e6c6f616473)](https://packagist.org/packages/steppinghat/symfony-d7-notifier) [![License](https://camo.githubusercontent.com/d0379a9ed222491aed2935137cbfb6b7928256206cfad33111c18409e3736948/687474703a2f2f706f7365722e707567782e6f72672f7374657070696e676861742f73796d666f6e792d64372d6e6f7469666965722f6c6963656e7365)](https://packagist.org/packages/steppinghat/symfony-d7-notifier) [![Build Status](https://camo.githubusercontent.com/c4ed312412c2ddb0d2d24d80ba515d7c354281cc6786b54d8a359895252a071b/68747470733a2f2f7472617669732d63692e636f6d2f5374657070696e674861742f73796d666f6e792d64372d6e6f7469666965722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/SteppingHat/symfony-d7-notifier)

Provides D7 Networks integration for Symfony Notifier.

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

[](#installation)

Install this package using composer

```
composer require steppinghat/symfony-d7-notifier
```

Add the D7 transport in `config/pakages/notifier.yaml`

```
framework:
    notifier:
        texter_transports:
            d7: '%env(D7_DSN)%' # ADD MEE!
```

Define the D7 DSN environment variable in `.env`

```
D7_DSN=d7://@default?

```

`TOKEN` is your D7 Networks API token and `PARAMETERS` is a query string that is built with the following parameters:

ParameterTypeDescription`from`stringThe sender number or alphanumeric name.`defaultLocale`stringThe two-letter country code to convert local numbers to international numbers.`allowUnicode`boolAllow messages to be encoded and sent using unicode if UTF-8 characters are present. *Optional, defaults to **true**.*A typical example DSN would be:

```
D7_DSN=d7://abcd1234@default?from=SteppingHat&defaultLocale=AU

```

and lastly register the service in `services.yaml`

```
notifier.transport_factory.d7:
    class: SteppingHat\D7Notifier\D7TransportFactory
    parent: notifier.transport_factory.abstract
    tags: [texter.transport_factory]
```

Contributing
------------

[](#contributing)

### Tests

[](#tests)

Included for library development purposes is a small set of test cases to assure that basic library functions work as expected. These tests can be launched by running the following:

```
$ vendor/bin/phpunit

```

### License

[](#license)

Made with ❤ by Javan Eskander

Available for use under the MIT license

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

3

Last Release

1510d ago

### Community

Maintainers

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

---

Top Contributors

[![SteppingHat](https://avatars.githubusercontent.com/u/1788634?v=4)](https://github.com/SteppingHat "SteppingHat (4 commits)")

---

Tags

symfonynotifiersmsd7d7networks

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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