PHPackages                             vad-naitik/php-image-helper - 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. vad-naitik/php-image-helper

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

vad-naitik/php-image-helper
===========================

PHP Class to Image Crop or Resize and Display.

1.0.1(1y ago)017MITPHPPHP &gt;=7.2.0

Since May 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/vad-naitik/PHP-Image-Helper)[ Packagist](https://packagist.org/packages/vad-naitik/php-image-helper)[ Docs](https://vadnaitik.com)[ RSS](/packages/vad-naitik-php-image-helper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

php-image-Helper
================

[](#php-image-helper)

PHP library to resize, scale and crop images.

Setup
-----

[](#setup)

If using [Composer](https://getcomposer.org/), in your `composer.json` file add:

```
{
    "require": {
        "vad-naitik/PHP-Image-Helper": "1.0.*"
    }
}
```

Otherwise:

```
include '/path/to/ImageHelper.php';
```

Because this class uses namespacing, when instantiating the object, you need to either use the fully qualified namespace:

```
$image = new \VadNaitik\ImageHelper();
```

Or alias it:

```
use \VadNaitik\ImageHelper;

$image = new ImageHelper();
```

> Note: This library uses GD class which do not support resizing animated gif files

---

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

724d ago

### Community

Maintainers

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

---

Top Contributors

[![vad-naitik](https://avatars.githubusercontent.com/u/9828712?v=4)](https://github.com/vad-naitik "vad-naitik (9 commits)")

---

Tags

phpimageresizescalecrop

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vad-naitik-php-image-helper/health.svg)

```
[![Health](https://phpackages.com/badges/vad-naitik-php-image-helper/health.svg)](https://phpackages.com/packages/vad-naitik-php-image-helper)
```

###  Alternatives

[gumlet/php-image-resize

PHP class to re-size and scale images

1.2k5.7M53](/packages/gumlet-php-image-resize)[stefangabos/zebra_image

A single-file, lightweight PHP library designed for efficient image manipulation featuring methods for modifying images and applying filters

141110.4k6](/packages/stefangabos-zebra-image)[bodom78/kohana-imagefly

Create resized / cropped images directly through url parameters.

5517.0k](/packages/bodom78-kohana-imagefly)[somehow-digital/typo3-media-processing

Media Processing

101.1k](/packages/somehow-digital-typo3-media-processing)

PHPackages © 2026

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