Download
trait Download
Methods
static anonymousClass
download(string $url, array $options = [])
Download file via URL
__construct($url, $top, $options)
No description
void
to(string $pathToSaveFile)
Make http get request and sink it into some path
void
Details
at line 23
static anonymousClass
download(string $url, array $options = [])
Download file via URL
at line 32
__construct($url, $top, $options)
No description
at line 46
void
to(string $pathToSaveFile)
Make http get request and sink it into some path
at line 79
void
withProgress(string $pathToSaveFile, Closure $callback)
Download file with progress