comfino / magento2-hyva-checkout
Hyvä Checkout compatibility module for Comfino Payment Gateway.
Package info
github.com/comfino/magento2-hyva-checkout
Type:magento2-module
pkg:composer/comfino/magento2-hyva-checkout
Requires
- php: >=8.1
- comfino/magento2: ^4.0
- hyva-themes/magento2-compat-module-fallback: *
- hyva-themes/magento2-hyva-checkout: ^1.0.5
- magento/framework: ^103.0.4
- magewirephp/magewire: ^1.0
Requires (Dev)
- bitexpert/phpstan-magento: ^0.42
- dealerdirect/phpcodesniffer-composer-installer: ^1.0
- magento/magento-coding-standard: ^40.0
- magento/marketplace-eqp: ^2.0
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^10.5
- squizlabs/php_codesniffer: ^3.8
This package is auto-updated.
Last update: 2026-07-22 15:12:09 UTC
README
Comfino Payment Gateway — Hyvä Checkout Module
Hyvä Checkout compatibility module for the Comfino Payment Gateway for Magento 2 — adds PlaceOrderService and an Alpine.js paywall integration so Comfino works correctly in the Hyvä Checkout flow.
Requirements
- Magento: 2.4.4 or higher
- PHP: 8.1 or higher
- Hyvä Checkout: 1.0.5 or higher (
^1.0.5) - Comfino Payment Gateway:
comfino/magento2^4.0
Installation
Via Composer (recommended)
Note:
hyva-themes/magento2-hyva-checkoutis distributed via the private Hyvä repository. Add{"type":"composer","url":"https://hyva.io/packages/"}to your project'srepositoriesbefore runningcomposer require.
composer require comfino/magento2-hyva-checkout bin/magento module:enable Comfino_ComfinoGatewayHyvaCheckout bin/magento setup:upgrade bin/magento cache:flush
If you haven't installed the base Comfino module yet, install it first:
composer require comfino/magento2:^4.0 bin/magento module:enable Comfino_ComfinoGateway Comfino_SdkForMagento2 bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy -f bin/magento cache:flush
Development
Local setup
# Install dependencies ./bin/composer install # Run tests ./bin/phpunit # Run with coverage ./bin/phpunit --coverage-html coverage # Check code style (MEQP2 + PSR-12) ./bin/composer cs # Auto-fix style violations ./bin/composer cs-fix # Run PHPStan static analysis (level 5) ./bin/phpstan analyse
Tests run without a Magento installation — Test/bootstrap.php provides Hyvä Checkout stubs.
Support
- E-mail: kontakt@comfino.pl
- API Documentation: developers.comfino.pl
- Issues: GitHub Issues
Changelog
See CHANGELOG.md for recent changes.