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

1554d 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)
```

###  Alternatives

[fntneves/laravel-transactional-events

Transaction-aware Event Dispatcher for Laravel

3202.6M2](/packages/fntneves-laravel-transactional-events)[ipinfo/ipinfo

The official PHP library for IPinfo, the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier and IP type data sets. Visit our developer docs at https://ipinfo.io/developers.

2891.2M11](/packages/ipinfo-ipinfo)[craftcms/plugin-installer

Craft CMS Plugin Installer

283.3M4](/packages/craftcms-plugin-installer)[typo3/cms-recordlist

TYPO3 CMS Recordlist - Lists database records in the TYPO3 backend module (Web&gt;List).

178.0M48](/packages/typo3-cms-recordlist)[broadway/uuid-generator

UUID generator for broadway/broadway.

202.1M11](/packages/broadway-uuid-generator)

PHPackages © 2026

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