Downloads assets from a website
Code information:
Package information:
<?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'));
composer require koine/asset-downloader
Here is the issue tracker.