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(7y ago)2523MITPHPPHP ~5.5|~7.0

Since Jun 21Pushed 7y ago1 watchersCompare

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

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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

2883d 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

[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4845.9k](/packages/sebdesign-laravel-viva-payments)[dgtlss/warden

A Laravel package that proactively monitors your dependencies for security vulnerabilities by running automated composer audits and sending notifications via webhooks and email

8745.6k](/packages/dgtlss-warden)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[henryejemuta/laravel-monnify

A laravel package to seamlessly integrate monnify api within your laravel application

132.1k](/packages/henryejemuta-laravel-monnify)

PHPackages © 2026

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