PHPackages                             xpat/tinkoffbundle - 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. xpat/tinkoffbundle

ArchivedSymfony-bundle[Payment Processing](/categories/payments)

xpat/tinkoffbundle
==================

tinkoff paymen api bundle

v1.0.1(6y ago)019MITPHPPHP &gt;=7.2

Since Feb 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/xpat23/tinkoff)[ Packagist](https://packagist.org/packages/xpat/tinkoffbundle)[ Docs](https://github.com/xpat23/tinkoff)[ RSS](/packages/xpat-tinkoffbundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (1)Versions (1)Used By (0)

tinkoff bundle
==============

[](#tinkoff-bundle)

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

[](#installation)

Use Composer for the automated process:

```
 composer require xpat/tinkoffbundle
```

### Adding bundle to your application kernel

[](#adding-bundle-to-your-application-kernel)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = [
        // ...
        new Xpat\TinkoffBundle\XpatTinkoffBundle(),
        // ...
    ];
}
```

Config
------

[](#config)

in app/config/config.yml

```
   xpat_tinkoff:
     api_url: 'https://api-url.com' #required
     terminal_key: 'your_terminal_key' #required
     password: 'your_password' #required
     notification_route: 'app_my_notification_route' #optional
     success_route: 'app_my_success_route' #optional
     fail_route: 'app_my_fail_route' #optional
```

Usage
-----

[](#usage)

```
use Xpat\TinkoffBundle\Service\PaymentParameterBuilder;
use Xpat\TinkoffBundle\Service\TinkoffPaymentService;

class InitController extends Controller
{

    public function indexAction(PaymentParameterBuilder $parameterBuilder, TinkoffPaymentService $service)
    {
        $params = $this->parameterBuilder->build();
        $params->setOrderId($orderId);
        $params->setAmount($amount);
        //set another fields
        $result = $service->initPayment($params);
        // handle result
        return $this->redirect($result->getPaymentURL());

    }
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

2292d ago

### Community

Maintainers

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

---

Top Contributors

[![xpat23](https://avatars.githubusercontent.com/u/15974310?v=4)](https://github.com/xpat23 "xpat23 (13 commits)")

### Embed Badge

![Health badge](/badges/xpat-tinkoffbundle/health.svg)

```
[![Health](https://phpackages.com/badges/xpat-tinkoffbundle/health.svg)](https://phpackages.com/packages/xpat-tinkoffbundle)
```

###  Alternatives

[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)

PHPackages © 2026

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