2017 © Pedro Peláez
 

library image-downloader

PHP lib for download images from remote host

image

tapakan/image-downloader

PHP lib for download images from remote host

  • Thursday, September 22, 2016
  • by Tapakan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 13 % Grown

The README.md

image-downloader

Build Status Code Climate Coverage Status, (*1)

INSTALL

Add to require section, (*2)

  "require" : {
    "tapakan/image-downloader" : "0.0.1"
  }

EXAMPLES

require('vendor/autoload.php');
use Tapakan\ImageDownloader\Manager;

$manager = new Manager();
$manager->getDownloader()->load('http://example.com/path_to_img');
$manager->getDownloader()->load([
    'http://example.com/path_to_img',
    'http://example.com/path_to_img'
]);

// Change destination folder
$manager = new Manager([
    'dir' => __DIR__
]);
$manager->getDownloader()->load('http://example.com/path_to_img');

The Versions

22/09 2016

dev-master

9999999-dev https://github.com/Tapakan/image-downloader.git

PHP lib for download images from remote host

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Alexander Oganov

image remote downloader

22/09 2016

0.0.1

0.0.1.0 https://github.com/Tapakan/image-downloader.git

PHP lib for download images from remote host

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Alexander Oganov

image remote downloader