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

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

stereoflo/image-resize
======================

v1(8y ago)01.5kMITPHP

Since Feb 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/StereoFlo/image-resize)[ Packagist](https://packagist.org/packages/stereoflo/image-resize)[ RSS](/packages/stereoflo-image-resize/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

English version is contained below.

Image Resizer
=============

[](#image-resizer)

Простой ресайзер изображенией. Позволяет изменять изображения JPG, GIF, PNG.

Установка
---------

[](#установка)

```
composer require stereoflo/image-resize
```

Использование
-------------

[](#использование)

```
$image = new \ImageResize\Image('pathToYouSourceImage');
```

или

```
$image = \ImageResize\Image::create('pathToYouSourceImage');
```

Изменить размер и отправить изображение в браузер:

```
$image->resize(400, 400)->send();
```

Изменить размер и сохраниеть в файловой системе:

```
$image->resize(400, 400)->save('pathToNewFile');
```

English version
===============

[](#english-version)

Simple image resizer. It can work with such file types: JPG, GIF, PNG. It ready for use with Laravel 5.X

How to install
--------------

[](#how-to-install)

```
composer require stereoflo/image-resize
```

How to use
----------

[](#how-to-use)

```
$image = new \ImageResize\Image('pathToYouSourceImage');
```

or you can make a static call

```
$image = \ImageResize\Image::create('pathToYouSourceImage');
```

Change the size and send to a browser

```
$image->resize(400, 400)->send();
```

Change the size and save in a file system:

```
$image->resize(400, 400)->save('pathToNewFile');
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3043d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3583643?v=4)[Evgeniy](/maintainers/StereoFlo)[@StereoFlo](https://github.com/StereoFlo)

---

Top Contributors

[![StereoFlo](https://avatars.githubusercontent.com/u/3583643?v=4)](https://github.com/StereoFlo "StereoFlo (13 commits)")

---

Tags

imagelaravelphpresizesimple

### Embed Badge

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

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

###  Alternatives

[char0n/ffmpeg-php

PHP wrapper for FFmpeg application

495236.3k1](/packages/char0n-ffmpeg-php)[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)
