PHPackages                             superpayments/superpayment-hyva - 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. superpayments/superpayment-hyva

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

superpayments/superpayment-hyva
===============================

Hyvä Themes Compatibility module for Superpayment

2.6.9(10mo ago)17722[3 PRs](https://github.com/superpayments/magento-plugin-hyva/pulls)OSL-3.0HTML

Since Apr 8Pushed 1mo ago8 watchersCompare

[ Source](https://github.com/superpayments/magento-plugin-hyva)[ Packagist](https://packagist.org/packages/superpayments/superpayment-hyva)[ RSS](/packages/superpayments-superpayment-hyva/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (16)Used By (0)

This repository contains the module that enables SuperPayments support for Hyvä, .

Prerequisites
-------------

[](#prerequisites)

You must install the following **before** you install the Super Payments Hyvä plugin.

1. Install the SuperPayments Magento 2 Module,
2. Install the Hyva Checkout,
3. Hyva Theme,  (there is a default theme)
4. Hyva Compatibility Module,

Generate the Super Payments Hyvä Module
---------------------------------------

[](#generate-the-super-payments-hyvä-module)

1. Update the Super Payments Hyvä Module version.
2. A new release can be created through using: .

Installation the module manually
--------------------------------

[](#installation-the-module-manually)

1. Download and extract the ZIP file.
2. Connect to the Magento server.
3. Navigate to the "app/code" directory. Make sure the folder SuperPayments” exists, and create another folder called “SuperPaymentHyva” in that folder.
4. Go to the path "app/code/Superpayments/SuperPaymentHyva". Copy all the Super Payments Hyvä Module folders and files from the "src" folder in the downloaded module.
5. In the terminal, run the command:

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

6. Check the file "app/etc/hyva-themes.json" to ensure that the path to the Hyva compatibility module files is correctly specified. This is necessary for generating styles.
7. 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
```

8. Run the command and then configure the module in the admin panel.

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

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

43

—

FairBetter than 90% of packages

Maintenance77

Regular maintenance activity

Popularity21

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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 ~43 days

Recently: every ~3 days

Total

11

Last Release

327d ago

Major Versions

1.0.0 → 2.6.02024-11-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ea92143abf00157d33bcbc59786ba43f05f4fa811ef0403161fec6bfcb09afc?d=identicon)[superpayments](/maintainers/superpayments)

---

Top Contributors

[![andrew-superpayments](https://avatars.githubusercontent.com/u/130746454?v=4)](https://github.com/andrew-superpayments "andrew-superpayments (15 commits)")[![Marvin-Magmodules](https://avatars.githubusercontent.com/u/20815641?v=4)](https://github.com/Marvin-Magmodules "Marvin-Magmodules (4 commits)")[![carl-pearse](https://avatars.githubusercontent.com/u/57185044?v=4)](https://github.com/carl-pearse "carl-pearse (3 commits)")[![lukedoesinfra](https://avatars.githubusercontent.com/u/94376089?v=4)](https://github.com/lukedoesinfra "lukedoesinfra (2 commits)")[![Frank-Magmodules](https://avatars.githubusercontent.com/u/24823946?v=4)](https://github.com/Frank-Magmodules "Frank-Magmodules (1 commits)")[![alexedwardjones](https://avatars.githubusercontent.com/u/5364820?v=4)](https://github.com/alexedwardjones "alexedwardjones (1 commits)")[![superpayments-renovate-bot[bot]](https://avatars.githubusercontent.com/u/103575666?v=4)](https://github.com/superpayments-renovate-bot[bot] "superpayments-renovate-bot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/superpayments-superpayment-hyva/health.svg)

```
[![Health](https://phpackages.com/badges/superpayments-superpayment-hyva/health.svg)](https://phpackages.com/packages/superpayments-superpayment-hyva)
```

###  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)
