PHPackages                             payconn/wirecard - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. payconn/wirecard

ActiveLibrary[Payment Processing](/categories/payments)

payconn/wirecard
================

Wirecard payment processing library for PHP

v1.1.0(5y ago)141[1 PRs](https://github.com/payconn/wirecard/pulls)MITPHPPHP &gt;=7.1.3CI failing

Since Mar 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/payconn/wirecard)[ Packagist](https://packagist.org/packages/payconn/wirecard)[ RSS](/packages/payconn-wirecard/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (3)Dependencies (6)Versions (4)Used By (0)

[![](https://camo.githubusercontent.com/7fabb1d94d54d22d637a947b3aa785272707316e408cf9ddb79846d438049d51/68747470733a2f2f7777772e77697265636172642e636f6d2f6173736574732f6d656469612f4c6f676f732f77697265636172645f6461726b2e737667)](https://www.wirecard.com.tr/)

### Payconn: Wirecard

[](#payconn-wirecard)

Wirecard (Bonus, World, CardFinans, Maximum, Paraf, Advantage) gateway for Payconn payment processing library

 [![](https://camo.githubusercontent.com/b13387890859f5bcf8bf3ad45424e1f7af4503d0eea030296003531713f94171/68747470733a2f2f7472617669732d63692e636f6d2f706179636f6e6e2f77697265636172642e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/payconn/wirecard)

---

**[Installation](#installation)**| **[Supported Methods](#supported-methods)**| **[Basic Usages](#basic-usages)**

---

[Payconn](https://github.com/payconn/common) is a framework agnostic, multi-gateway payment processing library for PHP. This package implements common classes required by Payconn.

Installation
------------

[](#installation)

```
$ composer require payconn/wirecard

```

Supported methods
-----------------

[](#supported-methods)

- purchase
- authorize
- refund

Basic Usages
------------

[](#basic-usages)

```
use Payconn\Common\CreditCard;
use Payconn\Wirecard;
use Payconn\Wirecard\Model\Purchase;
use Payconn\Wirecard\Token;

$token = new Token('', '');
$purchase = new Purchase();
$purchase->setTestMode(true);
$purchase->setAmount(100);
$purchase->setInstallment(1);
$purchase->setDescription('');
$purchase->setCreditCard((new CreditCard('4111111111111111', '2024', '01', '123'))
    ->setHolderName(''));
$purchase->generateOrderId();
$response = (new Wirecard($token))->purchase($purchase);
```

Change log
----------

[](#change-log)

Please see [UPGRADE](UPGRADE.md) for more information on how to upgrade to the latest version.

Support
-------

[](#support)

If you are having general issues with Payconn, we suggest posting on [Stack Overflow](http://stackoverflow.com/). Be sure to add the

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/payconn/nestpay/issues), or better yet, fork the library and submit a pull request.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~98 days

Total

3

Last Release

2058d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7647972?v=4)[Murat Saç](/maintainers/muratsac)[@muratsac](https://github.com/muratsac)

---

Top Contributors

[![muratsac](https://avatars.githubusercontent.com/u/7647972?v=4)](https://github.com/muratsac "muratsac (5 commits)")[![ahmett](https://avatars.githubusercontent.com/u/12511137?v=4)](https://github.com/ahmett "ahmett (2 commits)")

---

Tags

wirecard

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/payconn-wirecard/health.svg)

```
[![Health](https://phpackages.com/badges/payconn-wirecard/health.svg)](https://phpackages.com/packages/payconn-wirecard)
```

###  Alternatives

[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)[contica/facturador-electronico-cr

Un facturador de código libre para integrar facturación electrónica en Costa Rica a un proyecto PHP

2128.8k](/packages/contica-facturador-electronico-cr)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
