# bigfish-hu/payment-gateway-module-magento2

`composer require bigfish-hu/payment-gateway-module-magento2`

Canonical URL: https://packagento.com/bigfish-hu/payment-gateway-module-magento2

## At a glance

- **Vendor**: bigfish-hu (https://packagento.com/bigfish-hu.md)
- **Latest version**: 5.5.0 — released 2026-07-02
- **Pricing**: Free
- **Package type**: Magento 2 module
- **Status**: active, accepting new buyers

## Installation

Packagento is licence-gated, so even free packages need a licence on a project before Composer can resolve them.

1. **Sign in or create an account** at https://packagento.com/customer/account/.

2. **Add the package to your account.** Open https://packagento.com/bigfish-hu/payment-gateway-module-magento2 and complete the free checkout. A licence is minted automatically.

3. **Create or pick a project, then activate the licence on it.**
   - Projects represent the Magento installs you deploy to. Manage them at https://packagento.com/projects/.
   - Activate the new licence on the project you'll deploy this package to. Activation is what generates the Composer credentials scoped to that project.

4. **Add the project credentials to your Magento codebase.**

   Grab the project's public + private key from https://packagento.com/projects/ (open the project, then its Credentials tab), and add them to `auth.json`:

   ```json
   {
     "http-basic": {
       "packagento.com": {
         "username": "ppk_live_...",
         "password": "psk_live_..."
       }
     }
   }
   ```

   Add the Packagento Composer repository to `composer.json`:

   ```json
   {
     "repositories": [
       { "type": "composer", "url": "https://packagento.com" }
     ]
   }
   ```

5. **Install and apply.**

   ```bash
   composer require bigfish-hu/payment-gateway-module-magento2:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## README

> Repository github.com/bigfish-hu/payment-gateway-module-magento2 (bigfishpaymentgateway/pmgw) is abandoned, you should avoid using it.<br>
><br>
> Use https://github.com/pmgw-hu/payment-gateway-module-magento2 ([pmgw/payment-gateway-module-magento2](https://packagist.org/packages/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<br />
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: <a href="https://www.paymentgateway.hu/arak" target="_blank">Tariff packages and contracting</a>

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: <a href="https://www.paymentgateway.hu/partnereink" target="_blank">Our partners</a>

##### 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 <a href="https://www.paymentgateway.hu/fejlesztoknek/egyeb/elesitesi-kovetelmenyek" target="_blank">requirements</a> must be met.

Should you need any further information, please do not hesitate to contact us through the [it@paymentgateway.hu](mailto:it@paymentgateway.hu) 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<br />
   Store name: sdk_test<br />
   API key: 86af3-80e4f-f8228-9498f-910ad<br />
   Test mode: Yes

 * Enable any payment service provider.

 * Save Config.

**Important: make sure that the php path is correct in bin/magento file.**

## Recent Versions

| Version | Released |
|---|---|
| 5.5.0 | 2026-07-02 |
| 5.4.0 | 2026-03-05 |
| 5.3.0 | 2026-01-12 |
| 5.2.0 | 2026-01-07 |
| 5.0.1 | 2025-02-25 |
| 5.0.0 | 2024-07-03 |
| 4.1.0 | 2024-07-03 |
| 4.0.1 | 2024-01-11 |
| 4.0.0 | 2023-11-10 |
| 3.3.0 | 2023-09-28 |

Showing 10 of 23 versions. Full release history on https://packagento.com/bigfish-hu/payment-gateway-module-magento2.

## Dependencies

### Require

| Package | Constraint |
|---|---|
| php | ^7.0 \| ^8.0 |
| pmgw/payment-gateway-php7-sdk | 4.* |

## Quality

Latest release (5.5.0) fails the Packagento QA pipeline. Verdicts below are per-cell (Magento line × PHP version) for the matrixed tools, and run-once for the static / security tiers.


### Compatibility

Each Magento line is installed on its supported PHP versions, then the module is built (DI compile + static-content deploy). Cells show passed / failed / untested; staircase gaps render as `–`.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | Pass | Pass | – | – |
| 2.4.8 | – | Pass | 1 | – |
| 2.4.9 | – | – | 1 | 1 |


### Code Quality

Advisory checks against the module's source. Never affect the Compatibility verdict — a phpcs finding can't make a module incompatible.

#### Static Analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Fail | 220 | 19 errors, 201 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) |

#### PHPStan

Type-checks the module against a real Magento install. Re-runs per Magento + PHP version because resolvable symbols differ between releases.

| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | 89 | 89 | – | – |
| 2.4.8 | – | 89 | 90 | – |
| 2.4.9 | – | – | 90 | 90 |


### Tests

Unit and integration suites run per Magento + PHP cell. Test failures speak to the module's behaviour, not its compatibility with a line, so they're reported here separately.

#### Unit 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 |

#### 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 |


### Security

Dependency-advisory audit (composer audit) plus a source malware scan. A malware detection fails the version outright.

| Tool | Status | Findings | Summary |
|---|---|---|---|
| Composer audit | Pass | 0 |  |
| Malware scan | Pass | 0 |  |

## Licence and pricing

Free. A licence is still minted on checkout and bound to your project for Composer access — no payment step.

Refundable within 14 days of first purchase via https://packagento.com/account/refunds/.

## Install via Claude Code or any MCP client

The Packagento MCP server can run the licence + project + Composer steps above in one tool call:

```
purchase_and_install_packages(
  composer_names=["bigfish-hu/payment-gateway-module-magento2"],
  project_id="proj_xxx"
)
```

This handles cart, checkout, licence minting, project activation, and writes auth.json credentials. Connect a client with `claude mcp add packagento https://mcp.packagento.com`. Full setup at https://packagento.com/docs/mcp-setup.

## Vendor

bigfish-hu is a Magento 2 vendor on Packagento. See https://packagento.com/bigfish-hu.md for their full catalogue.

