eclyptox / sylius-redsys-plugin
允许在redsys中进行redys支付的支付插件。
v1.2.8
2022-09-15 11:44 UTC
Requires
- php: >=7.2
- ext-json: *
- ext-openssl: *
- sylius/sylius: ^1.4
Requires (Dev)
- behat/behat: ^3.4
- behat/mink: ^1.7@dev
- behat/mink-browserkit-driver: ^1.3
- behat/mink-extension: ^2.2
- behat/mink-selenium2-driver: ^1.3
- friends-of-behat/page-object-extension: ^0.3
- friends-of-behat/suite-settings-extension: ^1.0
- friends-of-behat/symfony-extension: ^2.0
- friends-of-behat/variadic-extension: ^1.1
- lakion/mink-debug-extension: ^1.2.3
- phpspec/phpspec: ^5.0
- phpstan/phpstan-doctrine: ^0.10
- phpstan/phpstan-shim: ^0.10
- phpstan/phpstan-webmozart-assert: ^0.10
- phpunit/phpunit: ^6.5
- sensiolabs/security-checker: ^5.0
- sylius-labs/coding-standard: ^2.0
- symfony/browser-kit: ^3.4|^4.1
- symfony/debug-bundle: ^3.4|^4.1
- symfony/dotenv: ^4.2
- symfony/intl: ^3.4|^4.1
- symfony/web-profiler-bundle: ^3.4|^4.1
- symfony/web-server-bundle: ^3.4|^4.1
Conflicts
- symfony/browser-kit: 4.1.8
- symfony/dependency-injection: 4.1.8
- symfony/dom-crawler: 4.1.8
- symfony/routing: 4.1.8
- symfony/symfony: 4.1.8
README
概述
此插件集成了基于Sylius的应用程序的红sys支付。安装后,您应该能够为Redsys网关创建支付方式,并在您的网店中启用其支付。
安装
$ composer require eclyptox/sylius-redsys-plugin
将插件依赖项添加到您的config/bundles.php文件中
return [ Eclyptox\SyliusRedsysPlugin\EclyptoxSyliusRedsysPlugin::class => ['all' => true], ]
测试
$ wget https://getcomposer.org.cn/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 https://:8000 $ bin/behat features/* $ bin/phpspec run
贡献
了解更多关于我们的贡献流程,请访问 http://docs.sylius.org/en/latest/contributing/。