The plugin integrates Fiberpay with Sylius based applications. After the installation you should be able to create a payment method for Fiberpay gateway and enable its payments in your web store.
Clone plugin repository
$ git clone https://github.com/fiberpay/SyliusFiberpayPaymentPlugin.gitAdd to your composer.json file:
"require": {
"fiberpay/sylius-fiberpay-payment-plugin": "@dev"
} "repositories": [
{
"type": "path",
"url": "../path/to/directory/SyliusFiberpayPaymentPlugin",
"options": {
"symlink": true
}
}
]Add to your config/bundles.php file:
return [
Fiberpay\SyliusFiberpayPaymentPlugin\FiberpaySyliusPaymentPlugin::class => ['all' => true],
]Run in your Sylius shop directory
$ composer update fiberpay/sylius-fiberpay-payment-plugin --prefer-sourceThis plugin's source code is completely free and released under the terms of the MIT license.
If you want to contact us, feel free to send us an e-mail to info@fiberpay.pl with your question(s). We guarantee that we answer as soon as we can!