goncziakos / sylius-barion-payment-gateway
Sylius Barion payment gateway plugin.
v1.0.2
2020-12-12 19:49 UTC
Requires
- php: ^7.3
- barion/barion-web-php: 1.4.2
- sylius/sylius: ^1.8
Requires (Dev)
- lakion/mink-debug-extension: ^1.2.3
- phpspec/phpspec: ^6.1
- phpunit/phpunit: ^8.5
- sensiolabs/security-checker: ^6.0
- sylius-labs/coding-standard: ^3.1
- symfony/browser-kit: ^4.4
- symfony/debug-bundle: ^4.4|^5.0
- symfony/dotenv: ^4.4|^5.0
- symfony/intl: ^4.4|^5.0
- symfony/web-profiler-bundle: ^4.4|^5.0
- symfony/web-server-bundle: ^4.4|^5.0
- vimeo/psalm: 3.11.4
This package is not auto-updated.
Last update: 2025-03-30 14:57:12 UTC
README
Quickstart Installation
- Add to composer.json file:
"repositories": [
{
"type": "package",
"package": {
"name": "barion/barion-web-php",
"version": "1.4.2",
"dist": {
"url": "https://github.com/barion/barion-web-php/archive/v1.4.2.zip",
"type": "zip"
},
"source": {
"url": "https://github.com/barion/barion-web-php.git",
"type": "git",
"reference": "v1.4.2"
},
"autoload": {
"classmap": [ "library/" ],
"files": [
"library/common/Constants.php",
"library/BarionClient.php"
]
}
}
}
],
Run
composer req goncziakos/sylius-barion-payment-gateway
Add new Barion payment on admin