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. kozz/best2pay

ActiveProject

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 1mo 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 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

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

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M82](/packages/spatie-laravel-health)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[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)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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