PHPackages                             g4t/laravel-image-resizing - 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. g4t/laravel-image-resizing

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

g4t/laravel-image-resizing
==========================

:package\_description

0.0.1(4y ago)46MITPHP

Since Dec 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hussein4alaa/laravel-image-resizing)[ Packagist](https://packagist.org/packages/g4t/laravel-image-resizing)[ Docs](https://github.com/hussein4alaa/laravel-image-resizing)[ RSS](/packages/g4t-laravel-image-resizing/feed)WikiDiscussions main Synced 1mo ago

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

Laravel Image Resizing
======================

[](#laravel-image-resizing)

### You can change the image size while uploading

[](#you-can-change-the-image-size-while-uploading)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require g4t/laravel-image-resizing
```

##### now publish `ImageResizing.php` using this command:

[](#now-publish-imageresizingphp-using-this-command)

```
$ php artisan vendor:publish --provider=g4t\ImageResizing\ImageResizingServiceProvider
```

Usage
-----

[](#usage)

```
in folder `config` You will find `ImageResizing.php`
you will find some examples there
you can define:
Image `height`
Image `width`
`path` to save images
`save_orginal` to save orginal image or not
`full_url` to return full url or not
`base_url` to use with `full_url`
```

Use in Controller
-----------------

[](#use-in-controller)

```
use g4t\ImageResizing\Upload;
.
.
.
return Upload::file($request->image, 'small');
```

#### `small` in our example can find it in ImageResizing.php

[](#small-in-our-example-can-find-it-in-imageresizingphp)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

1612d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d7b7c2556272b7d41b2b756e7791f812c3a22b8ab34fa69d47ae1d8806b67cb6?d=identicon)[hussein4alaa](/maintainers/hussein4alaa)

---

Top Contributors

[![hussein4alaa](https://avatars.githubusercontent.com/u/13614747?v=4)](https://github.com/hussein4alaa "hussein4alaa (3 commits)")

---

Tags

laravelImageResizing

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/g4t-laravel-image-resizing/health.svg)

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

###  Alternatives

[creativeorange/gravatar

A Laravel Gravatar package for retrieving gravatar image URLs or checking the existance of an image.

5467.5M54](/packages/creativeorange-gravatar)[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M102](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[ralphjsmit/laravel-glide

Auto-magically generate responsive images from static image files.

4719.6k5](/packages/ralphjsmit-laravel-glide)[spatie/laravel-og-image

Generate OG images for your Laravel app

305.2k](/packages/spatie-laravel-og-image)[nikkanetiya/laravel-color-palette

Laravel Wrapper for `ksubileau/color-thief-php`. Grabs the dominant color or a representative color palette from an image. Uses PHP and GD or Imagick.

3312.6k](/packages/nikkanetiya-laravel-color-palette)

PHPackages © 2026

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