PHPackages                             blue32a/laravel-intervention-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. blue32a/laravel-intervention-image

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

blue32a/laravel-intervention-image
==================================

Bind Intervention Image to Laravel.

v1.0.0(2y ago)118MITPHPPHP ^8.1

Since Jan 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/blue32a/laravel-intervention-image)[ Packagist](https://packagist.org/packages/blue32a/laravel-intervention-image)[ RSS](/packages/blue32a-laravel-intervention-image/feed)WikiDiscussions main Synced 2d ago

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

laravel-intervention-image
==========================

[](#laravel-intervention-image)

Bind Intervention Image to Laravel.

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

[](#installation)

Install by running the following command.

```
composer require blue32a/laravel-intervention-image

```

Publish the configuration file by running the following command.

```
php artisan vendor:publish --tag=intervention-image

```

Register a service provider in the `config/app.php` configuration file.

```
'providers' => ServiceProvider::defaultProviders()->merge([
    Blue32a\Laravel\Intervention\Image\ImageServiceProvider::class,
    // ...
])->toArray(),
```

Example
-------

[](#example)

The manager instance is injected as shown in the following code.

```
namespace App\Http\Controllers;

use Intervention\Image\ImageManager;

class ImageController extends Controller
{
    public function index(ImageManager $manager)
    {
        // ...
    }
}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

916d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/69a0bd5db8cac8aca15e92e9131a12a0123f95803e6eb569e7a57542166fde05?d=identicon)[Blue32A](/maintainers/Blue32A)

---

Top Contributors

[![blue32a](https://avatars.githubusercontent.com/u/3939507?v=4)](https://github.com/blue32a "blue32a (9 commits)")

---

Tags

intervention-imagelaravelphp

### Embed Badge

![Health badge](/badges/blue32a-laravel-intervention-image/health.svg)

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

###  Alternatives

[intervention/image-laravel

Laravel Integration of Intervention Image

1588.9M186](/packages/intervention-image-laravel)[laravel-at/laravel-image-sanitize

A small but handy package to prevent malicious code execution coming into your application through uploaded image files.

33866.8k](/packages/laravel-at-laravel-image-sanitize)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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