Skip to content

dykyi-roman/image-url-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages