PHPackages                             koiiiey/laravel-paybox - 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. koiiiey/laravel-paybox

ActiveLibrary[Payment Processing](/categories/payments)

koiiiey/laravel-paybox
======================

Acquiring system for accepting payments PayBox.money

1.0.2(3y ago)04PHPPHP ^7.1.3|^8.0

Since Jan 3Pushed 3y agoCompare

[ Source](https://github.com/KoIIIeY/laravel-paybox)[ Packagist](https://packagist.org/packages/koiiiey/laravel-paybox)[ RSS](/packages/koiiiey-laravel-paybox/feed)WikiDiscussions master Synced 3d ago

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

Acquiring system for accepting payments [Paybox.Money](https://paybox.money/docs/ru)
====================================================================================

[](#acquiring-system-for-accepting-payments-payboxmoney)

> List of available functional

- Creating a new payment
- Receiving information about the payment

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

[](#installation)

- Install the package via composer: `composer require dosarkz/laravel-paybox`
- Publish configuration file: `php artisan vendor:publish --tag paybox-config`
- Set `merchant_id` and `secret_key` in the env file

Usage
-----

[](#usage)

> Env file

```
PAYBOX_GATEWAY_URL=https://api.paybox.money
PAYBOX_MERCHANT_ID=
PAYBOX_SECRET_KEY=
PAYBOX_SALT=your_secret
PAYBOX_CHECK_URL=
PAYBOX_RESULT_URL=

```

> Generate new order

```
use Dosarkz\Paybox\Facades\Paybox;

class OrdersController extends Controller
{
    public function pay(Order $order)
    {
        ...

        return Paybox::generate([
            'pg_order_id' => '',
            'pg_merchant_id' => '',
            'pg_amount' => 100,
            'pg_description' => "Test",
            'pg_salt' => '',
            'pg_check_url' =>'',
            'pg_result_url' => '',
        ]);
    }
}
```

> Get information about payment

```
    return Paybox::paymentInfo([
            'pg_merchant_id' => '',
            'pg_payment_id' => '',
            'pg_order_id' => '',
            'pg_salt' => ''
    ]);
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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 ~506 days

Total

2

Last Release

1448d ago

Major Versions

0.1.0 → 1.0.22022-05-25

PHP version history (2 changes)0.1.0PHP ^7.1.3

1.0.2PHP ^7.1.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f5c07013d754c94249337c3fddd526f0018f2a5025635c962387c1360257814?d=identicon)[KoIIIeY](/maintainers/KoIIIeY)

---

Top Contributors

[![dosarkz](https://avatars.githubusercontent.com/u/6192403?v=4)](https://github.com/dosarkz "dosarkz (8 commits)")[![KoIIIeY](https://avatars.githubusercontent.com/u/1047297?v=4)](https://github.com/KoIIIeY "KoIIIeY (6 commits)")

---

Tags

laravelpaybox

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/koiiiey-laravel-paybox/health.svg)

```
[![Health](https://phpackages.com/badges/koiiiey-laravel-paybox/health.svg)](https://phpackages.com/packages/koiiiey-laravel-paybox)
```

###  Alternatives

[anandsiddharth/laravel-paytm-wallet

Integrate paytm wallet easily with this package. This package uses official Paytm PHP SDK's

104421.1k7](/packages/anandsiddharth-laravel-paytm-wallet)[threesquared/laravel-paymill

Laravel wrapper for the Paymill API

121.3k](/packages/threesquared-laravel-paymill)

PHPackages © 2026

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