PHPackages                             mollie/magento2-hyva-compatibility - 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. mollie/magento2-hyva-compatibility

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

mollie/magento2-hyva-compatibility
==================================

Hyvä Themes Compatibility module for Mollie Payments

2.6.0(2mo ago)7777.1k—8%10OSL-3.0HTML

Since Apr 13Pushed 1mo ago7 watchersCompare

[ Source](https://github.com/mollie/magento2-hyva-compatibility)[ Packagist](https://packagist.org/packages/mollie/magento2-hyva-compatibility)[ RSS](/packages/mollie-magento2-hyva-compatibility/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (19)Used By (0)

 [![](./images/hyva-mollie-header.jpg)](./images/hyva-mollie-header.jpg)

General Hyvä Compatibility for Mollie
=====================================

[](#general-hyvä-compatibility-for-mollie)

Hyvä Themes Magento 2 frontend offers the best performance and user experience, without the cost and overhead of a PWA.

About Mollie Payments
---------------------

[](#about-mollie-payments)

With Mollie, you can accept payments and donations online and expand your customer base internationally with support for all major payment methods through a single integration. No need to spend weeks on paperwork or security compliance procedures. No more lost conversions because you don’t support a shopper’s favourite payment method or because they don’t feel safe. We made our products and API expansive, intuitive, and safe for merchants, customers and developers alike.

Mollie requires no minimum costs, no fixed contracts, no hidden costs. At Mollie you only pay for successful transactions. More about this pricing model can be found here. You can create an account here. The Mollie Magento 2 plugin quickly integrates all major payment methods ready-made into your Magento webshop.

About this repository
---------------------

[](#about-this-repository)

This repository hold the module to add support for Mollie to Hyvä. This module has a dependency on the Mollie Magento 2 module.

If you are using the **Hyvä Checkout** module, we have a separate repository for that:

If you are using the **Hyvä React Checkout** module, we have a separate repository for that:

Installation
------------

[](#installation)

1. Install the module using composer:

```
composer require mollie/magento2-hyva-compatibility
```

2. Enable the module:

```
bin/magento module:enable Mollie_HyvaCompatibility
```

3. Upgrade the database:

```
bin/magento setup:upgrade
```

4. Let Hyvä know about the new module:

```
php bin/magento hyva:config:generate
```

5. Generate the CSS files:

```
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run ci
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run build-prod
```

Or from your theme:

```
npm --prefix app/design/frontend///web/tailwind run ci
npm --prefix app/design/frontend///web/tailwind run build-prod
```

Missing styles?
---------------

[](#missing-styles)

Make sure that PostCSS uses the `postcssImportHyvaModules` plugin in your theme:

1. Go to your theme folder: `app/design/frontend///web/tailwind`
2. Install the module:

```
npm install --save-dev @hyva-themes/hyva-modules
```

3. Open your `postcss.config.js` and add this as the first line:

```
const { postcssImportHyvaModules } = require("@hyva-themes/hyva-modules");
```

4. Make sure the plugin is includes in the plugins list:

```
module.exports = {
    plugins: [
        postcssImportHyvaModules,
        // ...
    ],
};
```

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance88

Actively maintained with recent releases

Popularity47

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62% of commits — single point of failure

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

Every ~76 days

Recently: every ~33 days

Total

15

Last Release

56d ago

Major Versions

1.0.2 → 2.0.12023-06-26

2.5.0 → v3.0.0-RC22026-01-26

2.6.0 → v3.0.0-RC32026-03-24

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6184158?v=4)[Robbert Schreuder Hes](/maintainers/mollierobbert)[@mollierobbert](https://github.com/mollierobbert)

![](https://www.gravatar.com/avatar/0db6d714561c942dd2d7f9f97bd7543886d7bfdd61372b594b2312850fd99f2c?d=identicon)[molops](/maintainers/molops)

---

Top Contributors

[![michielgerritsen](https://avatars.githubusercontent.com/u/5858697?v=4)](https://github.com/michielgerritsen "michielgerritsen (49 commits)")[![Marvin-Magmodules](https://avatars.githubusercontent.com/u/20815641?v=4)](https://github.com/Marvin-Magmodules "Marvin-Magmodules (19 commits)")[![GrimLink](https://avatars.githubusercontent.com/u/4387541?v=4)](https://github.com/GrimLink "GrimLink (7 commits)")[![Frank-Magmodules](https://avatars.githubusercontent.com/u/24823946?v=4)](https://github.com/Frank-Magmodules "Frank-Magmodules (2 commits)")[![fjbender](https://avatars.githubusercontent.com/u/7370694?v=4)](https://github.com/fjbender "fjbender (1 commits)")[![wmwnuk](https://avatars.githubusercontent.com/u/10207317?v=4)](https://github.com/wmwnuk "wmwnuk (1 commits)")

### Embed Badge

![Health badge](/badges/mollie-magento2-hyva-compatibility/health.svg)

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

###  Alternatives

[adyen/module-payment

Official Magento2 Plugin to connect to Payment Service Provider Adyen.

1663.0M10](/packages/adyen-module-payment)[checkoutcom/magento2

Checkout.com Payment Gateway for Magento 2

34263.8k1](/packages/checkoutcom-magento2)

PHPackages © 2026

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