Skip to content

srkits/sylius-razor-pay-plugin

Repository files navigation

Srkits Razor Pay Plugin

Overview

The plugin integrates Razor Pay payments with Sylius based applications. After the installation you should be able to create a payment method for Razor Pay gateway and enable its payments in your web store.

Support

We work on amazing eCommerce projects on top of Sylius. Need some help or additional resources for a project? Write us an email on md@srkitsolutions.com or visit our website! 🚀

Installation

Run composer require srkits/sylius-razor-pay-plugin.

Testing

$ wget http://getcomposer.org/composer.phar
$ php composer.phar install
$ yarn install
$ yarn run gulp
$ php bin/console sylius:install --env test
$ php bin/console server:start --env test
$ open http://localhost:8000
$ bin/behat features/*
$ bin/phpspec run