phootobr/apiclient
Composer 安装命令:
composer require phootobr/apiclient
包简介
README 文档
README
This library provides access to Phooto Brasil's REST API
Requirements
- PHP >= 7.2
- cURL Extension
Installation
composer require phootobr/apiclient
Usage
$apiClient = new \PhootoBR\APIClient\Client("{YOUR_CLIENT_ID}", "{YOUR_SECRET_ID}", "{SERVICE}", "{SANDBOX_MODE|true/false}"); $data = [ "hello" => "world", ]; $response = $apiClient->post("{ENDPOINT}", $data);
Services
- emails
- mce360
License
This library is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 178
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-13