PHPackages                             sergiobelya/test-hexa-imageloader - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sergiobelya/test-hexa-imageloader

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sergiobelya/test-hexa-imageloader
=================================

This is the test task for Hexa company

0.9.0(9y ago)013MITPHPPHP &gt;=5.4.0

Since Feb 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sergiobelya/test-hexa-imageloader)[ Packagist](https://packagist.org/packages/sergiobelya/test-hexa-imageloader)[ RSS](/packages/sergiobelya-test-hexa-imageloader/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (5)Used By (0)

test-hexa-imageloader
=====================

[](#test-hexa-imageloader)

Installing
----------

[](#installing)

```
composer require sergiobelya/test-hexa-imageloader:">=0.9"

```

Examples of use
---------------

[](#examples-of-use)

```
use sergiobelya\TestHexaImageloader\UrlImportFromFile;
use sergiobelya\TestHexaImageloader\ImageLoader;

$folder = __DIR__ . '/loaded/';
$image_loader = new ImageLoader($folder);

$image_loader->addUrl('https://ssl.gstatic.com/gb/images/v1_76783e20.png');
$image_loader->addUrl('http://easy-code.ru/wordpress/wp-content/uploads/2014/09/wplogo-50x50.png');
$image_loader->loadAllImages();

$import_from_file = new UrlImportFromFile();
$img_urls = $import_from_file->importToArray(__DIR__ . '/imglist.txt');

$image_loader->setUrlsArray($img_urls);
$image_loader->loadAllImages();
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~0 days

Total

2

Last Release

3421d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6141086?v=4)[Sergei Belyakov](/maintainers/sergiobelya)[@sergiobelya](https://github.com/sergiobelya)

---

Top Contributors

[![sergiobelya](https://avatars.githubusercontent.com/u/6141086?v=4)](https://github.com/sergiobelya "sergiobelya (2 commits)")

### Embed Badge

![Health badge](/badges/sergiobelya-test-hexa-imageloader/health.svg)

```
[![Health](https://phpackages.com/badges/sergiobelya-test-hexa-imageloader/health.svg)](https://phpackages.com/packages/sergiobelya-test-hexa-imageloader)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21422.6k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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