dsawardekar/imgur-api
Composer 安装命令:
composer require dsawardekar/imgur-api
包简介
Library for using the Imgur API in PHP
README 文档
README
PHP Library for using the Imgur API.
Usage
<?php $container ->singleton('imgurCredentials', 'Imgur\Credentials') ->singleton('imgurAdapter', 'Imgur\Adapter') ->singleton('imgurImageRepo', 'Imgur\ImageRepo'); $imageRepo = $container->lookup('imgurImageRepo'); $image = $imageRepo->create( array( 'image' => 'http://path/to/image', 'title' => 'My Image' ) ); echo $image['link'];
System Requirements
- PHP 5.3.3+
License
MIT License. Copyright © 2014 Darshan Sawardekar
统计信息
- 总下载量: 588
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-05-27