koine/asset-downloader

从网站下载资产

v1.0 2016-04-04 14:11 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:59:02 UTC


README

从网站下载资产

代码信息

Build Status Coverage Status Code Climate Issue Count Scrutinizer Code Quality StyleCI

包信息

Latest Stable Version Total Downloads Latest Unstable Version License Dependency Status

用法

<?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('https:///images/image-on-production-website.jpg'));

安装

composer require koine/asset-downloader

问题/特性建议

这里 是问题跟踪器。

许可证

MIT

作者