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

ActiveLibrary

spajak/image
============

Simple GD image manipulation library

011PHP

Since Feb 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/spajak/php-image)[ Packagist](https://packagist.org/packages/spajak/image)[ RSS](/packages/spajak-image/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Image
=====

[](#image)

Simple GD image manipulation library

Usage
-----

[](#usage)

```
use Spajak\Image;

$image = Image::createFromFile('lena.jpg');
$thumb = $image->thumbnail(100, 100);
$thumb->save('lena-thumb.jpg');
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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://www.gravatar.com/avatar/579cfadceb6c30283b191014fc7f46e7f32f3bf89ec09742c8fc4fa757e03f17?d=identicon)[spajak](/maintainers/spajak)

---

Top Contributors

[![spajak](https://avatars.githubusercontent.com/u/2893066?v=4)](https://github.com/spajak "spajak (7 commits)")

### Embed Badge

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

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

PHPackages © 2026

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