https://github.com/lokiextensions/loki_components
A Magento library to build AJAX-driven forms with ease. And they perform very well too!
https://github.com/lokiextensions/loki_components
ajax magento magento2 php
Last synced: about 1 month ago
JSON representation
A Magento library to build AJAX-driven forms with ease. And they perform very well too!
- Host: GitHub
- URL: https://github.com/lokiextensions/loki_components
- Owner: LokiExtensions
- Created: 2025-01-17T10:26:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-13T15:34:24.000Z (about 1 month ago)
- Last Synced: 2026-02-14T00:26:36.969Z (about 1 month ago)
- Topics: ajax, magento, magento2, php
- Language: PHP
- Homepage: https://loki-extensions.com/docs/components
- Size: 856 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Loki_Components
**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:
```bash
composer require loki/magento2-components
```
Next, enable this module:
```bash
bin/magento module:enable Loki_Components
```
## Usage
See [loki-extensions.com/docs/components](https://loki-extensions.com/docs/components)