PHPackages                             larsvg/lvgimages - 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. larsvg/lvgimages

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

larsvg/lvgimages
================

0.1.0(5y ago)03MITPHPPHP ^7.4

Since Aug 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/larsvg/lvg-images)[ Packagist](https://packagist.org/packages/larsvg/lvgimages)[ RSS](/packages/larsvg-lvgimages/feed)WikiDiscussions master Synced today

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

lvg-images
==========

[](#lvg-images)

Easily convert images to specific formats and sizes in your Laravel application.

This package uploads an image based on a `Illuminate\Http\UploadedFile` instance to your public folder. The images can be scaled and converted to WebP.

Here's an example of how the package can be used:

```
new WebPProcessor($image, 512, 256);
new WebPProcessor($image, 768, 384);
new WebPProcessor($image, 1024, 512);
new WebPProcessor($image, 1536, 1024);
new FallbackImageProcessor($image, 1536, 1024);
```

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

[](#installation)

You can install the package through Composer.

```
composer require larsvg/lvgimages
```

Publish configuration to your project

```
php artisan vendor:publish --tag=lvgimages
```

Images are saved to the `public/image` directory. The fourth parameter can be optionally used to structurize the images in folders.

As a result you get nicely structurized responsive images, a use case could be the HTML picture tag.

```

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

2078d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/52c99ea25e08b918281ae2b41749005401ac1ee3ebf6346269fbae74ebb8f393?d=identicon)[larsvg](/maintainers/larsvg)

---

Top Contributors

[![larsvg](https://avatars.githubusercontent.com/u/10756490?v=4)](https://github.com/larsvg "larsvg (21 commits)")

### Embed Badge

![Health badge](/badges/larsvg-lvgimages/health.svg)

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

###  Alternatives

[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[humanmade/tachyon-plugin

Rewrites WordPress image URLs to use Tachyon

87338.5k2](/packages/humanmade-tachyon-plugin)[imagekit/imagekit

PHP library for Imagekit

47795.6k9](/packages/imagekit-imagekit)[spacecatninja/imager-x

Ninja powered image transforms.

29390.0k23](/packages/spacecatninja-imager-x)

PHPackages © 2026

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