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

ActiveLibrary[Payment Processing](/categories/payments)

arniro/laravel-paybox
=====================

A Laravel wrapper for Paybox payment

0.1.2(4y ago)1472[1 issues](https://github.com/arniro/laravel-paybox/issues)MITPHPPHP ^7.1.3|^8.0

Since Aug 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/arniro/laravel-paybox)[ Packagist](https://packagist.org/packages/arniro/laravel-paybox)[ Docs](https://github.com/arniro/laravel-paybox)[ RSS](/packages/arniro-laravel-paybox/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (4)Used By (0)

A Laravel wrapper for [Paybox Payment Gateway](https://paybox.money/)
=====================================================================

[](#a-laravel-wrapper-for--paybox-payment-gateway)

> Only receiving payments are currently supported.

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

[](#installation)

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

Usage
-----

[](#usage)

All you need to do is to redirect a user to the generated url of a Paybox website:

```
use Arniro\Paybox\Facades\Paybox;

class OrdersController extends Controller
{
    public function store()
    {
        ...

        return Paybox::generateUrl([
            'price' => 500,
            'description' => 'Products description',
            'order_id' => 123456,
            'email' => 'john@company.com',
            'phone' => '123456789',
            'name' => 'John Doe',
            'address' => 'Dummy address'
        ])->redirect();
    }
}
```

You can also override any configuration values except `merchant_id` and `secret_key` while generating an url:

```
return Paybox::generateUrl([
    ...,
    'currency' => 'KZT'
])->redirect();
```

> By default, all payments will be made in the testing mode until you're in production. Feel free to change this behaviour in the configuration file.

Testing
-------

[](#testing)

```
composer test

```

License
-------

[](#license)

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

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

3

Last Release

1797d ago

PHP version history (2 changes)0.1.0PHP ^7.1.3

0.1.2PHP ^7.1.3|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/62398026?v=4)[arniro](/maintainers/Arniro)[@arniro](https://github.com/arniro)

---

Top Contributors

[![arttemiuss43](https://avatars.githubusercontent.com/u/17377436?v=4)](https://github.com/arttemiuss43 "arttemiuss43 (11 commits)")

---

Tags

laravelpayboxlaravelpaybox

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[mollie/laravel-cashier-mollie

Laravel Cashier provides an expressive, fluent interface to Mollie's subscription billing services.

178204.3k1](/packages/mollie-laravel-cashier-mollie)[linkxtr/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

3720.4k](/packages/linkxtr-laravel-qrcode)[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4851.0k](/packages/sebdesign-laravel-viva-payments)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)

PHPackages © 2026

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