2017 © Pedro Peláez
 

library image-dl

Image Downloader

image

maxvtest/image-dl

Image Downloader

  • Monday, January 22, 2018
  • by maximvl
  • Repository
  • 0 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 400 % Grown

The README.md

image-dl

Installation

composer require maxvtest/image-dl:~1.0

Usage

use Maxvtest\ImageDl\ImageDl;

$url = 'http(s)://free-awesome-images.net/path/name.jpg';
$name = '/path/to/new-file.jpg';

$imageDl = new ImageDl;
$imageDl->sslVerifyPeer = true; // 'true' to download image from https, but without SSL verification.
$imageDl->download($url, $name);

The Versions

22/01 2018

dev-master

9999999-dev

Image Downloader

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4.0

 

21/01 2018

1.0.0

1.0.0.0

Image Downloader

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4.0