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

0365↓50%PHP

Since Jun 17Pushed 1y 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 1mo ago

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

18

—

LowBetter than 8% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity18

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://www.gravatar.com/avatar/12e6c6c9c9ef7bf96a0f37acf2fd34738fa4f6f2f16a66f9b44c2e82972dc17c?d=identicon)[receiver](/maintainers/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

[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)
