claviska/SimpleImage
A PHP class that makes working with images and GD as simple as possible. observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 53
- Release rhythm 25
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 181.0
- age_days: 5405
- days_rel: 286
- days_push: 286
- n_releases_24m: 3
Adoption not part of the score
1388 stars · 378 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A single-file PHP library that wraps the GD extension with a fluent, chainable API for loading, manipulating, and saving images. It supports common formats including GIF, JPEG, PNG, WEBP, BMP, and AVIF, along with resizing, cropping, filters, drawing, watermarking, and EXIF auto-orientation.
Use cases
- resize and convert images in php
- generate thumbnails from uploaded images
- add a watermark to photos with php
- auto-orient images based on exif data
- apply filters like sepia or blur to an image
- convert jpeg to webp or avif in php
- draw shapes and text onto an image
When to choose
- you need simple image manipulation in PHP without heavy dependencies
- you want a chainable, readable API for resize, crop, overlay, and filter operations
- your project already uses GD and you want a friendlier wrapper
- you need to read/write multiple formats including WEBP and AVIF with alpha transparency
When to avoid
- you need high-performance or asynchronous image processing at large scale
- you require advanced features like color profiles, layers, or vector graphics that GD cannot handle
- your stack is not PHP
- you need GPU-accelerated or machine-learning-based image processing
Facets
library · maturity stable
image-processing image-processing web-development php gd fluent-api image-manipulation image-conversion watermarking thumbnail-generation exif-orientation chainable-methods web-server
1 source
- readme: https://github.com/claviska/SimpleImage · fetched 2026-08-28 · 3023488b8c18
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| claviska/SimpleImage | main | 53 |
For agents
markdown · JSON · MCP: product_card(name="claviska/SimpleImage")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem