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 today

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 72% of packages

Maintenance45

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

427d 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

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.3k3](/packages/defstudio-telegraph)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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