jleagle/imagga-api-client
最新稳定版本:0.1.0
Composer 安装命令:
composer require jleagle/imagga-api-client
包简介
A package to upload images to, and retrieve API information from Imagga.
关键字:
README 文档
README
A package to upload images to, and retrieve API information from Imagga.
Instantiate the package using your API details:
$imagga = new Imagga( $apiKey, $apiSecret );
Example API calls:
// Most methods can take an array of either URLs or content IDs. $images = [ 'http://playground.imagga.com/static/img/example_photo.jpg', 'http://playground.imagga.com/static/img/example_photos/japan-605234_1280.jpg' ]; // Gets image tags $tags = $imagga->tags($images); // Get your current API usage levels $usage = $imagga->usage(); // Get the colors of an image $colors = $imagga->colors($images);
统计信息
- 总下载量: 60
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-24