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

ActiveLibrary[Payment Processing](/categories/payments)

grigorieff/yii2-yandex-money
============================

Yii2 component for yandex modey integration in your web application

34243[1 issues](https://github.com/grigorieff/yii2-yandex-money/issues)PHP

Since Jun 22Pushed 10y ago2 watchersCompare

[ Source](https://github.com/grigorieff/yii2-yandex-money)[ Packagist](https://packagist.org/packages/grigorieff/yii2-yandex-money)[ RSS](/packages/grigorieff-yii2-yandex-money/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

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

[](#installation)

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

Either run

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

```

or add

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

to the require section of your composer.json.

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

[](#configuration)

Add to your app config:

```
    'components' => [

        .........

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

        .........

    ];
```

Usage
-----

[](#usage)

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

// get account info

$accountInfo = $ym->accountInfo();

.......

// get operation history with last 3 records
$operationHistory = $ym->->operationHistory(array("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(array(
    "request_id" => $request_payment->request_id,
));

......
```

License
-------

[](#license)

MIT

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

[](#requirements)

This Yii2 component require [Yandex Money SDK](https://github.com/yandex-money/yandex-money-sdk-php)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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