PHPackages                             alexvexone/laravel-opersms - 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. alexvexone/laravel-opersms

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

alexvexone/laravel-opersms
==========================

Сервис для интеграции с OperSMS

1.3.1(2y ago)182.3kMITPHPPHP &gt;=8.1

Since May 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/alexvexone/laravel-opersms)[ Packagist](https://packagist.org/packages/alexvexone/laravel-opersms)[ RSS](/packages/alexvexone-laravel-opersms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (12)Used By (0)

Сервис для интеграции с [OperSMS](https://opersms.uz/ru)
========================================================

[](#сервис-для-интеграции-с-opersms)

Установка
---------

[](#установка)

```
composer require alexvexone/laravel-opersms
```

Пакет использует Laravel Package Discovery, поэтому необязательно явно объявлять сервис-провайдер.

В `.env` необходимо настроить директивы для подключения к OperSMS:

`OPERSMS_LOGIN=YOUR_LOGIN`
`OPERSMS_PASSWORD=YOUR_PASSWORD`

По умолчанию запросы отправляются на `http://83.69.139.182:8080`, если необходимо изменить URL, переопределите директиву:

`OPERSMS_URL=YOUR_URL`

Если необходимо соединяться по SSL:

`OPERSMS_SSL_VERIFICATION=true`

Использование
-------------

[](#использование)

### Через Laravel Notifications

[](#через-laravel-notifications)

```
public function via(object $notifiable)
{
    return ['opersms'];
}
```

или

```
public function via(object $notifiable)
{

    return [\Alexvexone\LaravelOperSms\Channels\OperSmsChannel::class];
}
```

### Через сервис напрямую

[](#через-сервис-напрямую)

Отправка ОДНОГО сообщения ОДНОМУ телефонному номеру:

```
\Alexvexone\LaravelOperSms\OperSmsService::send('YOUR_PHONE', 'YOUR_TEXT');
```

Массовая отправка РАЗНЫХ сообщений РАЗНЫМ телефонным номерам:

```
\Alexvexone\LaravelOperSms\OperSmsService::send(['YOUR_PHONE1', ...], ['YOUR_TEXT1', ...]);
```

Массовая отправка РАЗНЫХ сообщений ОДНОМУ телефонному номеру:

```
\Alexvexone\LaravelOperSms\OperSmsService::send('YOUR_PHONE', ['YOUR_TEXT1', ...]);
```

Массовая отправка через собственный массив:

```
\Alexvexone\LaravelOperSms\OperSmsService::send([['phone' => 'YOUR_PHONE1', 'text' => 'YOUR_TEXT1'], ...]);
```

Проверка статуса отправленного СМС по ID:

```
\Alexvexone\LaravelOperSms\OperSmsService::status(YOUR_ID);
```

Публикация (необязательно)
--------------------------

[](#публикация-необязательно)

```
php artisan vendor:publish --provider="Alexvexone\LaravelOperSms\Providers\OperSmsServiceProvider"
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 95.7% 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 ~4 days

Total

11

Last Release

1057d ago

PHP version history (2 changes)1.0.0PHP ^8.1

1.0.2PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/d5fc5031c93499450b7f25e64ec48520a23f4fc7642600f5e59f553bacec2794?d=identicon)[alexvexone](/maintainers/alexvexone)

---

Top Contributors

[![alexvexone](https://avatars.githubusercontent.com/u/38593107?v=4)](https://github.com/alexvexone "alexvexone (22 commits)")[![azizdevfull](https://avatars.githubusercontent.com/u/102867709?v=4)](https://github.com/azizdevfull "azizdevfull (1 commits)")

---

Tags

laravelnotificationsopersmsphpsms

### Embed Badge

![Health badge](/badges/alexvexone-laravel-opersms/health.svg)

```
[![Health](https://phpackages.com/badges/alexvexone-laravel-opersms/health.svg)](https://phpackages.com/packages/alexvexone-laravel-opersms)
```

###  Alternatives

[spatie/laravel-failed-job-monitor

Get notified when a queued job fails

1.0k2.6M4](/packages/spatie-laravel-failed-job-monitor)[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[spatie/mailcoach

Self-host Mailcoach

4007.0k](/packages/spatie-mailcoach)[synergitech/laravel-postal

This library integrates Postal with the standard Laravel mail framework.

38107.1k](/packages/synergitech-laravel-postal)[motomedialab/smtp2go

Send emails via API using the first-class email courier SMTP2Go

1316.3k](/packages/motomedialab-smtp2go)

PHPackages © 2026

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