📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Potentially Abandoned v1.7.0

Ipay88

mage2pro/ipay88

Integrates Magento 2 with the iPay88 payment gateway, supporting multiple countries in Southeast Asia and China. Enables customers to pay via various local banks and payment methods.

10,799
Downloads
Below average
7
GitHub Stars
Below average
3y ago
Last Release
2
Open Issues
Build Issues
2/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
17 errors , 1000 warnings
L0 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.7.0 on Magento 2.4.8-p3
Dec 29, 2025

Looking for Contributors

Dependency injection compilation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Ipay88 Magento compatibility status badge

README

Loaded from GitHub

This module integrates a Magento 2 based webstore with the iPay88 payment service (Malaysia, Indonesia, Philippines, Thailand, Singapore, China).
The module is free and open source.

Demo video

https://www.youtube.com/watch?v=hgg7cu9y57c&list=PLTq8uOpBQGsEVWfTrncggf2XnngZYaUJa

Screenshots

The available payment options for Malaysia

How to install

Hire me in Upwork, and I will:

  • install and configure the module properly on your website
  • answer your questions
  • solve compatiblity problems with third-party checkout, shipping, marketing modules
  • implement new features you need

2. Self-installation

bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/ipay88:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f ms_Latn_MY en_US <additional locales, e.g.: zh_Hans_CN>
bin/magento maintenance:disable

How to update

bin/magento maintenance:enable
composer remove mage2pro/ipay88
rm -f composer.lock
composer clear-cache
composer require mage2pro/ipay88:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f ms_Latn_MY en_US <additional locales, e.g.: zh_Hans_CN>
bin/magento maintenance:disable

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.