PHPackages                             chumakovanton/yii2-tinkoff-pay - 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. chumakovanton/yii2-tinkoff-pay

ActiveYii2-extension[Payment Processing](/categories/payments)

chumakovanton/yii2-tinkoff-pay
==============================

Extension for oplata.tinkoff.ru merchant API

v0.0.5(8y ago)46009[2 issues](https://github.com/ChumakovAnton/yii2-tinkoff-pay/issues)[1 PRs](https://github.com/ChumakovAnton/yii2-tinkoff-pay/pulls)MITPHP

Since Sep 8Pushed 1y ago2 watchersCompare

[ Source](https://github.com/ChumakovAnton/yii2-tinkoff-pay)[ Packagist](https://packagist.org/packages/chumakovanton/yii2-tinkoff-pay)[ RSS](/packages/chumakovanton-yii2-tinkoff-pay/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (2)Versions (11)Used By (0)

chumakovanton/yii2-tinkoff-pay
==============================

[](#chumakovantonyii2-tinkoff-pay)

Extension for oplata.tinkoff.ru merchant API

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist chumakovanton/yii2-tinkoff-pay "*"

```

or add

```
"chumakovanton/yii2-tinkoff-pay": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Config application :

```
'components' => [
    //  ...
    'tinkoffPay' => [
            'class' => \chumakovanton\tinkoffPay\TinkoffPay::className(),
            'terminalKey' => 'terminalKey',
            'secretKey' => 'secretKey',
            'apiUrl' => 'https://securepay.tinkoff.ru/v2'
        ],
]
```

Once the extension is installed, simply use it in your code by :

```
/** @var \chumakovanton\tinkoffPay\TinkoffPay $paymentService */
$paymentService = Yii::$app->tinkoffPay;

$paymentRequest = $paymentService->initPay('order1', 1000);

$paymentRequest->addData('user_id', 123);

try {
    $response = $paymentRequest->send();
} catch (\chumakovanton\tinkoffPay\exceptions\HttpException $exception) {
    throw new \yii\web\HttpException($exception->statusCode, $exception->getMessage());
}

$paymentUrl = $response->getPaymentUrl();
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

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

Recently: every ~164 days

Total

7

Last Release

2560d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14801524?v=4)[Anton Chumakov](/maintainers/ChumakovAnton)[@ChumakovAnton](https://github.com/ChumakovAnton)

---

Top Contributors

[![ChumakovAnton](https://avatars.githubusercontent.com/u/14801524?v=4)](https://github.com/ChumakovAnton "ChumakovAnton (2 commits)")

---

Tags

yii2extensionpaymentpaymerchanttinkofftinkoff.ruoplata.tinkoff.ru

### Embed Badge

![Health badge](/badges/chumakovanton-yii2-tinkoff-pay/health.svg)

```
[![Health](https://phpackages.com/badges/chumakovanton-yii2-tinkoff-pay/health.svg)](https://phpackages.com/packages/chumakovanton-yii2-tinkoff-pay)
```

###  Alternatives

[omnipay/authorizenet

Authorize.Net gateway for the Omnipay payment processing library

592.6M7](/packages/omnipay-authorizenet)[ondrakoupil/csob-eapi-paygate

PHP Client library for easy integration of ČSOB payment gateway

46441.1k3](/packages/ondrakoupil-csob-eapi-paygate)[sudiptpa/omnipay-nabtransact

National Australia Bank (NAB) Transact driver for the Omnipay payment processing library.

1018.7k](/packages/sudiptpa-omnipay-nabtransact)

PHPackages © 2026

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