softify / imoje-plugin
Imoje plugin for Sylius.
Package info
github.com/SoftifyDev/SyliusImojePlugin
Type:sylius-plugin
pkg:composer/softify/imoje-plugin
v1.1.2
2023-01-17 21:27 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^6.0 || ^7.0
- payum/payum-bundle: ^2.4
- sylius/refund-plugin: ^1.3
- sylius/sylius: ^1.11 || ^1.12
- symfony/http-foundation: ^4.4 || ^5.1 || ^6.0
- symfony/routing: ^5.4
- symfony/serializer: ^4.4 || ^5.1 || ^6.0
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-debug-extension: ^2.0.0
- 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
- friendsofsymfony/oauth-server-bundle: ^1.6 || >2.0.0-alpha.0 ^2.0@dev
- phpspec/phpspec: ^7.0
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: 0.12.99
- phpstan/phpstan-doctrine: 0.12.33
- phpstan/phpstan-strict-rules: ^0.12.0
- phpstan/phpstan-webmozart-assert: 0.12.12
- phpunit/phpunit: ^9.5
- polishsymfonycommunity/symfony-mocker-container: ^1.0
- sensiolabs/security-checker: ^6.0
- sylius-labs/coding-standard: ^4.0
- symfony/browser-kit: ^5.4
- symfony/debug-bundle: ^5.4
- symfony/dotenv: ^5.4
- symfony/intl: ^5.4
- symfony/web-profiler-bundle: ^5.4
- vimeo/psalm: 4.7.1
Suggests
- sylius/refund-plugin: ^1.3
Provides
None
Conflicts
None
Replaces
None
README
Sylius Imoje Plugin
Sylius plugin for ING online payment.
Overview
The plugin integrates Imoje payments with Sylius based applications. After the installation you should be able to create a payment method for Imoje gateway and enable its payments in your web store. Plugin also supports online refunds.
Installation
-
Run
composer require softify/imoje-plugin. -
Add plugin dependencies to your config/bundles.php file:
return [ Softify\SyliusImojePlugin\SoftifySyliusImojePlugin::class => ['all' => true], ]
- Add plugin routing to main configuration
imoje_plugin_shop:
resource: "@SoftifySyliusImojePlugin/Resources/config/shop_routing.yml"
Configuration
Plugin has only one configuration with default values:
softify_sylius_imoje:
ips:
- 5.196.116.32/28
- 51.195.95.0/28
- 54.37.185.64/28
- 54.37.185.80/28
- 147.135.151.16/28