igaponov/wirecard-php-api

Wirecard PHP API

Maintainers

Package info

github.com/igaponov/wirecard-php-api

pkg:composer/igaponov/wirecard-php-api

Statistics

Installs: 1 006

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 2

v0.1 2016-01-16 15:05 UTC

This package is not auto-updated.

Last update: 2026-03-15 01:22:19 UTC


README

Installation

Configure your serializer:

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

Usage

See GatewayTest for general use and Gateway3DSecureTest for 3-D secure.

Testing

For full test:

$ phpunit

For test without gateway testing:

$ phpunit --exclude-group large

License

The MIT License (MIT). Please see License File for more information.