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

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

jasis/image-resizer
===================

Image resizer library for laravel

v1.1.1(10y ago)036MITPHP

Since Dec 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jilson-asis/image_resizer)[ Packagist](https://packagist.org/packages/jasis/image-resizer)[ RSS](/packages/jasis-image-resizer/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Synopsis
--------

[](#synopsis)

**PHP 5** image integration for laravel. makes automatically overwrites the image so you do not have to specify its new location.

Code Example
------------

[](#code-example)

First use the imageResizer class in your controller

`use jilsonasis\ImageResizer\Facade as ImageResizer;`

Then you can use method chaining.

`$image_path = 'your_image_path';`

`$image_ext = 'your_image_extension'; // can only process jpg and png.`

`ImageResizer::src($image_path, $image_ext)->maxHeight(640)->maxWidth(800)->quality(80)->save();`

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

[](#installation)

No installation yet. I will change this when it is available

License
-------

[](#license)

This laravel package is free. You can use and modify the code as you want without the author's permission

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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 ~0 days

Total

4

Last Release

3849d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12444747?v=4)[Jilson Asis](/maintainers/jilson-asis)[@jilson-asis](https://github.com/jilson-asis)

---

Top Contributors

[![j-asis](https://avatars.githubusercontent.com/u/10919932?v=4)](https://github.com/j-asis "j-asis (9 commits)")

---

Tags

imageresize

### Embed Badge

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

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

###  Alternatives

[intervention/image

PHP Image Processing

14.3k203.8M2.5k](/packages/intervention-image)[gumlet/php-image-resize

PHP class to re-size and scale images

1.2k5.8M61](/packages/gumlet-php-image-resize)[masterexploder/phpthumb

A library for manipulating images in PHP.

967763.4k17](/packages/masterexploder-phpthumb)[sybio/image-workshop

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

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

Laravel Integration of Intervention Image

1558.1M161](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

506516.3k27](/packages/bkwld-croppa)

PHPackages © 2026

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