0x4a5k / wirecard-php-api
Wirecard PHP API
v0.2
2016-07-29 01:24 UTC
Requires
- php: >=5.4
- jms/serializer: ~1.0
Requires (Dev)
- guzzlehttp/guzzle: ~3.0
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-12-30 15:00:12 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.