srkits/sylius-razor-pay-plugin

Razor Pay Payment integration in Sylius Project


README

68747470733a2f2f7777772e73726b6974736f6c7574696f6e732e636f6d2f736974652f696d616765732f6c6f676f2e706e67

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