maxvtest/image-dl
Composer 安装命令:
composer require maxvtest/image-dl
包简介
Image Downloader
README 文档
README
Installation
composer require maxvtest/image-dl:~1.0
Usage
use Maxvtest\ImageDl\ImageDl; $url = 'http(s)://free-awesome-images.net/path/name.jpg'; $name = '/path/to/new-file.jpg'; $imageDl = new ImageDl; $imageDl->sslVerifyPeer = true; // 'true' to download image from https, but without SSL verification. $imageDl->download($url, $name);
统计信息
- 总下载量: 51
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2018-01-21