PHPackages                             roketid/imagemax - 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. roketid/imagemax

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

roketid/imagemax
================

Simple helper to generate ImageMax URL

01.0k[1 issues](https://github.com/roketID/php-imagemax/issues)1PHP

Since May 30Pushed 10y ago2 watchersCompare

[ Source](https://github.com/roketID/php-imagemax)[ Packagist](https://packagist.org/packages/roketid/imagemax)[ RSS](/packages/roketid-imagemax/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (1)

php-imagemax
============

[](#php-imagemax)

PHP helper to make life easier with ImageMax(TM) image convertion

### use case

[](#use-case)

Helper :

```
// Configuration
$config = [
  'canonical' => '',
  'baseurl' => '',
  'profiles' => [
    'thumb' => [
      'w' => 128, // width
      'h' => 128, // height
      'q' => 8, // quality
      'fm' => 'jpg', // format
      'bri' => -10, // brightness
    ],
    'medium' => '500x300-imxq-8-imxbri--10', // w = 500; h = 300; q = 8; bri = -10
    'large' => '800x600', // w = 800; h = 600
  ],
];

// Initial
$imx = new ImageMax($config);

// Get thumbnail URL
$imx->make('files/my_picture.jpg', 'thumb');

// with different format, mention it in third parameter
$imx->make('files/my_picture.jpg', 'thumb', 'png');

// Get image directly from options array
$imx->make('files/my_picture.jpg', [
  'w' => 128, // width
  'h' => 128, // height
  'q' => 8, // quality
  'fm' => 'jpg', // format
  'bri' => -10, // brightness
]);

// Get image from absolute URL
$imx->make('https://my.base.url/files/my_picture.jpg', 'thumb');
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7432391?v=4)[Mokhamad Rofiudin](/maintainers/mrofi)[@mrofi](https://github.com/mrofi)

---

Top Contributors

[![mrofi](https://avatars.githubusercontent.com/u/7432391?v=4)](https://github.com/mrofi "mrofi (13 commits)")

### Embed Badge

![Health badge](/badges/roketid-imagemax/health.svg)

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

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

133890.0k3](/packages/goat1000-svggraph)[imagekit/imagekit

PHP library for Imagekit

46877.3k10](/packages/imagekit-imagekit)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

12644.1k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

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