Skip to content

itworks-soft/sylius-razorpay-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ITWorks

ITWorks Razorpay Plugin Build Status

Overview

This plugin integrated Razorpay payments with Sylius based applications. After installing it you should be able to create a payment method for Razorpay gateway and enable its payments in your web store.

Support

We work on amazing eCommerce projects on top of Sylius and Pimcore. Need some help or additional resources for a project? Write us an email on [email protected] or visit our website! 🚀

Demo

We created a demo app with some useful use-cases of the plugin! Visit demo.ITWorks.shop to take a look at it. The admin can be accessed under demo.ITWorks.shop/admin link and sylius: sylius credentials.

Installation

$ composer require itworks-soft/sylius-razorpay-plugin

Add plugin dependencies to your AppKernel.php file:

public function registerBundles()
{
    return array_merge(parent::registerBundles(), [
        ...
        
        new \ITWorks\SyliusRazorpayPlugin\ITWorksSyliusRazorpayPlugin(),
    ]);
}

Contribution

Learn more about our contribution workflow on http://docs.sylius.org/en/latest/contributing/.

About

Razorpay payment gateway integration for Sylius

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages