ablr-com / magento2
Ablr payment extension for Magento
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/ablr-com/magento2
Requires
- php: >=7.0
- ext-curl: *
- ext-openssl: *
Requires (Dev)
This package is auto-updated.
Last update: 2025-10-19 12:27:35 UTC
README
Installation
Install using Composer (Recommended)
- 
Open Command Line Interface (CLI) and navigate to the Magento directory on your server 
- 
Run the following command to install the Ablr extension: composer require ablr-com/magento2 
- 
Enter following commands to enable the Ablr extension: # Enable Ablr_Payment module php bin/magento module:enable Ablr_Payment --clear-static-content # Update the database schema and data php bin/magento setup:upgrade 
- 
If Magento is running in "production" mode, then also execute: # Compile dependency injection code php bin/magento setup:di:compile # Deploy static content php bin/magento setup:static-content:deploy # Clean the cache php bin/magento cache:clean 
Manual installation
Note that [MAGENTO_ROOT] refers to the root folder where Magento is installed.
- 
Clone repository with extension: git clone https://github.com/ablr-com/ablr_ecom_magento2 
- 
Create directory Ablr/Paymentin [MAGENTO_ROOT]/app/code/mkdir -p [MAGENTO_ROOT]/app/code/Ablr/Payment 
- 
Copy extension files to Ablr/Paymentdirectory:cp ablr_ecom_magento2/* [MAGENTO_ROOT]/app/code/Ablr/Payment/
- 
Go to [MAGENTO_ROOT] and enter following commands to enable module: php bin/magento module:enable Ablr_Payment --clear-static-content php bin/magento setup:upgrade php bin/magento cache:clean 
Configure the Ablr extension
- Log in to Magento Admin
- Go to Stores > Configuration > Sales > Payment Methods > Ablr Gateway
- Enter the Store ID and Secret API Key provided by Ablr
- Sandbox is for testing on the staging environment. Remember to select "No" for Sandbox to start accepting real transactions on your live website).