payplug / payplug-magento-hyva
Hyvä Compatibility module for Payplug_Payments
Package info
github.com/payplug/payplug-magento-hyva
Language:HTML
Type:magento2-module
pkg:composer/payplug/payplug-magento-hyva
Requires
- hyva-themes/magento2-default-theme: ^1.4
- hyva-themes/magento2-hyva-checkout: ^1.3
- payplug/payplug-magento2: 4.6.2
- dev-main
- 3.0.0
- 2.1.1
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-feature/MAG-707
- dev-release/v3.0.1
- dev-develop
- dev-releasefix/MAG-707
- dev-release/v3.0.1-final
- dev-feature/update-readme
- dev-feature/MAG-678
- dev-feature/MAG-626
- dev-feature/hyva-checkout-1.3.6
This package is auto-updated.
Last update: 2026-05-11 16:33:06 UTC
README
Official compatibility module of Magento 2 Payplug module for Hyvä.
About Payplug
Payplug is a French omnichannel payment solution dedicated to small and medium-sized businesses and enabling the cashing of payments made via Visa, Mastercard, and CB credit cards. 15,000 merchants in Europe trust us daily.
Please refer to https://www.payplug.com/fr for more informations.
Requirements
In order to work, this module requires a Hyvä Checkout licence.
Please refer to https://docs.hyva.io for more instructions.
Installation
1 - Install the payplug-magento-hyva module via composer:
composer require payplug/payplug-magento-hyva
2 - Enable module:
bin/magento module:enable Hyva_CheckoutPayplug bin/magento setup:upgrade
3 - Generate Tailwind CSS styles:
# Register module to Hyvä Tailwind config bin/magento hyva:config:generate # Replace path by your Hyvä custom theme cd path/to/project/app/design/frontend/Vendor/default/web/tailwind # Switch to the good Node.js version nvm use # Install dependencies nvm i # Compile Tailwind CSS file npm run build