Skip to content

0x4a5k/wirecard-php-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wirecard AG PHP API

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.

About

Wirecard PHP API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%