PHPackages                             hoangdung/imagescale - 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. hoangdung/imagescale

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

hoangdung/imagescale
====================

v1.1.2(6y ago)012[1 PRs](https://github.com/hoangdung2609/imgScale/pulls)MITPHPPHP &gt;=7.0

Since Nov 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/hoangdung2609/imgScale)[ Packagist](https://packagist.org/packages/hoangdung/imagescale)[ RSS](/packages/hoangdung-imagescale/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (6)Used By (0)

Image Scale
-----------

[](#image-scale)

A package that helps you resize and optimize an image.

#### Installation

[](#installation)

```
composer require hoangdung/imagescale --dev
```

Copy the package config to your local config with the publish command:

```
php artisan vendor:publish --provider="Hoangdung\Imagescale\ImageScaleProvider"
```

#### Usage

[](#usage)

```
// parameter image file or url

$image = new ImageScale($imageFile)

$img->resizeWidthHeight(600, 600);

// large, medium, small

$img->resizeOption('small');

$image->save($path. $fileName));
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

4

Last Release

2378d ago

### Community

Maintainers

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

---

Top Contributors

[![hoangdung2609](https://avatars.githubusercontent.com/u/38366791?v=4)](https://github.com/hoangdung2609 "hoangdung2609 (9 commits)")

### Embed Badge

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

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

###  Alternatives

[league/glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

2.6k51.2M116](/packages/league-glide)[jenssegers/imagehash

Perceptual image hashing for PHP

2.1k2.2M5](/packages/jenssegers-imagehash)[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)[lasserafn/php-initial-avatar-generator

A package to generate avatars with initials for PHP

4374.2M13](/packages/lasserafn-php-initial-avatar-generator)[rtippin/messenger

Laravel messenger suite.

45035.8k4](/packages/rtippin-messenger)

PHPackages © 2026

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