PHPackages                             tapakan/image-downloader - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. tapakan/image-downloader

ActiveLibrary[Image &amp; Media](/categories/media)

tapakan/image-downloader
========================

PHP lib for download images from remote host

0.0.1(9y ago)048MITPHPPHP &gt;=5.6

Since Sep 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Tapakan/image-downloader)[ Packagist](https://packagist.org/packages/tapakan/image-downloader)[ Docs](https://github.com/Tapakan/image-downloader.git)[ RSS](/packages/tapakan-image-downloader/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

image-downloader
================

[](#image-downloader)

[![Build Status](https://camo.githubusercontent.com/368728b737b5f8649e0609740b9f2c60a6666576d41d52838b0ba831096ec76a/68747470733a2f2f7472617669732d63692e6f72672f546170616b616e2f696d6167652d646f776e6c6f616465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Tapakan/image-downloader)[![Code Climate](https://camo.githubusercontent.com/cd1904b45b5f02485e9e17ce99cff17f22cb89332b8692402ac045db2293bf9a/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f546170616b616e2f696d6167652d646f776e6c6f616465722f6261646765732f6770612e737667)](https://codeclimate.com/github/Tapakan/image-downloader)[![Coverage Status](https://camo.githubusercontent.com/c88de16ed787ff48cbc0bc58a9dae323108c51de1e94e58b6393da851a290efa/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f546170616b616e2f696d6167652d646f776e6c6f616465722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Tapakan/image-downloader?branch=master)

INSTALL
-------

[](#install)

Add to require section

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

EXAMPLES
--------

[](#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');
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3568d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6270205?v=4)[Alex](/maintainers/Tapakan)[@Tapakan](https://github.com/Tapakan)

---

Top Contributors

[![Tapakan](https://avatars.githubusercontent.com/u/6270205?v=4)](https://github.com/Tapakan "Tapakan (30 commits)")

---

Tags

imageremotedownloader

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tapakan-image-downloader/health.svg)

```
[![Health](https://phpackages.com/badges/tapakan-image-downloader/health.svg)](https://phpackages.com/packages/tapakan-image-downloader)
```

###  Alternatives

[intervention/image

PHP Image Processing

14.3k203.8M2.5k](/packages/intervention-image)[league/glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

2.6k52.6M138](/packages/league-glide)[liip/imagine-bundle

This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.

1.7k39.4M239](/packages/liip-imagine-bundle)[spatie/image

Manipulate images with an expressive API

1.4k58.5M176](/packages/spatie-image)[intervention/image-laravel

Laravel Integration of Intervention Image

1558.1M160](/packages/intervention-image-laravel)[intervention/gif

PHP GIF Encoder/Decoder

6125.4M14](/packages/intervention-gif)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
