antilop / paybox-bundle
Paybox bundle.
Package info
github.com/Antilop/paybox-bundle
Type:symfony-bundle
pkg:composer/antilop/paybox-bundle
v1.2.0
2021-09-09 10:33 UTC
Requires
- lib/curl: ^0.5.0
This package is not auto-updated.
Last update: 2026-03-06 07:16:12 UTC
README
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
Add Antilop\Bundle\PayboxBundle\PayboxBundle to your bundles.php:
$bundles = [ // ... Antilop\Bundle\PayboxBundle\PayboxBundle::class => ['all' => true] ];
Limitation
For the moment, the bundle was developed for experimental purposes. Changes and adjustements may be added for a more complete use.