library wirecard-php-api
Wirecard PHP API
igaponov/wirecard-php-api
Wirecard PHP API
- Saturday, January 30, 2016
- by igaponov
- Repository
- 1 Watchers
- 0 Stars
- 929 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 2 Forks
- 2 Open issues
- 2 Versions
- 1 % Grown
Installation
Configure your serializer:
``` php
$serializer = SerializerBuilder::create()
->addMetadataDir('path/to/src/Serializer/Metadata', 'Wirecard\Element')
->build();, (*1)
## Usage
See [GatewayTest](tests/Functional/GatewayTest.php) for general use and [Gateway3DSecureTest](tests/Functional/Gateway3DSecureTest.php) for 3-D secure.
## Testing
For full test:
``` bash
$ phpunit
For test without gateway testing:
bash
$ phpunit --exclude-group large
, (*2)
License
The MIT License (MIT). Please see License File for more information., (*3)