Skip to content

Repository files navigation

Koine AssetDownloader

Downloads assets from a website

Code information:

Build StatusCoverage StatusCode ClimateIssue CountScrutinizer Code QualityStyleCI

Package information:

Latest Stable VersionTotal DownloadsLatest Unstable VersionLicenseDependency Status

Usage

<?phpuseKoine\AssetDownloader\AssetDownloader;
usePsr\Http\Message\UriInterface;
$assetDownloader = newAssetDownloader();
$assetDownloader
->from('https://example.com')
->to(realpath('./public'));
$downloader->download(newUri('http://localhost/images/image-on-production-website.jpg'));

Installing

composer require koine/asset-downloader

Issues/Features proposals

Here is the issue tracker.

License

MIT

Authors

About

Asset downloader utility to use as a fallback when working locally and willing to sync with production

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages