PHPackages                             mageme/module-eu-withdrawal-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. [Framework](/categories/framework)
4. /
5. mageme/module-eu-withdrawal-hyva

ActiveMagento2-module[Framework](/categories/framework)

mageme/module-eu-withdrawal-hyva
================================

Hyva theme compatibility for mageme/module-eu-withdrawal. Re-renders the customer-facing withdrawal form (4-step SPA + lookup) and order-view integrations using pure Alpine.js + Tailwind utilities — no KO, no jQuery, no Magewire dependency. Hyva checkout integration (precontract block + waiver step) is shipped separately. NOT legal advice — see README disclaimer.

1.0.6(2w ago)21.4k1proprietaryHTMLPHP ~8.1.0||~8.2.0||~8.3.0||~8.4.0||~8.5.0

Since Jun 1Pushed 2w agoCompare

[ Source](https://github.com/mageme/module-eu-withdrawal-hyva)[ Packagist](https://packagist.org/packages/mageme/module-eu-withdrawal-hyva)[ RSS](/packages/mageme-module-eu-withdrawal-hyva/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (5)Dependencies (6)Versions (8)Used By (0)

MageMe EU Withdrawal — Hyva Theme Companion
===========================================

[](#mageme-eu-withdrawal--hyva-theme-companion)

> Hyva theme compatibility for the EU Withdrawal customer flow — pure Tailwind and Alpine.js, no KnockoutJS, no jQuery.

[![Latest Version](https://camo.githubusercontent.com/4137084dadefed58eea52ae8ee60cc3e6a951e01b42773de40026bc4bbdf6a24/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6167656d652f6d6f64756c652d65752d7769746864726177616c2d687976612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mageme/module-eu-withdrawal-hyva)[![Downloads](https://camo.githubusercontent.com/aca0dc223e9157e72d5b5c8862f497c9e849a94983c74c6fc9d5d2e2bd3ae6ff/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6167656d652f6d6f64756c652d65752d7769746864726177616c2d687976612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mageme/module-eu-withdrawal-hyva)[![Hyva](https://camo.githubusercontent.com/854140433d2942c23505b58d3ef9ad86aac43fad157d6a655f89f188b786cfda/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f487976612d312e332e31312532422d3231434644352e7376673f7374796c653d666c61742d737175617265)](https://www.hyva.io)[![PHP](https://camo.githubusercontent.com/d68d46c318dbf803a37003997356e79d497e9e0f286fff895a39f0402157bf20/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e31253230253743253230382e32253230253743253230382e33253230253743253230382e34253230253743253230382e352d3737374242342e7376673f7374796c653d666c61742d737175617265)](https://php.net)[![License](https://camo.githubusercontent.com/e57809241140fc16d4985e9eb5c92fc999a13bd3fd2925ec019eeac7f74dd1f5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d6167654d6525323045554c412d626c75652e7376673f7374796c653d666c61742d737175617265)](https://mageme.com/license/)

Hyva theme companion for [`mageme/module-eu-withdrawal`](https://github.com/mageme/module-eu-withdrawal). Re-renders the storefront-facing withdrawal flow with the Hyva design system. Install it when your storefront runs on a Hyva theme.

**[Documentation](https://docs.mageme.com)** · **[Base module](https://github.com/mageme/module-eu-withdrawal)** · **[Get Pro features](https://mageme.com/magento-2-withdrawal-button-extension.html)**

---

What it does
------------

[](#what-it-does)

Hyva-native rendering for the customer-facing parts of the base module:

- **Withdrawal flow** at `/withdraw-contract/` — the guided flow (find order → select items → review &amp; confirm) for both the guest lookup and the logged-in order picker.
- **Customer account** — the "Withdrawal requests" section.
- **Sales order view** — the "Start return" button and active-withdrawal banner.

Tailwind utility classes and a single Alpine component replace the base module's KnockoutJS. **No compliance behaviour is added or removed** — this is purely a theme-rendering layer.

For **Hyva Checkout** (the pre-contract block and waiver step on the checkout itself), install the separate [Hyva Checkout companion](https://github.com/mageme/module-eu-withdrawal-hyva-checkout).

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

[](#requirements)

- **EU Withdrawal** base module (pulled automatically)
- `hyva-themes/magento2-theme-module` **≥ 1.3.11**
- Magento **2.4.4–2.4.9**, **PHP 8.1–8.5**

Install
-------

[](#install)

```
composer require mageme/module-eu-withdrawal-hyva
bin/magento module:enable MageMe_EUWithdrawal Hyva_MageMeEUWithdrawal
bin/magento setup:upgrade
bin/magento cache:flush
```

Recompile the Hyva Tailwind bundle so the classes used by this module are picked up (substitute your child theme's `web/tailwind/` path if applicable):

```
cd vendor/hyva-themes/magento2-default-theme/web/tailwind
npm install && npm run build
```

Custom Magento development
--------------------------

[](#custom-magento-development)

Need a feature an extension doesn't cover, or a bespoke Magento build? MageMe takes on custom extension development and integration work.

→ **[Custom Magento development](https://mageme.com/magento-services/custom-development)**

Support
-------

[](#support)

- Documentation: [docs.mageme.com](https://docs.mageme.com)
- Bug reports and feature requests: [GitHub Issues](https://github.com/mageme/module-eu-withdrawal-hyva/issues)

Disclaimer
----------

[](#disclaimer)

This is a **technical theme-compatibility shim** — it re-implements the flow in Alpine + Tailwind and adds or removes no compliance functionality. The merchant is responsible for verifying the flow renders correctly under their Hyva theme and version before going to production. See the base module's [full disclaimer](https://docs.mageme.com).

License
-------

[](#license)

Distributed **free of charge** as a free-tier companion, governed by the **MageMe End User License Agreement** ([mageme.com/license](https://mageme.com/license/)).

---

**MageMe** builds Magento 2 and Adobe Commerce extensions for B2B merchants — form building, quoting, catalog control, and EU compliance.

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance96

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~5 days

Total

7

Last Release

19d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/81010079?v=4)[mageme](/maintainers/mageme)[@mageme](https://github.com/mageme)

---

Top Contributors

[![mageme](https://avatars.githubusercontent.com/u/81010079?v=4)](https://github.com/mageme "mageme (7 commits)")

---

Tags

tailwindmagento2alpinejswithdrawalhyvahyva-themesconsumer-protectioneu-complianceart-11amagemedirective-2011-83theme-compatibility

### Embed Badge

![Health badge](/badges/mageme-module-eu-withdrawal-hyva/health.svg)

```
[![Health](https://phpackages.com/badges/mageme-module-eu-withdrawal-hyva/health.svg)](https://phpackages.com/packages/mageme-module-eu-withdrawal-hyva)
```

###  Alternatives

[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k21.8M159](/packages/laravel-jetstream)[magewirephp/magewire

A framework that makes building reactive and dynamic interfaces simple in Magento 2

2621.4M45](/packages/magewirephp-magewire)[laravel-frontend-presets/tall

TALL preset for Laravel.

2.6k726.0k1](/packages/laravel-frontend-presets-tall)[mageme/module-eu-withdrawal

Magento 2 implementation scaffolding for the EU consumer-withdrawal workflow under Art. 11a Directive 2011/83/EU (as amended by 2023/2673): guided storefront flow (find order, select items, confirm), durable-medium receipt email, 22-locale Annex I content. NOT legal advice — see README disclaimer; merchant is responsible for compliance verification.

172.0k6](/packages/mageme-module-eu-withdrawal)[scandiweb/satoshi

Satoshi Theme for Magento 2 on Hyva - High-performance, user experience-focused theme

2881.4k](/packages/scandiweb-satoshi)[camya/filament-title-with-slug

TitleWithSlugInput - Easy Permalink Slugs for the FilamentPHP Form Builder (PHP / Laravel / Livewire)

13445.0k](/packages/camya-filament-title-with-slug)

PHPackages © 2026

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