PHPackages                             proklung/smstraffic-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. proklung/smstraffic-notifier

ActiveSymfony-bridge

proklung/smstraffic-notifier
============================

Symfony SMSTRAFFIC.RU Notifier Bridge

1.0.3(4y ago)12MITPHPPHP &gt;=7.2.5 | ~8

Since Jul 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ProklUng/smstraffic-notifier)[ Packagist](https://packagist.org/packages/proklung/smstraffic-notifier)[ RSS](/packages/proklung-smstraffic-notifier/feed)WikiDiscussions master Synced 1mo ago

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

SMSTRAFFIC Notifier
===================

[](#smstraffic-notifier)

Provides [SMSTRAFFIC](https://smstraffic.ru/) integration for Symfony Notifier.

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

[](#installation)

composer.json:

```
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/proklung/smstraffic-notifier"
        }
    ]
```

```
composer require proklung/smstraffic-notifier
```

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

[](#dsn-example)

```
SMSTRAFFIC_DSN=smstraffic://LOGIN:PASSWORD@default?from=FROM

```

where:

- `LOGIN` is your login
- `PASSWORD` is your API password
- `FROM` is your sender (NB: text identity, not a phone number)

Нюансы
------

[](#нюансы)

В кастомных вариантах `Symfony` фабрику `SmsTrafficTransportFactory` надо пометить тэгом вручную (автоконфигурация не срабатывает).

`services.yaml`

```
 Prokl\Component\Notifier\Bridge\SmsTraffic\SmsTrafficTransportFactory:
   class: Prokl\Component\Notifier\Bridge\SmsTraffic\SmsTrafficTransportFactory
   tags: ['texter.transport_factory']
```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

4

Last Release

1747d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9210c86ee6734e537eaf22c0f2fe7a965451e340e39e1aae2b74013f24c2660d?d=identicon)[gedovan](/maintainers/gedovan)

---

Top Contributors

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

---

Tags

notifierphpphp7smssymfonynotifiersmssmstraffic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/proklung-smstraffic-notifier/health.svg)

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