koine/asset-downloader
Composer 安装命令:
composer require koine/asset-downloader
包简介
Downloads assets from a website
README 文档
README
Downloads assets from a website
Code information:
Package information:
Usage
<?php use Koine\AssetDownloader\AssetDownloader; use Psr\Http\Message\UriInterface; $assetDownloader = new AssetDownloader(); $assetDownloader ->from('https://example.com') ->to(realpath('./public')); $downloader->download(new Uri('http://localhost/images/image-on-production-website.jpg'));
Installing
composer require koine/asset-downloader
Issues/Features proposals
Here is the issue tracker.
License
Authors
统计信息
- 总下载量: 238
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-04