inarli/payu-tools
Composer 安装命令:
composer require inarli/payu-tools
包简介
Payunun resmi olarak sunduğu kütüphanesinde olmayan temel özellikler
关键字:
README 文档
README
PHP Client For PayU
You can send request to PayU Rest API with this library;
Example;
<?php require_once '../vendor/autoload.php'; $merchant = new \PayuTools\Merchant('OPU_TEST', 'SECRET_KEY'); $client = new \PayuTools\Client($merchant); $cancelRequest = new \PayuTools\Request\Token\CancelRequest('5213b33bad3c07e87e8f032c94452bdc', 'Token cancelled'); $response = $client->send($cancelRequest); var_dump($response->getStatus()); var_dump($response->getError()); var_dump($response->getData()); ?>
统计信息
- 总下载量: 247
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache2
- 更新时间: 2017-08-21