Magento Lite Installation
Quick Installation Guide
About Lite Plugin
The Amwal Magento Lite Plugin is a streamlined version of the Amwal payment integration that provides essential payment functionality with minimal setup. It offers a lightweight solution for merchants who want to quickly integrate Amwal payments into their Magento store without complex configurations.
Installation Methods
Composer (Recommended)
In your Magento root directory, run:
composer require amwal/payments
Manual Upload via FTP
- Download the latest release from GitHub Releases
- Extract the ZIP file
- Upload contents to
/app/code/Amwal/Payments
on your server
Setup Commands
After installation, run these commands from your Magento root directory:
bin/magento module:enable Amwal_Payments
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush
Configuration
After installation, go to your Magento Admin settings → Amwal Payment Method, enter your Merchant ID, and select the module type as Lite.

Updated 8 days ago