PHPackages                             redkooala/omnipay-best2pay - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. redkooala/omnipay-best2pay

ActiveLibrary[HTTP &amp; Networking](/categories/http)

redkooala/omnipay-best2pay
==========================

Omnipay driver for Best2Pay

1.0.6(6y ago)16.6k↓27.5%2MITPHPPHP ^7.1CI failing

Since Jun 18Pushed 6y agoCompare

[ Source](https://github.com/redkooala/omnipay-best2pay)[ Packagist](https://packagist.org/packages/redkooala/omnipay-best2pay)[ RSS](/packages/redkooala-omnipay-best2pay/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (6)Dependencies (4)Versions (12)Used By (0)

Best2Pay payments for PHP
=========================

[](#best2pay-payments-for-php)

Introduction
============

[](#introduction)

This package supports PHP 7.1 and higher

Download
========

[](#download)

Composer
--------

[](#composer)

```
// This assumes that you have composer installed globally
composer require redkooala/omnipay-best2pay

```

Solving problems with minimal stability
---------------------------------------

[](#solving-problems-with-minimal-stability)

Add to your composer.json

```
{
  "minimum-stability":"dev",
  "prefer-stable": true
}
```

Simple Example
==============

[](#simple-example)

```
use Omnipay\Omnipay;

// Setup payment gateway
$gateway = Omnipay::create('Best2Pay');

// Set params for authorize request
$gateway->authorize(
    [
       'orderNumber' => $localOrderNumber, // local order number
       'amount' => $order_amount, // The amount of payment (you can use decimal with 2 precisions for copecs or string equal to decimal)
       'returnUrl' => $callback_url // succesfull callback url
       'currency' => 'RUB',
       'description' => 'merchant order description',
    ]
);
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Recently: every ~63 days

Total

6

Last Release

2280d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/39e0673ef7cca706d328ad6dfedfafa1b7106881c0f4879043103d4cdf394889?d=identicon)[orangesan](/maintainers/orangesan)

---

Top Contributors

[![redkooala](https://avatars.githubusercontent.com/u/15660425?v=4)](https://github.com/redkooala "redkooala (8 commits)")

---

Tags

apirestpaymentbest2pay

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/redkooala-omnipay-best2pay/health.svg)

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

###  Alternatives

[andrewnovikof/omnipay-sberbank

Omnipay driver for Sberbank

3315.2k1](/packages/andrewnovikof-omnipay-sberbank)

PHPackages © 2026

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