dikiypac/imagedownloader

Download Image From remoute host

dev-master 2017-07-04 05:55 UTC

This package is not auto-updated.

Last update: 2024-06-14 18:06:16 UTC


README

image-url-parser

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