weepay/weepay-php
最新稳定版本:1.0.4
Composer 安装命令:
composer require weepay/weepay-php
包简介
weepay api php client
关键字:
README 文档
README
PHP Integration for weepay
Requirements
PHP 5.3 and later.
Installation
Composer
You can install the bindings via Composer. Run the following command:
composer require weepay/weepay-php
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
Manual Installation
require_once('weepayBootstrap.php');
Usage
weepayBootstrap::initialize(); $options = new \weepay\Auth(); $options->setBayiID("xxx"); $options->setApiKey("xxx"); $options->setSecretKey("xxx-xx-xx"); $options->setBaseUrl("https://api.weepay.co/");
If you have any questions, please don't hesitate to contact us via Github with open an issue or contact us at destek@weepay.co.
统计信息
- 总下载量: 31.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 未知