rayatomsk/paddle-api
最新稳定版本:v0.6.2
Composer 安装命令:
composer require rayatomsk/paddle-api
包简介
Paddle.com API PHP library
README 文档
README
This package created and maintained by Andrii Holubenko, and provides a Paddle API integration.
Requirements
PHP 5.5 or later.
Installation via Composer
composer require rayatomsk/paddle-api
Getting Started
$api = new \Paddle\API(); $api->init($vendorID, $vendorAuthCode);
Authorization can be set while creating new API object:
$api = new \Paddle\API($vendorID, $vendorAuthCode);
Security
If you discover a security vulnerability in this library package, please send an e-mail to rayatomsk@gmail.com.
统计信息
- 总下载量: 22.83k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-10