loki / magento2-components
N/A
Fund package maintenance!
yireo
www.paypal.me/yireo
Installs: 707
Dependents: 10
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 1
Open Issues: 3
Type:magento2-module
Requires
- php: ^8.1
- ext-dom: *
- ext-json: *
- ext-pcre: *
- ext-simplexml: *
- laminas/laminas-http: ^2.0
- loki/magento2-base: ^1.0
- loki/magento2-css-utils: ^1.0
- magento/framework: ^103.0
- magento/module-backend: ^102.0
- magento/module-config: ^101.0
- magento/module-customer: ^103.0
- magento/module-store: ^101.0
- psr/log: ^1.0 | ^2.0 | ^3.0
- yireo/magento2-csp-utilities: ^1.0
Requires (Dev)
- dev-main
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.0.18
- 0.0.17
- 0.0.16
- 0.0.15
- 0.0.14
- 0.0.13
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
This package is auto-updated.
Last update: 2025-09-30 14:25:32 UTC
README
This is the main Magento 2 module for Loki Components, as is being used by the Loki Checkout suite. Loki Components are a combination of Alpine.js (JavaScript) and PHP (Magento): The package offers enhanced Alpine.js components that automate AJAX calls to be handled in the backend, complete with filtering, validation, updating multiple HTML elements at once, and much more.
Installation
Install this package via composer:
composer require loki/magento2-components
Next, enable this module:
bin/magento module:enable Loki_Components