PHPackages                             receiver1/omnipay-tinkoff - 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. receiver1/omnipay-tinkoff

ActiveLibrary[Payment Processing](/categories/payments)

receiver1/omnipay-tinkoff
=========================

Tinkoff.Payments gateway for Omnipay

0478↓37.5%PHP

Since Jun 17Pushed 2y agoCompare

[ Source](https://github.com/Receiver1/omnipay-tinkoff)[ Packagist](https://packagist.org/packages/receiver1/omnipay-tinkoff)[ RSS](/packages/receiver1-omnipay-tinkoff/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Omnipay: Tinkoff
================

[](#omnipay-tinkoff)

**Подержка эквайринга через Tinkoff для Omnipay**

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

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

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

```
composer require league/omnipay receiver1/omnipay-tinkoff
```

Использование
-------------

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

```
// Создаём новый платёжный шлюз
$gateway = Omnipay::create('Tinkoff');

$gateway->setTerminalId('TerminalId');
$gateway->setPassword('TerminalPassword');

// Создаём новый платёж на сумму 10 руб. 00 коп. с идентификатором заказа 1234
$request = $gateway->purchase([
  'amount' => 10,
  'orderId' => 1234,
  'description' => 'optional',
  'customerKey' => 'optional',
  'notificationUrl' => 'optional',
  'successUrl' => 'optional',
  'failUrl' => 'optional',
]);

$log->write(print_r($request->getData(), true));
$response = $request->send();

if (!$response->isSuccessful()) {
  $log->write($response->getDetailMessage());
  throw new Exception($response->getMessage());
}

$log->write(print_r($response->getData(), true));
return $response->gitRedirectUrl();
```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 58.3% 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://avatars.githubusercontent.com/u/8603648?v=4)[receiver](/maintainers/receiver)[@receiver](https://github.com/receiver)

---

Top Contributors

[![receiver1](https://avatars.githubusercontent.com/u/62743649?v=4)](https://github.com/receiver1 "receiver1 (7 commits)")[![admsvist](https://avatars.githubusercontent.com/u/11600615?v=4)](https://github.com/admsvist "admsvist (5 commits)")

### Embed Badge

![Health badge](/badges/receiver1-omnipay-tinkoff/health.svg)

```
[![Health](https://phpackages.com/badges/receiver1-omnipay-tinkoff/health.svg)](https://phpackages.com/packages/receiver1-omnipay-tinkoff)
```

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)[patryqhyper/polish_payments_api

Library for polish payment providers

141.6k](/packages/patryqhyper-polish-payments-api)

PHPackages © 2026

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