igaponov/wirecard-php-api
最新稳定版本:v0.1
Composer 安装命令:
composer require igaponov/wirecard-php-api
包简介
Wirecard PHP API
关键字:
README 文档
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.
统计信息
- 总下载量: 1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-15