PHPackages                             kozz/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. [Payment Processing](/categories/payments)
4. /
5. kozz/best2pay

ActiveProject[Payment Processing](/categories/payments)

kozz/best2pay
=============

Best2Pay integration

0.3.0(8y ago)2523MITPHPPHP ~5.5|~7.0

Since Jun 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/urakozz/php-best2pay)[ Packagist](https://packagist.org/packages/kozz/best2pay)[ RSS](/packages/kozz-best2pay/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (3)Versions (10)Used By (0)

Best2Pay integration
====================

[](#best2pay-integration)

Best2Pay API integration (including Laravel service provider)

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

[](#installation)

```
composer require kozz/best2pay ~0.2
```

### Laravel service registration

[](#laravel-service-registration)

Package supports auto discovery for Laravel &gt; 5.5

If you have Laravel &lt;5.5, add service provider in `configs/app.php`

```
'providers' => [
    /*
     * Laravel Framework Service Providers...
     */
    ...

    /*
     * Application Service Providers...
     */
    ...
    Kozz\Best2Pay\Laravel\Providers\Best2PayServiceProvider::class
],
```

You can also add Facade (`configs/app.php`)

```
'aliases' => [
    ...
    'Best2Pay' => Kozz\Best2Pay\Laravel\Facades\Best2PayFacade::class
],
```

Then run command (it will create `config/best2pay.php` file)

```
php artisan vendor:publish
```

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Every ~0 days

Total

9

Last Release

2976d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f78e5a1e5128b31ba7dfedcc9a3ccfbc4852f5df1b79a54867aa377169968a1?d=identicon)[urakozz](/maintainers/urakozz)

---

Top Contributors

[![yurykozyrev](https://avatars.githubusercontent.com/u/11504204?v=4)](https://github.com/yurykozyrev "yurykozyrev (12 commits)")

---

Tags

composerlaravelbest2pay

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k113.1M988](/packages/laravel-socialite)[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[spatie/laravel-health

Monitor the health of a Laravel application

88212.7M185](/packages/spatie-laravel-health)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4952.7k](/packages/sebdesign-laravel-viva-payments)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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