magewire
Reactive Magento frontend components built entirely in PHP
All Skills in This Repository (8)
Pure Emerald Level Indicatorsmagewire-portman
Automate Livewire to Magewire porting with namespace renaming and augmentation merging.
magewire
Build reactive, server-driven Magento 2 UI components with PHP and Alpine.js via AJAX updates.
magewire-javascript
Write CSP-safe Magewire JavaScript for Magento 2 themes.
magewire-backwards-compatibility
Enable backwards compatibility for Magewire v1 components migrating to v3.
magewire-architecture
Document Magewire repository layout, mechanisms, features, and extension points.
magewire-theming
Create Magento 2 theme compatibility modules integrating Magewire with Hyvä, Luma, Breeze, or Backend themes.
magewire-best-practices
Enforce Magewire coding practices for Magento 2 component design and lifecycle hooks.
magewire-hyva-checkout-backwards-compatibility
Migrate Hyvä Checkout v1 components to Magewire v3 with runtime shims.
Frequently Asked Questions
FAQPage SchemaHow to install Magewire?▼
Run `npx skills add magewirephp/magewire --all -g -y` in your terminal to install all skills in this suite globally.
What is Magewire used for in Magento?▼
Magewire lets you build reactive, interactive Magento 2 frontend components like live search, forms, and checkout steps using only PHP, with no custom JavaScript required.
Does Magewire work without JavaScript knowledge?▼
Yes. All component logic lives in PHP, and Magewire handles the browser updates automatically, so backend developers can build dynamic UIs directly.
Is Magewire compatible with Hyvä themes?▼
Yes. Dedicated compatibility packages exist for Hyvä Theme and Hyvä Checkout, and Magewire follows standard Magento conventions for other themes.
Should I upgrade from Magewire 1.x?▼
Yes. Version 1.x only receives security fixes, so upgrading to the latest major version is recommended for new features and ongoing support.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core