PHPackages                             toshiyoung/laravel-smsru-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. toshiyoung/laravel-smsru-channel

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

toshiyoung/laravel-smsru-channel
================================

Sms.ru Notification Channel for laravel.

v1.0.0(3y ago)143MITPHPPHP ^8.0

Since Jun 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ToshiYoung/Laravel-SmsRu-Channel)[ Packagist](https://packagist.org/packages/toshiyoung/laravel-smsru-channel)[ RSS](/packages/toshiyoung-laravel-smsru-channel/feed)WikiDiscussions main Synced 4d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Sms.ru notification channel for Laravel
=======================================

[](#smsru-notification-channel-for-laravel)

Install
-------

[](#install)

```
composer require toshiyoung/laravel-smsru-channel

```

```
php artisan vendor:publish --provider="TY\SmsRu\SmsRuServiceProvider"

```

Usage
-----

[](#usage)

You can use the channel in your `via()` method inside the notification:

```
use Illuminate\Notifications\Notification;
use TY\SmsRu\Messages\SmscRuMessage;
use TY\SmsRu\Channels\SmscRuChannel;

class SmsNotify extends Notification
{
    public function via($notifiable)
    {
        return [SmsRuChannel::class];
    }

    public function toSmsRu($notifiable)
    {
        return new SmsRuMessage("Привет! Это тестовое СМС.");
    }
}
```

```
Notification::route('sms_ru', '79001231234')->notify(new SmsNotify());
```

Testing
-------

[](#testing)

```
$ composer test
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1428d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/140b838eb965a233c2bca1b6ebb9616247b704155f5861a796d847ffb8d75f3d?d=identicon)[ToshiYoung](/maintainers/ToshiYoung)

---

Top Contributors

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

---

Tags

laravelnotificationssms.ru

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/toshiyoung-laravel-smsru-channel/health.svg)

```
[![Health](https://phpackages.com/badges/toshiyoung-laravel-smsru-channel/health.svg)](https://phpackages.com/packages/toshiyoung-laravel-smsru-channel)
```

###  Alternatives

[benwilkins/laravel-fcm-notification

Laravel FCM (Firebase Cloud Messaging) Notification Channel

210964.1k1](/packages/benwilkins-laravel-fcm-notification)[laravel-notification-channels/rocket-chat

Rocket.Chat Notifications channel for Laravel 5.6+

1345.5k](/packages/laravel-notification-channels-rocket-chat)[usamamuneerchaudhary/filament-notifier

A powerful notification system for FilamentPHP that handles multi-channel notifications with template management, scheduling, and real-time delivery. Built for developers who need enterprise-grade notifications without the complexity.

321.1k](/packages/usamamuneerchaudhary-filament-notifier)

PHPackages © 2026

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