image4io/image4iophp-sdk
最新稳定版本:1.0.4
Composer 安装命令:
composer require image4io/image4iophp-sdk
包简介
PHP SDK for image4.io
README 文档
README
Image4ioPhpSDK
image4io is a cloud service where your images are uploaded, moved, copied, fetched, deleted.
Installation
Composer package can be installed via following command
composer require image4io/image4iophp-sdk
Configuration
To send requests to API, APIKey and APISecret must be given as string first. Required keys can be retrieved from image4io console.
use Image4IO\Image4ioApi; $apiKey = 'apiKey'; $apiSecret = 'apiSecret'; $api = new Image4ioApi($apiKey, $apiSecret); $result = $api->getImage('/example.png');
Available Requests
This SDK currently supports 16 requests.
- GetSubscription
- GetImage
- UploadImage
- FetchImage
- CopyImage
- MoveImage
- DeleteImage
- CreateFolder
- DeleteFolder
- ListFolder
- StartUploadStream
- UploadStreamPart
- FinalizeStream
- GetStream
- FetchStream
- DeleteStream
Documentation is available at: image4io API Documentation
Contact Us
Image4io team is always ready to support you, feel free to contact us.
Follow Us
License
统计信息
- 总下载量: 407
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-03