Skip to content

fiberpay/SyliusFiberpayPaymentPlugin

Repository files navigation

SyliusFiberpayPaymentPlugin

Overview

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.

Installation

Clone plugin repository

    $ git clone https://github.com/fiberpay/SyliusFiberpayPaymentPlugin.git

Add 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-source

License

This plugin's source code is completely free and released under the terms of the MIT license.

Contact

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!

About

Sylius e-commerce payment plugin for fiberpay.pl payment gateway

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages