PHPackages                             ablr-com/magento2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. ablr-com/magento2

ActiveMagento2-module[Payment Processing](/categories/payments)

ablr-com/magento2
=================

Ablr payment extension for Magento

v1.0.3(4y ago)05OSL-3.0PHPPHP &gt;=7.0

Since Apr 4Pushed 4y ago2 watchersCompare

[ Source](https://github.com/ablr-com/ablr_ecom_magento2)[ Packagist](https://packagist.org/packages/ablr-com/magento2)[ RSS](/packages/ablr-com-magento2/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (4)Used By (0)

Ablr payment extension for Magento 2
====================================

[](#ablr-payment-extension-for-magento-2)

Installation
------------

[](#installation)

### Install using Composer (Recommended)

[](#install-using-composer-recommended)

1. Open Command Line Interface (CLI) and navigate to the Magento directory on your server
2. Run the following command to install the Ablr extension:

    ```
    composer require ablr-com/magento2
    ```
3. 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
    ```
4. 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

[](#manual-installation)

Note that \[MAGENTO\_ROOT\] refers to the root folder where Magento is installed.

1. Clone repository with extension:

    ```
    git clone https://github.com/ablr-com/ablr_ecom_magento2
    ```
2. Create directory `Ablr/Payment` in \[MAGENTO\_ROOT\]/app/code/

    ```
    mkdir -p [MAGENTO_ROOT]/app/code/Ablr/Payment
    ```
3. Copy extension files to `Ablr/Payment` directory:

    ```
    cp ablr_ecom_magento2/* [MAGENTO_ROOT]/app/code/Ablr/Payment/
    ```
4. 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
----------------------------

[](#configure-the-ablr-extension)

1. Log in to Magento Admin
2. Go to Stores &gt; Configuration &gt; Sales &gt; Payment Methods &gt; Ablr Gateway
3. Enter the Store ID and Secret API Key provided by Ablr
4. Sandbox is for testing on the staging environment. Remember to select "**No**" for Sandbox to start accepting real transactions on your live website).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~23 days

Total

3

Last Release

1506d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8388504?v=4)[ablr](/maintainers/ablr)[@ablr](https://github.com/ablr)

---

Top Contributors

[![olegisk](https://avatars.githubusercontent.com/u/871275?v=4)](https://github.com/olegisk "olegisk (7 commits)")[![gordon86](https://avatars.githubusercontent.com/u/1930580?v=4)](https://github.com/gordon86 "gordon86 (5 commits)")

### Embed Badge

![Health badge](/badges/ablr-com-magento2/health.svg)

```
[![Health](https://phpackages.com/badges/ablr-com-magento2/health.svg)](https://phpackages.com/packages/ablr-com-magento2)
```

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.1k](/packages/msilabs-bkash)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
