Download the PHP package aichenk/icbc-sdk without Composer
On this page you can find all versions of the php package aichenk/icbc-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package icbc-sdk
icbc-sdk
工商银行二类户金融服务接口SDK 实现快速调用,传入私钥即可对请求进行签名
运行环境
- PHP 5.6+
- openssl extension
- aichenk/http-client ^1.0
安装方法
-
根目录运行
composer require aichenk/icbc-sdk
-
在
composer.json
中声明"require": { "aichenk/icbc-sdk": "^1.0" }
使用
更新日志
2019-10-17 - v1.3.0
- http-client库升级到2.0
2019-08-26 - v1.2.3
- 修复当response为空时验签失败bug
- 增加getAppId方法(即"一级机构商户号")
2019-08-15 - v1.2.2
- 增加setCorpNo|getCorpNo方法
- 初始化corpNo后不在需要每个请求单独增加corp_no参数
2019-08-14 - v1.2.1
- 修复请求错误时验签的bug
- 请求结束后清空params,可复用ApiClient调用下一请求
2019-08-13 - v1.2.0
- pubKey可选,如传入则针对返回内容验签
- pubKey支持字符串,pem/cer格式文件路径,自动解析
- 增加Exception类
- php版本要求增加到5.6
2019-08-09 - v1.1.1
- 更新说明内容
2019-08-08 - v1.1.0
- 更改目录结构
- 增加Key类,支持密钥文件解析(pem,cer)
All versions of icbc-sdk with dependencies
PHP Build Version
Package Version
The package aichenk/icbc-sdk contains the following files
Loading the files please wait ....