PHPackages                             descom/image-x - 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. descom/image-x

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

descom/image-x
==============

Image manipulation to web

0.2.0(1y ago)05.4k↓45.3%1MITPHPPHP ^8.3CI passing

Since Nov 10Pushed 2mo agoCompare

[ Source](https://github.com/descom-es/image-x)[ Packagist](https://packagist.org/packages/descom/image-x)[ Docs](https://github.com/descom-es/image-x)[ RSS](/packages/descom-image-x/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (4)Versions (9)Used By (0)

Descom Image-X
==============

[](#descom-image-x)

[![tests](https://github.com/descom-es/image-x/actions/workflows/tests.yml/badge.svg)](https://github.com/descom-es/image-x/actions/workflows/tests.yml)[![analyze](https://github.com/descom-es/image-x/actions/workflows/analyze.yml/badge.svg)](https://github.com/descom-es/image-x/actions/workflows/analyze.yml)[![style](https://github.com/descom-es/image-x/actions/workflows/style_fix.yml/badge.svg)](https://github.com/descom-es/image-x/actions/workflows/style_fix.yml)

Package to PHP to manipulate image to the web.

Install
-------

[](#install)

Via Composer

```
composer require descom/image-x
```

Usage
-----

[](#usage)

```
use Descom\ImageX\ImageX;

return ImageX::from($filename)
    ->transform('w_200,h_200,bg_000000')
    ->auto() // Auto format to image; webp, jpg
    ->response(); // ->save($otherFilename);
```

Testing
-------

[](#testing)

```
composer test
```

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance66

Regular maintenance activity

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.3% 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 ~147 days

Recently: every ~220 days

Total

7

Last Release

450d ago

PHP version history (2 changes)v0.0.1PHP ^8.0

0.2.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25681494?v=4)[Cesar Garcia](/maintainers/cesargb)[@cesargb](https://github.com/cesargb)

---

Top Contributors

[![cesargb](https://avatars.githubusercontent.com/u/25681494?v=4)](https://github.com/cesargb "cesargb (29 commits)")[![llorensjj](https://avatars.githubusercontent.com/u/7073372?v=4)](https://github.com/llorensjj "llorensjj (3 commits)")[![Asiergg34](https://avatars.githubusercontent.com/u/114573920?v=4)](https://github.com/Asiergg34 "Asiergg34 (1 commits)")[![IsmaelR04](https://avatars.githubusercontent.com/u/164865561?v=4)](https://github.com/IsmaelR04 "IsmaelR04 (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/descom-image-x/health.svg)

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

###  Alternatives

[league/glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

2.6k53.3M146](/packages/league-glide)[intervention/image-laravel

Laravel Integration of Intervention Image

1588.9M182](/packages/intervention-image-laravel)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

506516.3k29](/packages/bkwld-croppa)[laravel-at/laravel-image-sanitize

A small but handy package to prevent malicious code execution coming into your application through uploaded image files.

33866.8k](/packages/laravel-at-laravel-image-sanitize)[october/rain

October Rain Library

1601.7M83](/packages/october-rain)

PHPackages © 2026

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