Download the PHP package onpayio/magento2 without Composer
On this page you can find all versions of the php package onpayio/magento2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package magento2
OnPay - Magento 2.4+ Payment Gateway
Payment Gateway Extension for Magento 2, based on the official OnPay PHP SDK. The plugin adds the following functionality to Magento:
- Usage of OnPay as a payment method.
- Validation of orders with callbacks directly from OnPay, outside the context of the cardholders browser.
- Management of transaction on order pages in Magento admin.
The plugin is tested and confirmed working on
- Magento 2.4.7
Usage
Installation via Composer (Recommended)
- Install the module composer by running
composer require onpayio/magento2
- Enable the module by running
php bin/magento module:enable OnPay_Magento2
- Apply database updates by running
php bin/magento setup:upgrade
- Compile Magento code base by running
php bin/magento setup:di:compile
- Deploy static content by running
php bin/magento setup:static-content:deploy
- Clean the cache by running
php bin/magento cache:clean
- You are ready to go
All versions of magento2 with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 || ^8.0
magento/magento2-base Version ^2.4.0
onpayio/php-sdk Version ^1.0.30
alcohol/iso4217 Version ^4.2.0
sokil/php-isocodes Version 4.2.0
sokil/php-isocodes-db-only Version 4.0.7
magento/magento2-base Version ^2.4.0
onpayio/php-sdk Version ^1.0.30
alcohol/iso4217 Version ^4.2.0
sokil/php-isocodes Version 4.2.0
sokil/php-isocodes-db-only Version 4.0.7
The package onpayio/magento2 contains the following files
Loading the files please wait ....