PHPackages                             ajenbo/image.php - 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. ajenbo/image.php

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

ajenbo/image.php
================

Helper function for simple image manipulation using GD functions.

0.9.4(8y ago)1606LGPL-3.0PHPPHP &gt;=7.1

Since Nov 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/AJenbo/Image.php)[ Packagist](https://packagist.org/packages/ajenbo/image.php)[ RSS](/packages/ajenbo-imagephp/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)DependenciesVersions (6)Used By (0)

Image.php
=========

[](#imagephp)

[![Codacy Badge](https://camo.githubusercontent.com/e6cc9448f27e21c4b54a679100d618de0f7a68c9428997f6fa1e02a4ef7d853c/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6537393563386662383430303430313138626462613466326130616336346131)](https://www.codacy.com/app/AJenbo/Image-php?utm_source=github.com&utm_medium=referral&utm_content=AJenbo/Image.php&utm_campaign=Badge_Grade)

Helper function for simple image manipulation using GD functions.

\###Samples Open an image, remove any boarder, resize to 64x64 and save it.

```

$path = 'test.png';
$image = new Image($path);
$imageContent = $image->findContent();
$image->crop(
    $imageContent['x'],
    $imageContent['y'],
    $imageContent['width'],
    $imageContent['height']
);
$image->resize(64, 64);
$image->save($path, 'png');

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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 ~93 days

Total

5

Last Release

3098d ago

PHP version history (2 changes)0.4.0PHP &gt;=7.0.0

0.9.2PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/037e9a795cdd230276d7dd694957a8a3f0d125c0c698e0b5e3b870daff983f6b?d=identicon)[AJenbo](/maintainers/AJenbo)

---

Top Contributors

[![AJenbo](https://avatars.githubusercontent.com/u/204594?v=4)](https://github.com/AJenbo "AJenbo (16 commits)")

### Embed Badge

![Health badge](/badges/ajenbo-imagephp/health.svg)

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

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[humanmade/tachyon-plugin

Rewrites WordPress image URLs to use Tachyon

87338.5k2](/packages/humanmade-tachyon-plugin)

PHPackages © 2026

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