bigfish-hu / payment-gateway-module-magento2
bigfish-hu/payment-gateway-module-magento2
Repository github.com/bigfish-hu/payment-gateway-module-magento2 (bigfishpaymentgateway/pmgw) is abandoned, you should avoid using it.
Use https://github.com/pmgw-hu/payment-gateway-module-magento2 (pmgw/payment-gateway-module-magento2) instead.
BIG FISH Payment Gateway module for Magento 2
Latest supported Magento and PHP versions
Magento 2.4.6-p2
PHP 8.2
The steps required to use our services are as follows
1. Contracting with us:
The online contracting process can be initiated by clicking on the following link and choosing the suitable package: Tariff packages and contracting
The language of contract and communication is Hungarian.
2. Contracting with the selected payment service provider(s) for online card acceptance:
Our company is a payment technology platform (not a bank or a payment service provider), therefore to use our solution, you need to have an active contract with at least one PSP available on our system.
The list of payment service providers available in our system can be found under the following link: Our partners
3. Connecting to BIG FISH Payment Gateway:
Your IT personnel can examine the integration opportunities even before signing the contract with us. The module is free to use in the test environment. Using the production environment requires an active contract with us and the requirements must be met.
Should you need any further information, please do not hesitate to contact us through the [email protected] email address.
Manual installation and configure
1. Backup your store.
2. Create app/code/Bigfishpaymentgateway/Pmgw folder.
3. unzip the module to app/code/Bigfishpaymentgateway/Pmgw folder.
4. Open terminal and enter these commands:
-
bin/magento maintenance:enable -
bin/magento cache:flush -
bin/magento cache:disable -
bin/magento module:enable Bigfishpaymentgateway_Pmgw -
composer require pmgw/payment-gateway-php7-sdk -
bin/magento setup:upgrade -
bin/magento setup:di:compile -
bin/magento setup:static-content:deploy -
bin/magento indexer:reindex -
bin/magento cache:enable -
bin/magento maintenance:disable
5. Login to Magento 2 Admin panel.
6. Configure the BIG FISH Payment Gateway module:
-
Stores -> Configuration -> Sales -> Payment Methods
-
Expand OTHER PAYMENT METHODS.
-
Expand BIG FISH Payment Gateway Settings.
-
Set the data below to test:
Enabled: Yes
Store name: sdk_test
API key: 86af3-80e4f-f8228-9498f-910ad
Test mode: Yes -
Enable any payment service provider.
-
Save Config.
Important: make sure that the php path is correct in bin/magento file.
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 5.4.0 | stable | Fail | Magento 2.4.7 Details | 2026-03-05 13:43:36 |
| 5.3.0 | stable | Not tested | Not yet tested Details | 2026-01-12 12:45:47 |
| 5.2.0 | stable | Not tested | Not yet tested Details | 2026-01-07 11:59:25 |
| 5.0.1 | stable | Not tested | Not yet tested Details | 2025-02-25 08:58:41 |
| 5.0.0 | stable | Not tested | Not yet tested Details | 2024-07-03 08:43:06 |
| 4.1.0 | stable | Not tested | Not yet tested Details | 2024-07-03 06:34:57 |
| 4.0.1 | stable | Not tested | Not yet tested Details | 2024-01-11 10:24:18 |
| 4.0.0 | stable | Not tested | Not yet tested Details | 2023-11-10 10:50:25 |
| 3.3.0 | stable | Not tested | Not yet tested Details | 2023-09-28 07:37:26 |
| 3.2.7 | stable | Not tested | Not yet tested Details | 2023-06-07 09:19:27 |
| 3.2.6 | stable | Not tested | Not yet tested Details | 2023-05-02 11:47:45 |
| 3.2.5 | stable | Not tested | Not yet tested Details | 2022-08-30 12:49:21 |
| 3.2.4 | stable | Not tested | Not yet tested Details | 2022-04-04 04:44:53 |
| 3.2.3 | stable | Not tested | Not yet tested Details | 2021-09-15 08:09:52 |
| 3.2.2 | stable | Not tested | Not yet tested Details | 2021-03-11 09:18:59 |
| 3.2.1 | stable | Not tested | Not yet tested Details | 2020-11-10 14:24:37 |
| 3.2.0 | stable | Not tested | Not yet tested Details | 2020-10-06 06:45:58 |
| 3.1.0 | stable | Not tested | Not yet tested Details | 2020-02-18 12:16:10 |
| 3.0.0 | stable | Not tested | Not yet tested Details | 2019-09-11 11:27:40 |
| 2.1.0 | stable | Not tested | Not yet tested Details | 2019-06-11 12:26:05 |
| 2.0.1 | stable | Not tested | Not yet tested Details | 2018-06-13 09:18:18 |
| 2.0.0 | stable | Not tested | Not yet tested Details | 2018-04-26 10:14:06 |
Requires 2
| Package | Constraint |
|---|---|
| php | ^7.0 | ^8.0 |
| pmgw/payment-gateway-php7-sdk | 4.* |
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
Code Quality - Static Tests
Checks run directly against the module's source code, independent of any Magento or PHP version: coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity, and a security audit of its declared dependencies. Each runs once.
| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Fail | 218 | 19 errors, 199 warnings (ruleset: Magento2) — 80 auto-fixable with phpcbf |
| PHPMD | Warning | 22 | 22 rule violations (UnusedFormalParameter:9, MissingImport:4, ExcessiveClassComplexity:2, CyclomaticComplexity:2, NPathComplexity:2) |
| Cpd | Warning | 6 | 6 duplicated chunks spanning 175 total lines (min-lines=5, min-tokens=70) |
| Composer validate | Info | 1 | valid; 1 advisory note (composer validate --strict) |
| Composer audit | Pass | 0 |
Code Quality - PHPStan
PHPStan type-checks the module's PHP against a real Magento install (so framework and core-module symbols resolve) at the configured gate level. Because the available symbols differ between releases, it runs separately for each Magento and PHP version. The grid below shows the result for each pairing; select one to see its findings. This never affects compatibility.
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
Unit tests
Integration tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.