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

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

centralapps/image-manager
=========================

Image Management Tool

025PHP

Since Aug 5Pushed 13y ago1 watchersCompare

[ Source](https://github.com/mkpeacock/ImageManager)[ Packagist](https://packagist.org/packages/centralapps/image-manager)[ RSS](/packages/centralapps-image-manager/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ImageManager
============

[](#imagemanager)

This is a simple tool for resizing, scaling, rendering and uploading images with PHP.

Installation
------------

[](#installation)

The easiest way to install this tool is using composer. Create the following composer.json file in the root of your project.

```
{
    "require": {
        "centralapps/image-manager": "dev-master"
    }
}

```

Then run composer to download and install the component.

```
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install

```

Usage
-----

[](#usage)

```
$imageTools = new \CentralApps\ImageManager\Tools();
$imageTools->loadFromFile('/var/www/original.png');
$imageTools->resizeScaleHeight(150);
$imageTools->save('/var/www/newfile.png');

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

---

Top Contributors

[![mkpeacock](https://avatars.githubusercontent.com/u/437037?v=4)](https://github.com/mkpeacock "mkpeacock (6 commits)")

### Embed Badge

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

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

###  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)
