PHPackages                             laravel-tool/laravel-websms-ru - 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. laravel-tool/laravel-websms-ru

ActiveLaravel-plugin[Mail &amp; Notifications](/categories/mail)

laravel-tool/laravel-websms-ru
==============================

Laravel WebSMS.ru channel provider

v0.1.0(2d ago)17MITPHPPHP &gt;=8.0

Since Jan 16Pushed 2d ago1 watchersCompare

[ Source](https://github.com/laravel-tool/laravel-websms-ru)[ Packagist](https://packagist.org/packages/laravel-tool/laravel-websms-ru)[ RSS](/packages/laravel-tool-laravel-websms-ru/feed)WikiDiscussions main Synced yesterday

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

Laravel WebSMS.ru Notification Channel
======================================

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

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

[](#installation)

```
composer require laravel-tool/laravel-websms-ru
```

Configuration
-------------

[](#configuration)

1. ```
     return [
         'username' => env('WEBSMS_RU_USERNAME'),
         'password' => env('WEBSMS_RU_PASSWORD'),
         'test_mode' => env('WEBSMS_RU_TEST_MODE', false),
         'default_sender' => env('WEBSMS_RU_DEFAULT_SENDER'),
     ];
    ```
2. Add to notifiable model: ```
    public function routeNotificationForSms($notification): string
    {
        return $this->phone;
    }
    ```
3. Add to notification channel "websms\_ru": ```
     public function via($notifiable)
     {
         return ['websms_ru'];
     }
    ```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance99

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Total

2

Last Release

2d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8124083?v=4)[Yuriy Potemkin](/maintainers/mxp100)[@mxp100](https://github.com/mxp100)

---

Top Contributors

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

---

Tags

laravelnotificationchannelwebsms.ru

### Embed Badge

![Health badge](/badges/laravel-tool-laravel-websms-ru/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-tool-laravel-websms-ru/health.svg)](https://phpackages.com/packages/laravel-tool-laravel-websms-ru)
```

###  Alternatives

[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.9M147](/packages/laravel-cashier)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2401.4M17](/packages/laravel-notification-channels-discord)[ghanem/laravel-smsmisr

Send SMS and SMS Notification via SMS Misr for Laravel

205.0k](/packages/ghanem-laravel-smsmisr)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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