PHPackages                             betsuno/yii2-yandex-money - 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. betsuno/yii2-yandex-money

ActiveLibrary[Payment Processing](/categories/payments)

betsuno/yii2-yandex-money
=========================

Yii2 component for yandex money integration in your web application

0.1(8y ago)093MITPHP

Since Feb 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/BetsuNo/yii2-yandex-money)[ Packagist](https://packagist.org/packages/betsuno/yii2-yandex-money)[ RSS](/packages/betsuno-yii2-yandex-money/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Yii2 component for Yandex Money integration in your web applications
====================================================================

[](#yii2-component-for-yandex-money-integration-in-your-web-applications)

This repo is fork of [grigorieff/yii2-yandex-money](https://github.com/grigorieff/yii2-yandex-money)was made because there was no stable release.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist betsuno/yii2-yandex-money "*"

```

or add

```
"betsuno/yii2-yandex-money": "*"

```

to the require section of your composer.json.

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

[](#configuration)

Add to your app config:

```
    'components' => [

        .........

        'ym' => [
            'class'         => 'betsuno\yii2yandexMoney\YMComponent',
            'client_id'     => '......',
            'code'          => '......',
            'redirect_uri'  => '......',
            'client_secret' => '......'
        ],

        .........

    ];
```

Usage
-----

[](#usage)

```
$ym = Yii::$app->ym->api;

// get account info

$accountInfo = $ym->accountInfo();

.......

// get operation history with last 3 records
$operationHistory = $ym->operationHistory(['records' => 3]);

......

// make request payment
$requestPayment = $ym->requestPayment([
    'pattern_id' => 'p2p',
    'to'         => $money_wallet,
    'amount_due' => $amount_due,
    'comment'    => $comment,
    'message'    => $message,
    'label'      => $label,
]);

......

// call process payment to finish payment
$processPayment = $ym->processPayment([
    'request_id' => $request_payment->request_id,
]);

......
```

License
-------

[](#license)

MIT

Requirements
------------

[](#requirements)

This Yii2 component requires:

- [Yii 2 framework](https://github.com/yiisoft/yii2)
- [Yandex Money SDK](https://github.com/yandex-money/yandex-money-sdk-php)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.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

Unknown

Total

1

Last Release

3010d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bb28e87428383d3adaf380f079a5971ccd28b3c9f9f2183870d2f4e219fc9d4?d=identicon)[BetsuNo](/maintainers/BetsuNo)

---

Top Contributors

[![grigorieff](https://avatars.githubusercontent.com/u/1093528?v=4)](https://github.com/grigorieff "grigorieff (6 commits)")[![BetsuNo](https://avatars.githubusercontent.com/u/12868790?v=4)](https://github.com/BetsuNo "BetsuNo (2 commits)")[![nicdnepr](https://avatars.githubusercontent.com/u/2581487?v=4)](https://github.com/nicdnepr "nicdnepr (1 commits)")

### Embed Badge

![Health badge](/badges/betsuno-yii2-yandex-money/health.svg)

```
[![Health](https://phpackages.com/badges/betsuno-yii2-yandex-money/health.svg)](https://phpackages.com/packages/betsuno-yii2-yandex-money)
```

###  Alternatives

[guanguans/yii-pay

适配于 Yii 的 alipay 和 wechat 的支付扩展包

515.5k](/packages/guanguans-yii-pay)[hscstudio/yii2-cart

Yii2 extension that adds shopping cart functions

242.1k](/packages/hscstudio-yii2-cart)

PHPackages © 2026

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