Skip to content

Redsys payment plugin for Sylius applications

Notifications You must be signed in to change notification settings

numaxlab/SyliusRedsysPlugin

 
 

Repository files navigation

Redsys Plugin Build Status

Overview

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

Installation

$ composer require eclyptox/redsys-plugin

Add plugin dependencies to your config/bundles.php file:

return [
    Eclyptox\SyliusRedsysPlugin\EclyptoxSyliusRedsysPlugin::class => ['all' => true],
]

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

Contribution

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

About

Redsys payment plugin for Sylius applications

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 83.6%
  • Gherkin 8.9%
  • JavaScript 5.1%
  • Shell 2.4%