PHPackages                             volldigital/autosizeimages - 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. volldigital/autosizeimages

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

volldigital/autosizeimages
==========================

Statamic 3 addon to automagically resize images

1.0.2(4y ago)18MITPHPPHP ^7.4 || ^8.0

Since Aug 20Pushed 4y ago4 watchersCompare

[ Source](https://github.com/volldigital/autosizeimages)[ Packagist](https://packagist.org/packages/volldigital/autosizeimages)[ Docs](https://voll.digital)[ RSS](/packages/volldigital-autosizeimages/feed)WikiDiscussions master Synced 4w ago

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

Autosize Images
===============

[](#autosize-images)

This statamic 3 addon provides you with the ability to get automagically resized images upon uploading.

Get started
-----------

[](#get-started)

### Installation

[](#installation)

Use the statamic marketplace to install the addon.

For evaluation purposes you may install the plugin directly via

`composer require volldigital/autosizeimages`

### Publish the config

[](#publish-the-config)

`php artisan vendor:publish --provider="VOLLdigital\Autosizeimages\ServiceProvider"`

You may modify the published config and add as many formats as you need. The config is provided in YAML format.

Example:

```
size_configs:
  -
    width: 480
  -
    width: 640
  -
    width: 900
  -
    width: 1200
  -
    width: 400
    height: 400

```

The following resized images will be created while keeping the aspect ratio

- Width: 480px
- Width: 640px
- Width: 900px
- Width: 1200px

The following resized images will be created while *NOT* keeping the aspect ratio

- Width: 400px, Height: 400px

### Regenerate all resized images

[](#regenerate-all-resized-images)

You can use the console command `php artisan autosizeimages:refresh` to delete and recreate all resized images. You should use this with caution though, especially if you made changes to the config in between image generations. You may need to manually link them to all entries again.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

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

Total

3

Last Release

1629d ago

### Community

Maintainers

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

---

Top Contributors

[![xenco](https://avatars.githubusercontent.com/u/1270073?v=4)](https://github.com/xenco "xenco (5 commits)")

---

Tags

imageresizeresponsive

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/volldigital-autosizeimages/health.svg)

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

###  Alternatives

[intervention/image-laravel

Laravel Integration of Intervention Image

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

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k22](/packages/bkwld-croppa)[ctessier/nova-advanced-image-field

An advanced image field for Nova with cropping and resizing.

103548.4k1](/packages/ctessier-nova-advanced-image-field)[visuellverstehen/statamic-picturesque

A Statamic tag for building HTML-only responsive images.

1016.9k](/packages/visuellverstehen-statamic-picturesque)[intervention/image-symfony

Symfony Integration of Intervention Image

1066.8k](/packages/intervention-image-symfony)[reliqarts/laravel-guided-image

Simplified and ready image manipulation for Laravel via intervention image.

351.4k](/packages/reliqarts-laravel-guided-image)

PHPackages © 2026

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