productsupcom/platform-api-client
Composer 安装命令:
composer require productsupcom/platform-api-client
包简介
PHP client to connect to the platform API of http://productsup.io/
README 文档
README
- Attenion: this PHP client is running outdated version of PHP and is not actively maintained by Productsup. Please use at your own risk.
- We will not merge any contributions, as this repository will be replaced by an Open API Specification file in the near future
Installation (Composer)
Add this to your require section
"require": {
"productsupcom/platform-api-client": "dev-master"
}
Installation (without composer)
If you do not want to use composer, you can download or git clone the project and require the autoload.php in the root folder.
git clone https://github.com/productsupcom/Platform-API-Client.git
require_once(__DIR__.'/Platform-API-Client/autoload.php');
Requirements
- PHP 5.3+
- PHP cURL
Basic usage
See the example scripts.
API Documentation
统计信息
- 总下载量: 106.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-10-29