PHPackages                             livo/sms-payvand - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. livo/sms-payvand

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

livo/sms-payvand
================

Пакет для подключение smm-payvand к Laravel

2.0(4y ago)349proprietaryPHPPHP ^7.3|^8.0

Since Feb 8Pushed 4y agoCompare

[ Source](https://github.com/Colibri-IT-Innovations/sms-payvand)[ Packagist](https://packagist.org/packages/livo/sms-payvand)[ RSS](/packages/livo-sms-payvand/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (8)Used By (0)

Payvand-sms package for Laravel
===============================

[](#payvand-sms-package-for-laravel)

Пакет для подключение смс рассылки от пайванда с Laravel

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

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

```
 composer require livo/sms-payvand
```

Опубликовать настройки и миграции
---------------------------------

[](#опубликовать-настройки-и-миграции)

```
 php artisan vendor:publish --tag=payvand-config

 php artisan vendor:publish --tag=sms-migrations

```

Настройки
---------

[](#настройки)

Для настройки пакета мы должны вводить данные в файле .env

```
PAYVAND_API_KEY=5E8C9512-AF2E-4413-BEF8-F4B7E5BE4897

PAYVAND_LOCAL=EN

PAYVAND_SOURCE_ADDRESS=some_address

```

Миграция
--------

[](#миграция)

```
 php artisan migrate --path=database/migrations/2022_02_10_101629_create_sms_logs_table.php
```

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

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

```
use Livo\SMSPayvand\Events\SendedSms;

event(new SendedSms('902222900', 'Привет это тестовый смс'));
```

Логирование
-----------

[](#логирование)

```
use Livo\SMSPayvand\Models\SmsLog;

$logs = SmsLog::latest()->paginate();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Total

7

Last Release

1552d ago

Major Versions

1.5 → 2.02022-02-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a94eaafe50b4be5ea66eb7ff4a4f5d8fb49d9932eca4feb532ac899da6b1283?d=identicon)[livo\_dev](/maintainers/livo_dev)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/livo-sms-payvand/health.svg)

```
[![Health](https://phpackages.com/badges/livo-sms-payvand/health.svg)](https://phpackages.com/packages/livo-sms-payvand)
```

PHPackages © 2026

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