zenki/zenkipay
最新稳定版本:0.6.0
Composer 安装命令:
composer require zenki/zenkipay
包简介
The Zenkipay SDK for PHP provides convenient access to the Zenkipay API from applications written in the PHP language.
README 文档
README
The Zenkipay SDK for PHP provides convenient access to the Zenkipay API from applications written in the PHP language.
Requirements
- PHP >= 7.4
- A PSR-17 implementation
- A PSR-18 implementation
Getting started
Install
To install the SDK you will need to be using Composer in your project. To install it please see the docs.
This package (zenki/zenkipay) is not tied to any specific library that sends HTTP messages. Instead, it uses Httplug to let users choose whichever PSR-7 implementation and HTTP client they want to use.
If you just want to get started quickly you should run the following command:
composer require zenki/zenkipay php-http/curl-client
This will install the library itself along with an HTTP client adapter that uses cURL as transport method (provided by Httplug). You do not have to use those packages if you do not want to. The SDK does not care about which transport method you want to use because it's an implementation detail of your application. You may use any package that provides php-http/async-client-implementation and http-message-implementation.
License
zenkipay-sdk-php is licensed under the Apache 2.0 License - see the LICENSE file for details.
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2022-10-27