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.
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! 🚀
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.
$ 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(),
]);
}
Learn more about our contribution workflow on http://docs.sylius.org/en/latest/contributing/.