# tpay/magento2 2.9.0

> Version 2.9.0 of tpay/magento2, released 2026-07-06.

`composer require tpay/magento2:2.9.0`

Canonical URL: https://packagento.com/tpay/magento2/2.9.0

## At a glance

- **Released**: 2026-07-06
- **PHP**: >=7.1
- **QA**: failing

## What it does

Tpay payments module

## Dependencies

### Require

| Package | Constraint |
|---|---|
| composer-runtime-api | ^2.0 |
| ext-json | * |
| php | >=7.1 |
| psr/simple-cache | ^1 |
| tpay-com/tpay-openapi-php | ^2.4.7 |
| tpay-com/tpay-php | ^2.4.7 |

### Require (dev)

| Package | Constraint |
|---|---|
| php-cs-fixer/shim | ^3.92 |
| php-parallel-lint/php-parallel-lint | ^1.4 |
| phpstan/phpstan | ^2.1 |
| squizlabs/php_codesniffer | * |
| tpay-com/coding-standards | ^1.1 |
| vimeo/psalm | ^5.15.0 |

### Suggest

| Package | Constraint |
|---|---|
| tpay-com/magento2-graphql | Additional GraphQL endpoints to use in PWA checkout applications |
| tpay-com/module-hyva-checkout | Compatybility module for Hyvä Checkout |

## Quality

Version 2.9.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 | Pass | – |
| 2.4.9 | – | – | Pass | Pass |


### 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 | Warning | 133 | 133 warnings (ruleset: Magento2), 2 auto-fixable with phpcbf |
| PHPMD | Warning | 27 | 27 rule violations (UnusedFormalParameter:10, CyclomaticComplexity:3, NPathComplexity:3, ExcessiveClassComplexity:3, UnusedLocalVariable:2) |
| Cpd | Pass | 0 |  |
| Composer validate | Pass | 0 |  |

#### 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 | 59 | 59 | – | – |
| 2.4.8 | – | 59 | 59 | – |
| 2.4.9 | – | – | 59 | 59 |


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

## Parent package

[tpay/magento2](https://packagento.com/tpay/magento2.md) — full catalogue, pricing, install steps, and vendor info.

