image4io/image4iophp-sdk 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

image4io/image4iophp-sdk

最新稳定版本:1.0.4

Composer 安装命令:

composer require image4io/image4iophp-sdk

包简介

PHP SDK for image4.io

README 文档

README

altText

altText altText altText

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

MIT

统计信息

  • 总下载量: 407
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-12-03