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. [Utility &amp; Helpers](/categories/utility)
4. /
5. abeta-io/magento2-hyva

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

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

Hyvä Themes Compatibility module for Abeta extension

v1.0.2(2mo ago)03.0k1OSL-3.0HTML

Since Apr 21Pushed 2mo 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 3w ago

READMEChangelog (2)Dependencies (3)Versions (4)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

41

—

FairBetter than 87% of packages

Maintenance88

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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 ~6 days

Total

2

Last Release

60d ago

### 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 (5 commits)")[![peterjaap](https://avatars.githubusercontent.com/u/431360?v=4)](https://github.com/peterjaap "peterjaap (1 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)
```

###  Alternatives

[elgentos/regenerate-catalog-urls

Regenerate Catalog URL Rewrites (products, categories, cms pages)

2842.6M](/packages/elgentos-regenerate-catalog-urls)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68353.9k](/packages/run-as-root-magento2-prometheus-exporter)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1859.0k](/packages/myparcelnl-magento)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1010.0k22](/packages/loki-magento2-components)[magepal/magento2-form-field-manager

Customer and Address Form Fields Manager for Magento2

273.9k](/packages/magepal-magento2-form-field-manager)

PHPackages © 2026

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