adsazad / sylius-razor-pay-plugin
Razor Pay Payment integration in Sylius Project
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 3
Type:sylius-plugin
Requires
- php: ^8.1
- razorpay/razorpay: 2.*
- sylius/sylius: ^1.8
Requires (Dev)
- behat/behat: ^3.6.1
- behat/mink-selenium2-driver: ^1.4
- dmore/behat-chrome-extension: ^1.3
- dmore/chrome-mink-driver: ^2.7
- friends-of-behat/mink: ^1.8
- friends-of-behat/mink-browserkit-driver: ^1.4
- friends-of-behat/mink-extension: ^2.4
- friends-of-behat/page-object-extension: ^0.3
- friends-of-behat/suite-settings-extension: ^1.0
- friends-of-behat/symfony-extension: ^2.1
- friends-of-behat/variadic-extension: ^1.3
- lakion/mink-debug-extension: ^1.2.3
- phpspec/phpspec: ^6.1
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: 0.12.25
- phpstan/phpstan-doctrine: 0.12.13
- phpstan/phpstan-strict-rules: ^0.12.0
- phpstan/phpstan-webmozart-assert: 0.12.4
- phpunit/phpunit: ^8.5
- sensiolabs/security-checker: ^6.0
- sylius-labs/coding-standard: ^3.1
- symfony/browser-kit: ^4.4
- symfony/debug-bundle: ^4.4|^5.0
- symfony/dotenv: ^4.4|^5.0
- symfony/intl: ^4.4|^5.0
- symfony/web-profiler-bundle: ^4.4|^5.0
- symfony/web-server-bundle: ^4.4|^5.0
- vimeo/psalm: 3.11.4
README
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 adsazad/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