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(4y ago)144MITPHPPHP ^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 3w 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 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

1478d 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

[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)[awssat/discord-notification-channel

Discord Notification Channel for laravel.

94131.9k](/packages/awssat-discord-notification-channel)[salamwaddah/laravel-mandrill-driver

Mandrill notification channel for Laravel 9, 10, 11, 12, 13

1177.4k](/packages/salamwaddah-laravel-mandrill-driver)[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.

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

PHPackages © 2026

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