# wirecard/magento2-wcp

`composer require wirecard/magento2-wcp`

Canonical URL: https://packagento.com/wirecard/magento2-wcp

## At a glance

- **Vendor**: wirecard (https://packagento.com/wirecard.md)
- **Latest version**: 3.1.5 — released 2025-12-10
- **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/wirecard/magento2-wcp 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 wirecard/magento2-wcp:*
   bin/magento setup:upgrade
   bin/magento setup:di:compile
   bin/magento cache:flush
   ```

## README

[![License](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/qenta-cee/magento2-qcp/master/LICENSE)
[![PHP v8.2](https://img.shields.io/badge/php-v8.2-green.svg)](http://www.php.net)
[![Magento v2.4.6](https://img.shields.io/badge/magento-v2.4.6-green.svg)](https://magento.com/)

----

Our [Online Guides](https://guides.qenta.com/) provide further information on payment methods and additional features. Please observe our [terms of use](https://guides.qenta.com/plugins/#legalNotice) regarding plugins.

### Try with Docker
You can run a Magento 2 test shop with Qenta Checkout Page module installed and pre-configured for Demo Mode.
- Add your [ngrok token](https://ngrok.com/) to `.env`
- Launch `docker-compose up; docker-compose down`

### Installation Guide
Take a look at our [installation guide](https://guides.qenta.com/plugins/magento2-installation-page/) for installing Qenta Checkout Page in your Magento 2 shop.

### Qenta Checkout Page
Qenta Checkout Page is designed to meet the ambitious demands of merchants offering a wide range of payment methods while at the same time fulfilling PCI DSS compliance.

Qenta Checkout Page offers:
- National and international payment methods: credit cards, debit cards, online banking payments, mobile payment solutions and other alternative payment methods.
- One interface for all payment methods.
- Intuitive user interface in more than 25 languages and 120 currencies.
- Layout and design customizable to meet the needs of our merchants (customized look-and-feel).
- Payment page compatible with mobile devices.
- Comprehensive range of effective fraud prevention tools.
- PCI DSS 3 compliant, no PCI certification necessary for merchants.
- Easy to add new payment methods, additional features, languages and currencies, etc.
- Web interface for managing payments (approvals, cancelations, credits, etc.).

## Recent Versions

| Version | Released |
|---|---|
| 3.1.5 | 2025-12-10 |
| 3.1.4 | 2025-09-01 |
| 3.1.3 | 2025-08-29 |
| 3.1.2 | 2025-07-01 |
| 3.1.1 | 2024-05-23 |
| 3.1.0 | 2024-04-30 |
| 3.0.1 | 2024-03-15 |
| 3.0.0 | 2024-01-15 |
| 2.2.0 | 2024-01-15 |
| 2.1.0 | 2022-05-20 |

Showing 10 of 28 versions. Full release history on https://packagento.com/wirecard/magento2-wcp.

## Dependencies

### Require

| Package | Constraint |
|---|---|
| php | ~7.2.5\|~7.3.0\|~7.4.0\|~8.0.0\|~8.1.0\|~8.2.0\|~8.3.0 |
| qenta/checkout-client-library | 5.0.10 |

## Quality

Latest release (3.1.5) 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 | not tested | – |
| 2.4.9 | – | – | not tested | not tested |


### 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 | 598 | 11 errors, 587 warnings (ruleset: Magento2) — 388 auto-fixable with phpcbf |
| PHPMD | Warning | 73 | 73 rule violations (MissingImport:47, UnusedFormalParameter:6, CyclomaticComplexity:6, NPathComplexity:4, ExcessiveMethodLength:3) |
| Cpd | Pass | 0 |  |
| Composer validate | Info | 2 | valid; 2 advisory notes (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 | 180 | 180 | – | – |
| 2.4.8 | – | 180 | N/A | – |
| 2.4.9 | – | – | N/A | N/A |


### 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=["wirecard/magento2-wcp"],
  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

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

