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

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

hochstrasserio/wirecard
=======================

A modern client for the Wirecard payment gateway

v1.1.0(9y ago)25913.5k↓79.5%112MITPHPPHP &gt;=5.4.0

Since Sep 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/hochstrasserio/wirecard)[ Packagist](https://packagist.org/packages/hochstrasserio/wirecard)[ Docs](https://github.com/hochstrasserio/wirecard)[ RSS](/packages/hochstrasserio-wirecard/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (4)Versions (5)Used By (2)

⚠️ IMPORTANT
============

[](#️-important)

Starting with September 30, 2020 the methods used by this SDK are no longer supported by Wirecard.

This repository is therefore archived and is no longer maintained. You're free to fork this code under the terms of the license.

Wirecard
========

[](#wirecard)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f3d6cd02fab90cef2148e2e5478953438a100163ad48b751871d5bff909da000/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686f63687374726173736572696f2f77697265636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hochstrasserio/wirecard)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/6e3d03236e690b68df0ec0f5160b85c8280b51f2252877d776398fef0cc833f8/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f686f63687374726173736572696f2f77697265636172642f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/hochstrasserio/wirecard)[![Total Downloads](https://camo.githubusercontent.com/469545e86158a8ece2e4cd6ee266f6a36b4c84cf499c3663071dc4ecaf90204c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686f63687374726173736572696f2f77697265636172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hochstrasserio/wirecard)

An unofficial SDK for making payments with [Wirecard](http://wirecard.at).

For general information about making payments with Wirecard in your application, visit the [Wirecard Integration Wiki](https://guides.wirecard.at/).

Get an account for the Integration Wiki, by signing up on the Wiki’s signup page for free.

SDK Coverage:

- Wirecard Checkout Page
- Wirecard Seamless Checkout
- Seamless Backend operations
- Checkout Page Backend operations

Install
-------

[](#install)

Via Composer in your project directory:

```
$ composer require hochstrasserio/wirecard
```

Usage
-----

[](#usage)

### Setup

[](#setup)

This library does not ship with functionality to send HTTP requests over the wire. You need to get a library to do this for you. Any PSR-7 compliant library will work, like [Guzzle v6+](http://guzzle.readthedocs.org/en/latest/) or the [Ivory HTTP Adapters library](http://github.com/egeloen/ivory-http-adapter).

```
$ composer require 'guzzlehttp/guzzle:^6.0.0'

```

Then, configure a Wirecard *Context* with your Customer ID, Customer secret, and optionally your Shop ID. You should have received both by Wirecard. Demo or Test credentials are also available in the [Integration Wiki](https://guides.wirecard.at/).

```
