dikiypac / imagedownloader
Download Image From remoute host
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/dikiypac/imagedownloader
Requires
- php: >=5.6
This package is not auto-updated.
Last update: 2025-10-04 00:17:51 UTC
README
Download image from remote host
Installation
Composer
The preferred way to install this extension is through Composer.
Either run
php composer.phar require dikiy-roman/image-url-parser "dev-master"
or add
"dikiy-roman/image-url-parser": "dev-master"
to the require section of your composer.json
Usage
$img_ldr = new ImageDownloader('http://olx.ua/'); $result = $img_ldr->save("D:\\Test\\"); echo ($result == true)?'All Image saved':$img_ldr->getError();
Author
Dykyi Roman, e-mail: mr.dukuy@gmail.com