PHPackages                             lightvoldemar/paybox-bank-api - 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. [API Development](/categories/api)
4. /
5. lightvoldemar/paybox-bank-api

ActiveLibrary[API Development](/categories/api)

lightvoldemar/paybox-bank-api
=============================

v1.1(6y ago)058MITPHP

Since Aug 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/lightvoldemar/paybox-bank-api)[ Packagist](https://packagist.org/packages/lightvoldemar/paybox-bank-api)[ RSS](/packages/lightvoldemar-paybox-bank-api/feed)WikiDiscussions master Synced today

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

Paybox Банк API
===============

[](#paybox-банк-api)

PHP library for Paybox integration

Установка
---------

[](#установка)

```
$ composer require lightvoldemar/paybox-bank-api

```

Пример
------

[](#пример)

```
// Сумма платежа
$amount;
// ID ордера
$orderId;

```

```
// Создание объекта Paybox с параметрами ID ордера, тип платежа, сумма транзакции, соль.
$oPayboxPay = new PayboxClient($order->id,$order->payment_type, $order->amount, $order->salt);
// Генератор соли
PayboxClient::generateSalt();
// Генератор строки
$oPayboxPay->generateSig();
// Генератор ссылки с параметром типа счета
$oPayboxPay->generateLink(PayboxClient::PURSE_PILLIKAN)

```

```

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

2

Last Release

2454d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35c77c625aff05f94a1929d7760a449c18c452c9e5fdded1fcc7d06cc2208f13?d=identicon)[lightvoldemar](/maintainers/lightvoldemar)

---

Top Contributors

[![lightvoldemar](https://avatars.githubusercontent.com/u/15310096?v=4)](https://github.com/lightvoldemar "lightvoldemar (8 commits)")

### Embed Badge

![Health badge](/badges/lightvoldemar-paybox-bank-api/health.svg)

```
[![Health](https://phpackages.com/badges/lightvoldemar-paybox-bank-api/health.svg)](https://phpackages.com/packages/lightvoldemar-paybox-bank-api)
```

PHPackages © 2026

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