# gumlet/php-image-resize

PHP library to resize, scale and crop images. Cloud solution available at: www.gumlet.com

Repository: https://github.com/gumlet/php-image-resize
Canonical: https://ross.abutalabs.com/products/php-image-resize
Homepage: https://www.gumlet.com
Language: PHP
License: MIT
License Family: permissive
Topics: crop, php, resize, scale, php-library
Last push: 2026-07-22T12:02:10+00:00

## Health v2 (maintenance only)
Score: 86/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 93, release rhythm 70, longevity 100
- inputs: {"age_days": 4882, "days_push": 42, "days_rel": 42, "gap_med": 141, "n_releases_24m": 4}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1194, forks 299 (observed 2026-08-28T04:03:56.692090+00:00)

## What it is
A PHP library for resizing, scaling, and cropping images using the GD extension. It supports saving to multiple formats, loading from files or strings, and is distributed via Composer.

## Use cases
- resize images in php
- crop uploaded images server-side
- generate thumbnails from jpegs and pngs
- scale images proportionally in a web app
- convert images between formats with php
- resize images from binary data

## When to choose
- you need simple server-side image resizing in a PHP project
- you want a lightweight Composer package without heavy dependencies
- you only need GD-based resize, crop, and format conversion

## When to avoid
- you need advanced editing like filters, layers, or text drawing
- you want real-time CDN-based image optimization at scale
- your project runs on PHP older than 8.1 and you cannot use the 2.x line

## Facets
- artifact type: library
- maturity: active
- function: image-processing
- domain: image-processing, web-development
- platform: php
- tags: image-resize, crop, thumbnail-generation, gd-library

## Member repositories
- gumlet/php-image-resize (main) score 86

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:56.692090+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:22:09.793379+00:00, confidence not recorded.
  - readme: https://github.com/gumlet/php-image-resize (fetched 2026-08-28T04:03:56.692090+00:00, sha fee28f7a83cd)
  - homepage: https://www.gumlet.com (fetched 2026-08-29T12:29:15.018188+00:00, sha 7be612c274f8)
  - site_page: https://docs.gumlet.com/docs/getting-started (fetched 2026-08-29T12:29:15.023727+00:00, sha 9e03b5d3af7d)
  - site_page: https://www.gumlet.com/about (fetched 2026-08-29T12:29:15.025610+00:00, sha cd57fa996c84)
  - site_page: https://www.gumlet.com/pricing (fetched 2026-08-29T12:29:15.021645+00:00, sha 38d134d553f8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
