PHPackages                             antilop/paybox-bundle - 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. antilop/paybox-bundle

ActiveSymfony-bundle[Payment Processing](/categories/payments)

antilop/paybox-bundle
=====================

Paybox bundle.

v1.2.0(4y ago)0514MITPHP

Since Sep 2Pushed 4y ago3 watchersCompare

[ Source](https://github.com/Antilop/paybox-bundle)[ Packagist](https://packagist.org/packages/antilop/paybox-bundle)[ RSS](/packages/antilop-paybox-bundle/feed)WikiDiscussions master Synced 3w ago

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

Paybox bundle
=============

[](#paybox-bundle)

Configuration
-------------

[](#configuration)

To configure the bundle, you will have to enter the api key, secret and list of templates :

```
    # app/config/paybox.yml
    paybox:
    parameters:
        production: false # Switch between Paybox test and production servers
        site: 'XXXXX' # Site number
        rank: 'XXX' # Rank number
        login: 'XXXXXXX' # Customer's login
        hmac:
            key: 'XXXXXXX' # Key used to compute the hmac hash
```

Setup
-----

[](#setup)

Add `Antilop\Bundle\PayboxBundle\PayboxBundle` to your `bundles.php`:

```
$bundles = [
    // ...
    Antilop\Bundle\PayboxBundle\PayboxBundle::class => ['all' => true]
];
```

Limitation
==========

[](#limitation)

For the moment, the bundle was developed for experimental purposes. Changes and adjustements may be added for a more complete use.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

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

Total

3

Last Release

1757d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

symfonypaybox

### Embed Badge

![Health badge](/badges/antilop-paybox-bundle/health.svg)

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

###  Alternatives

[payum/payum-bundle

One million downloads of Payum already! Payum offers everything you need to work with payments. Check more visiting site.

59710.9M51](/packages/payum-payum-bundle)[paymentsuite/paymentsuite

PaymentSuite is an easy implementation for lot of Payment Methods for Symfony projects

2615.7k2](/packages/paymentsuite-paymentsuite)

PHPackages © 2026

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