PHPackages                             zeus/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. [Image &amp; Media](/categories/media)
4. /
5. zeus/image

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

zeus/image
==========

image resize and create thumbnail

1.4(7y ago)1030MITPHP

Since May 17Pushed 7y ago2 watchersCompare

[ Source](https://github.com/diloabininyeri/Image-resize)[ Packagist](https://packagist.org/packages/zeus/image)[ RSS](/packages/zeus-image/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (1)Versions (6)Used By (0)

**php image resize and save library**

```
composer require zeus/image

```

[![](https://camo.githubusercontent.com/ac1b76228fb5c70d7e6ba5dbb1042df1b620d9a4042b5af89e143a5b53f2ffb9/68747470733a2f2f70696c736e69616b2e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031372f30322f6c6f676f2d636f6d706f7365722d7472616e73706172656e742e706e67)](https://camo.githubusercontent.com/ac1b76228fb5c70d7e6ba5dbb1042df1b620d9a4042b5af89e143a5b53f2ffb9/68747470733a2f2f70696c736e69616b2e636f6d2f77702d636f6e74656e742f75706c6f6164732f323031372f30322f6c6f676f2d636f6d706f7365722d7472616e73706172656e742e706e67)

Guide using

```
use Image\Image;

class test
{
    public function testResize()
    {

        $image = new Image();

        $image->load((string) "ay.jpg")
            ->resize(800, 600)
            ->save("sonbir.jpg", 80);

    }

}

(new test())->testResize();

```

- save method have two parameter save($outputname,$quality)
- load method have one parameter load image load($imagepath)
- resize method have two parameter resize($width,$height)

**example use on laravel**

[![](https://camo.githubusercontent.com/21137485365f4cb75439d65eb0cc65db7d61bbf639742363f28ba11f8cf1d42b/68747470733a2f2f696d6167652e6962622e636f2f69466e6264792f53637265656e73686f745f66726f6d5f323031385f30355f31375f31345f34315f30302e706e67)](https://image.ibb.co/iFnbdy/Screenshot_from_2018_05_17_14_41_00.png)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

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

Every ~31 days

Total

5

Last Release

2844d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16406839?v=4)[Dılo abinin yeri ](/maintainers/diloabininyeri)[@diloabininyeri](https://github.com/diloabininyeri)

---

Top Contributors

[![diloabininyeri](https://avatars.githubusercontent.com/u/16406839?v=4)](https://github.com/diloabininyeri "diloabininyeri (43 commits)")

---

Tags

gd-libraryimageimage-processingphpresize-imagesphpthumbnailimagegdlibraryresize

### Embed Badge

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

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

###  Alternatives

[intervention/image

PHP Image Processing

14.3k208.9M2.5k](/packages/intervention-image)[sybio/image-workshop

Powerful PHP class using GD library to work easily with images including layer notion (like Photoshop or GIMP)

854945.6k12](/packages/sybio-image-workshop)[intervention/image-laravel

Laravel Integration of Intervention Image

1588.9M165](/packages/intervention-image-laravel)[stefangabos/zebra_image

A single-file, lightweight PHP library designed for efficient image manipulation featuring methods for modifying images and applying filters

138118.5k7](/packages/stefangabos-zebra-image)[jbzoo/image

A PHP class that simplifies working with images

174129.4k3](/packages/jbzoo-image)[coldume/imagecraft

A reliable and extensible PHP image manipulation library

10134.1k2](/packages/coldume-imagecraft)

PHPackages © 2026

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