PHPackages                             abeta-io/magento2-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. abeta-io/magento2-hyva

ActiveMagento2-module

abeta-io/magento2-hyva
======================

Hyvä Themes Compatibility module for Abeta extension

02.2k↓100%HTML

Since Oct 2Pushed 1y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

This repository contains the module that enables Abeta support for Hyvä. This module has a dependency on the Abeta Magento 2 module.

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

[](#installation)

1. Install the module using composer:

```
composer composer require abeta-io/magento2-hyva
```

2. Enable the module:

```
bin/magento module:enable Abeta_HyvaPunchOut
```

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

20

—

LowBetter than 14% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/401772c5af0daf058de4c7ea6238af3823cd860b6c7cee2b2cdb7e90395236ba?d=identicon)[abeta-io](/maintainers/abeta-io)

---

Top Contributors

[![Marvin-Magmodules](https://avatars.githubusercontent.com/u/20815641?v=4)](https://github.com/Marvin-Magmodules "Marvin-Magmodules (2 commits)")

### Embed Badge

![Health badge](/badges/abeta-io-magento2-hyva/health.svg)

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

PHPackages © 2026

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