eclyptox/sylius-redsys-plugin
最新稳定版本:v1.2.8
Composer 安装命令:
composer require eclyptox/sylius-redsys-plugin
包简介
Payment plugin to allow redys payments in redsys.
关键字:
README 文档
README
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/sylius-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/.
统计信息
- 总下载量: 1.83k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-10-24