0x4a5k/wirecard-php-api

Wirecard PHP API

Maintainers

👁 0x4a5k

Package info

github.com/0x4a5k/wirecard-php-api

Homepage

pkg:composer/0x4a5k/wirecard-php-api

Statistics

Installs: 30 873

Dependents: 1

Suggesters: 0

Stars: 0

v0.2 2016-07-29 01:24 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT b2c19a19a306b1f5596ac0b40e1bd1028e9ee0fb

  • Gaponov Igor <jiminy96.woop@gmail.com>
  • Kobyzev Alexander <aleksander.kobyzev.woop@gmail.com>

apiwirecard

This package is not auto-updated.

Last update: 2026-06-15 22:02:51 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.