PHPackages                             vanta/kvell-payout-client - 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. [Payment Processing](/categories/payments)
4. /
5. vanta/kvell-payout-client

ActiveLibrary[Payment Processing](/categories/payments)

vanta/kvell-payout-client
=========================

Client for kvell payout

0.2(2y ago)13MITPHPPHP ^8.2

Since Nov 4Pushed 2y agoCompare

[ Source](https://github.com/VantaFinance/kvell-payout-client)[ Packagist](https://packagist.org/packages/vanta/kvell-payout-client)[ RSS](/packages/vanta-kvell-payout-client/feed)WikiDiscussions main Synced 1mo ago

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

Kvell Payout Client
===================

[](#kvell-payout-client)

Клиент для интеграции с сервисом [kvell.group](https://docs.stage.kvell.group/payout/)

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

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

Минимальная версия PHP: 8.2

1. Запустите команду `composer require vanta/kvell-payout-client`
2. Установите psr совместимый клиент

Пример использования:
---------------------

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

### Создать билдер

[](#создать-билдер)

```
$key     = file_get_contents(filename: '');
$builder = RestClientBuilder::create(client: new Client(config: []), signKey: new SignKey(value: $key), apiKey: '', secretKey: '')
    ->withEnvironmentStage()
;
```

### Проверка возможности выплаты

[](#проверка-возможности-выплаты)

```
$key     = file_get_contents(filename: '');
$builder = RestClientBuilder::create(client: new Client(config: []), signKey: new SignKey(value: $key), apiKey: '', secretKey: '')
    ->withEnvironmentStage()
;

$result = $builder->createSbpPayoutClient()
     ->startCheckingPossibleToPay(
            new PossibleToPay(
                'Шашков Владислав Максимович',
                '100000000004',
                PhoneNumber::parse('+79994652397'),
                new MoneyPositive(Money::RUB(5000))
            ),
       );
```

### Получить статус проверки возможности выплаты

[](#получить-статус-проверки-возможности-выплаты)

```
$key     = file_get_contents(filename: '');
$builder = RestClientBuilder::create(client: new Client(config: []), signKey: new SignKey(value: $key), apiKey: '', secretKey: '')
    ->withEnvironmentStage()
;

$result = $builder->createSbpPayoutClient()->getStatusPossibleToPay('170444');
```

### Получить заказ по transactionId

[](#получить-заказ-по-transactionid)

```
$key     = file_get_contents(filename: '');
$builder = RestClientBuilder::create(client: new Client(config: []), signKey: new SignKey(value: $key), apiKey: '', secretKey: '')
    ->withEnvironmentStage()
;

$result = $builder->createClassicPayoutClient()->getPayout('b1e8fdb4-6562-4992-a933-cf029f9e31d3');
```

### Выплаты на карту

[](#выплаты-на-карту)

```
$key     = file_get_contents(filename: '');
$builder = RestClientBuilder::create(client: new Client(config: []), signKey: new SignKey(value: $key), apiKey: '', secretKey: '')
    ->withEnvironmentStage()
;

$result = $builder->createClassicPayoutClient()
    ->createPayoutClassic(
        request: new Payout(
            description: 'Вывод денег',
            transactionId: 'b1e8fdb4-6562-4992-a933-cf029f9e31d3',
            amount: new MoneyPositive(value: Money::RUB(100)),
            card: new \Vanta\Integration\KvellPayout\Request\Card('4718190802359673'),
        )
    );
```

TODO:

- Тесты

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Total

2

Last Release

910d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/37250ac0f6117b7d479802e14fcc870f2e2a85e6c6f26a037cfacb08b3db70a1?d=identicon)[shashkov.root](/maintainers/shashkov.root)

---

Top Contributors

[![root-aza](https://avatars.githubusercontent.com/u/13816704?v=4)](https://github.com/root-aza "root-aza (11 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/vanta-kvell-payout-client/health.svg)

```
[![Health](https://phpackages.com/badges/vanta-kvell-payout-client/health.svg)](https://phpackages.com/packages/vanta-kvell-payout-client)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M385](/packages/shopware-core)

PHPackages © 2026

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