PHPackages                             mrssoft/raiffeisen - 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. mrssoft/raiffeisen

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

mrssoft/raiffeisen
==================

Component for payment through the payment gateway Raiffeisen

0221PHP

Since Jul 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mrs2000/raiffeisen)[ Packagist](https://packagist.org/packages/mrssoft/raiffeisen)[ RSS](/packages/mrssoft-raiffeisen/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Raiffeisen SBP QR Payment
=========================

[](#raiffeisen-sbp-qr-payment)

Component for payment through the payment gateway bank "Raiffeisen"

[Raiffeisen Manual](https://pay.raif.ru/doc/sbp.html#operation/post-sbp-v2-qrs)

[![Latest Stable Version](https://camo.githubusercontent.com/0b6d29daacfa94f5ae3f3347643fee92a3e77c9e859a843eb01d291aa881141a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d7273736f66742f7261696666656973656e2e737667)](https://packagist.org/packages/mrssoft/raiffeisen)[![PHP](https://camo.githubusercontent.com/e90f99310ab594ed23cd9619745a96044c6948046052acc62968afba2046fd67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d7273736f66742f7261696666656973656e2e737667)](https://camo.githubusercontent.com/e90f99310ab594ed23cd9619745a96044c6948046052acc62968afba2046fd67/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d7273736f66742f7261696666656973656e2e737667)[![Github](https://camo.githubusercontent.com/85ec9fe889fd0498fcb68a60403e3b06bf27d826130ab448434d842c1237c4ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d7273323030302f7261696666656973656e2e737667)](https://camo.githubusercontent.com/85ec9fe889fd0498fcb68a60403e3b06bf27d826130ab448434d842c1237c4ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d7273323030302f7261696666656973656e2e737667)[![Total Downloads](https://camo.githubusercontent.com/44a63753334b3af360517eff77b5382acfbe06fc506f01f33e480e8a8d43d0ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d7273736f66742f7261696666656973656e2e737667)](https://camo.githubusercontent.com/44a63753334b3af360517eff77b5382acfbe06fc506f01f33e480e8a8d43d0ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d7273736f66742f7261696666656973656e2e737667)

### Installation

[](#installation)

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

```
php composer.phar require --prefer-dist mrssoft/raiffeisen "*"

```

or add

```
"mrssoft/raiffeisen": "*"

```

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

### Usage

[](#usage)

```

    // Application config
    ...
    'components' => [
        'raiffeisen' = > [
            'class' => \mrssoft\raiffeisen\RaifClient::class,
            'sbpMerchantId'= '...',
            'secretKey' => '...',
        ]
    ]
    ...

    $response = Yii::$app->raiffeisen->register($rbsOrder);

    $response = Yii::$app->raiffeisen->infoQr($response->qrId);
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

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/9e69f6780ee8c8e5b2c10af66e1232ac3925766c6f2f83db1820f2ff9a590a62?d=identicon)[mrs2000](/maintainers/mrs2000)

### Embed Badge

![Health badge](/badges/mrssoft-raiffeisen/health.svg)

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

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