PHPackages                             igaponov/omnipay-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. igaponov/omnipay-wirecard

ActiveLibrary[Payment Processing](/categories/payments)

igaponov/omnipay-wirecard
=========================

Wirecard gateway for Omnipay payment processing library

v1.1(10y ago)58154[2 issues](https://github.com/igaponov/omnipay-wirecard/issues)MITPHP

Since Apr 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/igaponov/omnipay-wirecard)[ Packagist](https://packagist.org/packages/igaponov/omnipay-wirecard)[ Docs](https://github.com/igaponov/omnipay-wirecard)[ RSS](/packages/igaponov-omnipay-wirecard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Omnipay: Wirecard
=================

[](#omnipay-wirecard)

**Wirecard driver for the Omnipay PHP payment processing library**

[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Wirecard support for Omnipay.

[![Build Status](https://camo.githubusercontent.com/80d421c7233a74ba74caae207436f49060efcc06a397411e89329d1906bd7be4/68747470733a2f2f7472617669732d63692e6f72672f696761706f6e6f762f6f6d6e697061792d77697265636172642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/igaponov/omnipay-wirecard)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7a6fd16538f9a19d24e698b9b00977eac295b11940fe44d108c68614a55030d9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f696761706f6e6f762f6f6d6e697061792d77697265636172642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/igaponov/omnipay-wirecard/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/87bf850c2b02a6633e885fd86c7a2bcbaa230d7ea6c2c89c8d7434c4ceb3c81d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f696761706f6e6f762f6f6d6e697061792d77697265636172642f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/igaponov/omnipay-wirecard/?branch=master)

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

[](#installation)

Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it to your `composer.json` file:

```
{
    "require": {
        "igaponov/omnipay-wirecard": "dev-master"
    }
}
```

And run composer to update your dependencies:

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

```

Configure your serializer (for example, JMS serializer):

```
use JMS\Serializer\SerializerBuilder;

$serializer = SerializerBuilder::create()
    ->addMetadataDir('path/to/src/Serializer/Metadata', 'Wirecard\Element')
    ->build();
$gateway = $factory->create('Wirecard');
$gateway->setSerializer($serializer);
```

Basic Usage
-----------

[](#basic-usage)

For general usage instructions, please see the main [Omnipay](https://github.com/omnipay/omnipay)repository.

Support
-------

[](#support)

If you are having general issues with Omnipay, we suggest posting on [Stack Overflow](http://stackoverflow.com/). Be sure to add the [omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.

If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which you can subscribe to.

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~278 days

Total

2

Last Release

3769d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7c850e385fb61dec398c3088a7000f7ea8adb9e6e2d360e57e0b63115cca1ed?d=identicon)[igaponov](/maintainers/igaponov)

---

Top Contributors

[![igaponov](https://avatars.githubusercontent.com/u/4271889?v=4)](https://github.com/igaponov "igaponov (55 commits)")

---

Tags

paymentgatewaypaymerchantomnipaypurchasewirecard

### Embed Badge

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

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

###  Alternatives

[lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

587421.0k11](/packages/lokielse-omnipay-alipay)

PHPackages © 2026

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