PHPackages                             5818959/smstraffic-notification-channel - 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. 5818959/smstraffic-notification-channel

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

5818959/smstraffic-notification-channel
=======================================

SmsTraffic Notification Channel for laravel.

v0.3.2(6y ago)0471[3 PRs](https://github.com/5818959/smstraffic-notification-channel/pulls)MITPHPPHP ^7.1.3

Since Aug 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/5818959/smstraffic-notification-channel)[ Packagist](https://packagist.org/packages/5818959/smstraffic-notification-channel)[ RSS](/packages/5818959-smstraffic-notification-channel/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (12)Used By (0)

Laravel SmsTraffic Notification Channel
=======================================

[](#laravel-smstraffic-notification-channel)

Details
-------

[](#details)

Based on [Laravel Nexmo Notification Channel](https://github.com/laravel/nexmo-notification-channel).

Official Documentation
----------------------

[](#official-documentation)

See documentation for Laravel Nexmo Notification Channel on the [Laravel website](https://laravel.com/docs/notifications#sms-notifications).

Configuration options
---------------------

[](#configuration-options)

You will need to add a few configuration options to your `config/services.php` configuration file. You may copy the example configuration below to get started:

```
'smstraffic' => [
    'login' => env('SMSTRAFFIC_LOGIN'),
    'password' => env('SMSTRAFFIC_PASSWORD'),
    'sms_from' => env('SMSTRAFFIC_SMS_FROM'),
],

```

The `sms_from` option is the phone number that your SMS messages will be sent from. You should use a phone number from your SmsTraffic control panel.

For testing purposes you may want to change the URL that smstraffic-client makes requests to from `https://api.smstraffic.ru/multi.php` to something else. You can do this by providing a `url` option.

```
'smstraffic' => [
    ...
    'url' => env('SMSTRAFFIC_URL'),
],

```

SmsTrafficMessage attributes
----------------------------

[](#smstrafficmessage-attributes)

`SmsTrafficMessage` has additional attributes:

- `from` attribute allows you to override the `sms_from` configuration option;
- `to` attribute allows you to override the recipient phone number;
- `type` attribute allows you to set the type of the message; this is useful if you plan to distinguish between messages in your app later.

License
-------

[](#license)

Laravel SmsTraffic Notification Channel is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

Total

8

Last Release

2339d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1871115?v=4)[Sergey S.](/maintainers/5818959)[@5818959](https://github.com/5818959)

---

Top Contributors

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

---

Tags

laravelnotificationssmssmstraffic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/5818959-smstraffic-notification-channel/health.svg)

```
[![Health](https://phpackages.com/badges/5818959-smstraffic-notification-channel/health.svg)](https://phpackages.com/packages/5818959-smstraffic-notification-channel)
```

PHPackages © 2026

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