PHPackages                             maxvtest/image-dl - 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. maxvtest/image-dl

ActiveLibrary

maxvtest/image-dl
=================

Image Downloader

1.0.0(8y ago)051Apache-2.0PHPPHP &gt;=5.4.0

Since Jan 21Pushed 8y agoCompare

[ Source](https://github.com/maxvtest/image-dl)[ Packagist](https://packagist.org/packages/maxvtest/image-dl)[ RSS](/packages/maxvtest-image-dl/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (2)Used By (0)

image-dl
========

[](#image-dl)

Installation
------------

[](#installation)

```
composer require maxvtest/image-dl:~1.0
```

Usage
-----

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

3038d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4540ad0e61c105a986abf30bb66fc5ed628b920c336b754ebaf79d77bfea23c?d=identicon)[maximvl](/maintainers/maximvl)

---

Top Contributors

[![maxvtest](https://avatars.githubusercontent.com/u/35656017?v=4)](https://github.com/maxvtest "maxvtest (5 commits)")

### Embed Badge

![Health badge](/badges/maxvtest-image-dl/health.svg)

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

PHPackages © 2026

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