PHPackages                             comfino/magento2-hyva-checkout - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. comfino/magento2-hyva-checkout

ActiveMagento2-module[Payment Processing](/categories/payments)

comfino/magento2-hyva-checkout
==============================

Hyvä Checkout compatibility module for Comfino Payment Gateway.

1.0.0(yesterday)00OSL-3.0PHP &gt;=8.1

Since Jul 22Compare

[ Source](https://github.com/comfino/magento2-hyva-checkout)[ Packagist](https://packagist.org/packages/comfino/magento2-hyva-checkout)[ Docs](https://github.com/comfino/magento2-hyva-checkout)[ RSS](/packages/comfino-magento2-hyva-checkout/feed)WikiDiscussions Synced today

READMEChangelog (1)Dependencies (12)Versions (2)Used By (0)

[ ![Comfino](assets/comfino_logo.svg)](https://developers.comfino.pl)Comfino Payment Gateway — Hyvä Checkout Module
==============================================

[](#comfino-payment-gateway--hyvä-checkout-module)

[![Latest Version](https://camo.githubusercontent.com/31444a8ecd656dea19f1018eed147be48872cef14fe9e1083d4a8e12781b2e17/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f72656c656173652d312e302e302d626c75652e737667)](https://github.com/comfino/magento2-hyva-checkout/releases)[![PHP Version](https://camo.githubusercontent.com/05ba4650095d4410f015a1e085d2d271e388a35ac68c138e59876bb4dddb79df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f636f6d66696e6f2f6d6167656e746f322d687976612d636865636b6f75742f7068702e737667)](https://packagist.org/packages/comfino/magento2-hyva-checkout)[![Build Status](https://github.com/comfino/magento2-hyva-checkout/actions/workflows/tests.yml/badge.svg)](https://github.com/comfino/magento2-hyva-checkout/actions/workflows/tests.yml)[![Software License](https://camo.githubusercontent.com/5ef060514dae37cb4e9001dd92a79a4999e6e0f70deee534085a266091a338ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4f534c2d2d332e302d6f72616e67652e737667)](LICENSE)[![Total Downloads](https://camo.githubusercontent.com/0424aaaa1d293254cbde9b5d5c21f7b0babaed648e187ab52f172deda1cadcfb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6d66696e6f2f6d6167656e746f322d687976612d636865636b6f75742e737667)](https://packagist.org/packages/comfino/magento2-hyva-checkout)[![API Documentation](https://camo.githubusercontent.com/b2e7feb6e6f17d534d0fcadc30e1f4d74bd06681abe353feb46bdb3741ea02b6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4150492d646f63756d656e746174696f6e2d356139653333)](https://developers.comfino.pl)

Hyvä Checkout compatibility module for the [Comfino Payment Gateway for Magento 2](https://github.com/comfino/magento2) — adds `PlaceOrderService` and an Alpine.js paywall integration so [Comfino](https://comfino.pl) works correctly in the [Hyvä Checkout](https://hyva.io/hyva-checkout.html) flow.

Requirements
------------

[](#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
------------

[](#installation)

### Via Composer (recommended)

[](#via-composer-recommended)

> **Note:** `hyva-themes/magento2-hyva-checkout` is distributed via the private Hyvä repository. Add `{"type":"composer","url":"https://hyva.io/packages/"}` to your project's `repositories`before running `composer 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
-----------

[](#development)

### Local setup

[](#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
-------

[](#support)

- **E-mail:**
- **API Documentation:** [developers.comfino.pl](https://developers.comfino.pl)
- **Issues:** [GitHub Issues](https://github.com/comfino/magento2-hyva-checkout/issues)

Changelog
---------

[](#changelog)

See [CHANGELOG.md](CHANGELOG.md) for recent changes.

License
-------

[](#license)

[Open Software License (OSL 3.0)](LICENSE)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/83001403?v=4)[Artos Rakshasa](/maintainers/akozubskicr)[@akozubskicr](https://github.com/akozubskicr)

---

Tags

paymentgatewaycheckoutmagento2hyvaHyva Checkoutinstallmentsbnplcomfino

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/comfino-magento2-hyva-checkout/health.svg)

```
[![Health](https://phpackages.com/badges/comfino-magento2-hyva-checkout/health.svg)](https://phpackages.com/packages/comfino-magento2-hyva-checkout)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
