PHPackages                             mrbohem/laramage - 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. mrbohem/laramage

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

mrbohem/laramage
================

This package is used for image manipulation and uploadation on multiple storage

v1.0.4(1y ago)091MITPHPPHP ^8.4

Since Apr 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mrbohem/laramage)[ Packagist](https://packagist.org/packages/mrbohem/laramage)[ Docs](https://github.com/mrbohem/laramage)[ RSS](/packages/mrbohem-laramage/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (11)Versions (6)Used By (0)

📸 Laramage
==========

[](#-laramage)

**Laramage** is a Laravel-friendly image manipulation package built on top of [Intervention Image v3](https://image.intervention.io/). It allows you to easily read, resize, convert, and store images across different storage disks like `local`, `public`, and `s3`.

---

✨ Features
----------

[](#-features)

- ✅ Read image from `UploadedFile` or file path
- 🔧 Resize, scale, crop, and apply any Intervention method
- 🔄 Convert image formats (e.g. JPEG, PNG, WebP)
- 💾 Store image in any Laravel-supported filesystem

---

🧰 Requirements
--------------

[](#-requirements)

- PHP 8.1+
- Laravel 9+
- [Intervention Image v3](https://image.intervention.io/v3)
- GD or Imagick extension

---

📦 Installation
--------------

[](#-installation)

```
composer require mrbohem/laramage

```

---

🚀 Usage
-------

[](#-usage)

```
use MrBohem\Laramage\Laramage;

Laramage::handler()
        ->load('public/images/product/main.png')
        ->convert('toWebp')
        ->apply('scale', 600, 600)
        ->store(directory: 'processed')
        ->getPath();

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance49

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

5

Last Release

375d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/48591126?v=4)[Shivam Upadhyay](/maintainers/mrbohem)[@mrbohem](https://github.com/mrbohem)

---

Top Contributors

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

---

Tags

laravelmrbohemlaramage

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mrbohem-laramage/health.svg)

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

###  Alternatives

[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[ace-of-aces/laravel-image-transform-url

Easy, URL-based image transformations inspired by Cloudflare Images.

1756.4k](/packages/ace-of-aces-laravel-image-transform-url)[ralphjsmit/laravel-glide

Auto-magically generate responsive images from static image files.

4719.6k5](/packages/ralphjsmit-laravel-glide)[saasykit/laravel-open-graphy

An awesome open graph image (social cards) generator package for Laravel.

13057.0k](/packages/saasykit-laravel-open-graphy)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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