2017 © Pedro Peláez
 

library image-package

Composer package that can download images from a remote to the server

image

artyomshaitor/image-package

Composer package that can download images from a remote to the server

  • Monday, January 11, 2016
  • by artyomshaitor
  • Repository
  • 1 Watchers
  • 0 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Image Downloader

Composer package that can download images from a remote to the server, (*1)

Installation

Install the latest version with, (*2)

$ composer require artyomshaitor/image-package
$ composer update

Usage

use SRC\ImageDownloader;

require __DIR__ . '/vendor/autoload.php';

$loader = new ImageDownloader();
$loader->downloadImage("https://pp.vk.me/c7003/v7003346/15ecb/fBZpkWNulu4.jpg"); // simple image downloading
$loader->downloadImage("https://pp.vk.me/c7003/v7003346/15ecb/fBZpkWNulu4.jpg",['jpg', 'png']); // download only image with ".jpg" or ".png" types 
$loader->downloadImage("https://pp.vk.me/c7003/v7003346/15ecb/fBZpkWNulu4.jpg", [], 'images'); // download image to 'images' folder

Requirements

  • Image Downloader works with PHP 5.3 or above.

Author

Artyom Shaitor - artyomshaitor@gmail.com - http://twitter.com/artyom_shaitor
my VK page - http://vk.com/artyomshaitor, (*3)

License

Image Downloader is licensed under the MIT License., (*4)

The Versions

11/01 2016

dev-master

9999999-dev

Composer package that can download images from a remote to the server

  Sources   Download

MIT

The Requires

  • php >=5.3

 

11/01 2016

v2.0.6

2.0.6.0

Composer package that can download images from a remote to the server

  Sources   Download

MIT

The Requires

  • php >=5.3

 

11/01 2016

v2.0.5

2.0.5.0

Composer package that can download images from a remote to the server

  Sources   Download

The Requires

  • php >=5.0.0

 

11/01 2016

v2.0.4

2.0.4.0

Composer package that can download images from a remote to the server

  Sources   Download

The Requires

  • php >=5.0.0

 

11/01 2016

v2.0.3

2.0.3.0

Composer package that can download images from a remote to the server

  Sources   Download

The Requires

  • php >=5.0.0

 

11/01 2016

v2.0.1

2.0.1.0

Composer package that can download images from a remote to the server

  Sources   Download

The Requires

  • php >=5.0.0

 

11/01 2016

v1.1

1.1.0.0

Composer package that can download images from a remote to the server

  Sources   Download

The Requires

  • php >=5.0.0

 

11/01 2016

v2.0

2.0.0.0

Composer package that can download images from a remote to the server

  Sources   Download

The Requires

  • php >=5.0.0

 

11/01 2016

dev-dev

dev-dev

Composer package that can download images from a remote to the server

  Sources   Download

The Requires

  • php >=5.0.0

 

11/01 2016

v1.0

1.0.0.0

Composer package that can download images from a remote to the server

  Sources   Download

The Requires

  • php >=5.0.0