PHPackages                             yaroslawww/laravel-multisize-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. yaroslawww/laravel-multisize-image

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

yaroslawww/laravel-multisize-image
==================================

Crop multiple sizes image while downloading

1.2.0(5y ago)042MITPHPPHP ^7.2CI failing

Since Oct 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/yaroslawww/laravel-multisize-image)[ Packagist](https://packagist.org/packages/yaroslawww/laravel-multisize-image)[ Docs](https://github.com/yaroslawww/laravel-multisize-image)[ RSS](/packages/yaroslawww-laravel-multisize-image/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (7)Versions (4)Used By (0)

Crop multiple sizes image while downloading
===========================================

[](#crop-multiple-sizes-image-while-downloading)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/5712b16a0332cef014d2071b0d0eb23e35ef7c7e15ec44524cad260e09a97f9e/68747470733a2f2f7472617669732d63692e6f72672f7961726f736c617777772f6c61726176656c2d6d756c746973697a652d696d6167652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/yaroslawww/laravel-multisize-image)[![StyleCI](https://camo.githubusercontent.com/67601652092bff0bd286b6f879f7d3a758ae5d10af599dad75789d6fe00d2c7c/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3139353330323538382f736869656c643f6272616e63683d6d6173746572267374796c653d666c61742d737175617265)](https://github.styleci.io/repos/216840241)[![Quality Score](https://camo.githubusercontent.com/1a95f7557b97e8722b2857f81a61f6879ad9607166bd15f9cb2cc989bc99021d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7961726f736c617777772f6c61726176656c2d6d756c746973697a652d696d6167652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/g/yaroslawww/laravel-multisize-image/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/e12e7f191e9bb49a537dae51201e34ac808f4270d82f3fd143a78d2a95c4f745/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7961726f736c617777772f6c61726176656c2d6d756c746973697a652d696d6167652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/yaroslawww/laravel-multisize-image/?branch=master)[![PHP Version](https://camo.githubusercontent.com/3f5e1abbca56c7aff67a26f641ca183fe74083bb2ff16872cd5aae8c98ba0d5b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068702d762f7961726f736c617777772f6c61726176656c2d6d756c746973697a652d696d6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yaroslawww/laravel-multisize-image)[![Packagist Version](https://camo.githubusercontent.com/267bf0884e738bd3d2e3f0b4df0632b7a9246a0f94aaf52cae2b3652881f0f04/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7961726f736c617777772f6c61726176656c2d6d756c746973697a652d696d6167652e737667)](https://packagist.org/packages/yaroslawww/laravel-multisize-image)

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

[](#installation)

You can install the package via composer:

```
composer require yaroslawww/laravel-multisize-image
```

Usage
-----

[](#usage)

```
 /** @var SavedImageData $result */
$result = (new AvatarManager($user))->replaceOrSave($request->new_avatar);
if(!empty($result->getSizes())) {
    $user->avatar = $result->getName();
    $user->save();
}
```

### Testing

[](#testing)

```
composer test
```

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

2013d ago

### Community

Maintainers

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

---

Top Contributors

[![yaroslawww](https://avatars.githubusercontent.com/u/23663794?v=4)](https://github.com/yaroslawww "yaroslawww (6 commits)")

---

Tags

laravelmultisizelaravel-multisize-image

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yaroslawww-laravel-multisize-image/health.svg)

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

###  Alternatives

[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M102](/packages/intervention-image-laravel)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[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)

PHPackages © 2026

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