PHPackages                             codeurs/imagehelper - 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. codeurs/imagehelper

AbandonedArchivedLibrary

codeurs/imagehelper
===================

A wrapper around the popular Intervention Image php library, for common image manipulations extended with caching.

0.0.1(8y ago)0222↓100%[2 issues](https://github.com/codeurs/ImageHelper/issues)MITPHPPHP &gt;=5.4

Since Aug 28Pushed 8y ago2 watchersCompare

[ Source](https://github.com/codeurs/ImageHelper)[ Packagist](https://packagist.org/packages/codeurs/imagehelper)[ RSS](/packages/codeurs-imagehelper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

ImageHelper
===========

[](#imagehelper)

A wrapper around the popular Intervention Image library for common image manipulations extended with caching.

Getting started
---------------

[](#getting-started)

- composer require codeurs/imagehelper

Code Examples
-------------

[](#code-examples)

```
use Codeurs\ImageHelper;

// Set the cache folder location
ImageHelper::setCacheFolder('cache/images');

// Resize an image and return the cached file location
$src = ImageHelper::fromPath('assets/image.png')
  ->resize(320, 240)
  ->src();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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

3176d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/050d26a159ecf379fbda23a81b0cf0d21ef03c302b33d211b68bf1d7f7573473?d=identicon)[benmerckx](/maintainers/benmerckx)

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

---

Top Contributors

[![dmerckx](https://avatars.githubusercontent.com/u/2300429?v=4)](https://github.com/dmerckx "dmerckx (15 commits)")

### Embed Badge

![Health badge](/badges/codeurs-imagehelper/health.svg)

```
[![Health](https://phpackages.com/badges/codeurs-imagehelper/health.svg)](https://phpackages.com/packages/codeurs-imagehelper)
```

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[laravolt/avatar

Turn name, email, and any other string into initial-based avatar or gravatar.

2.0k5.4M31](/packages/laravolt-avatar)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M73](/packages/unisharp-laravel-filemanager)[aimeos/aimeos-core

Full-featured e-commerce components for high performance online shops

4.5k346.9k46](/packages/aimeos-aimeos-core)[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M100](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k22](/packages/bkwld-croppa)

PHPackages © 2026

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