PHPackages                             reimage/reimage - 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. reimage/reimage

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

reimage/reimage
===============

Create modified images from original image on the fly

12PHP

Since Jan 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jozefgrencik/reimage)[ Packagist](https://packagist.org/packages/reimage/reimage)[ RSS](/packages/reimage-reimage/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

[![Reimage logo](docs/images/logo.png)](docs/images/logo.png)

About Reimage
=============

[](#about-reimage)

Create modified images from original image on the fly.

**Currently work in progress**

Installing via Composer
-----------------------

[](#installing-via-composer)

```
composer require reimage/reimage
```

How does it work?
-----------------

[](#how-does-it-work)

TODO

Requirements
------------

[](#requirements)

The Reimage library has the following requirements:

- PHP 7.3 or PHP 7.4 or PHP 8.0
- One of the Image processing libraries:
    - [imagine/imagine](https://github.com/avalanche123/Imagine) (PHP 5.3+, Imagick 6.2.9+, GD 2.0+, Gmagick)
    - [intervention/image](https://github.com/Intervention/image) (PHP 5.4+, Imagick 6.5.7+, GD 2.0+)

Optional libraries
------------------

[](#optional-libraries)

File system libraries:

- [league/flysystem](https://flysystem.thephpleague.com/) v2.0+ (AWS S3, FTP, SFTP, in memory)

Basic usage
-----------

[](#basic-usage)

```
$reimage = new Reimage();
$url = $reimage->createUrl('/my_image.jpg', [Reimage::WIDTH => 300, Reimage::HEIGHT => 200]);
//Result: $url = '/my_image_fpA63N.jpg?w=300&h=200&s=4L1CZi'
```

Documentation
-------------

[](#documentation)

Read the [documentation](/docs/index.md) for more information.

Licence
-------

[](#licence)

See the [LICENSE](/LICENSE) file.

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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/3940d24390301e350df6e07926f5ede311398ce8bf42ce10eeaa7cb6e9eacf48?d=identicon)[jozef.grencik](/maintainers/jozef.grencik)

---

Top Contributors

[![jozefgrencik](https://avatars.githubusercontent.com/u/1457296?v=4)](https://github.com/jozefgrencik "jozefgrencik (84 commits)")

### Embed Badge

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

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

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[gravatarphp/gravatar

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

16653.6k2](/packages/gravatarphp-gravatar)[rsoury/wp-imgix

Rewrites WordPress image URLs to use ImgIX

167.2k](/packages/rsoury-wp-imgix)

PHPackages © 2026

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