tapakan/image-downloader
Composer 安装命令:
composer require tapakan/image-downloader
包简介
PHP lib for download images from remote host
关键字:
README 文档
README
INSTALL
Add to require section
"require" : { "tapakan/image-downloader" : "0.0.1" }
EXAMPLES
require('vendor/autoload.php'); use Tapakan\ImageDownloader\Manager; $manager = new Manager(); $manager->getDownloader()->load('http://example.com/path_to_img'); $manager->getDownloader()->load([ 'http://example.com/path_to_img', 'http://example.com/path_to_img' ]); // Change destination folder $manager = new Manager([ 'dir' => __DIR__ ]); $manager->getDownloader()->load('http://example.com/path_to_img');
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-22