PHPackages                             elfsundae/intervention-image-filters - 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. elfsundae/intervention-image-filters

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

elfsundae/intervention-image-filters
====================================

Intervention Image Filters

3.0.1(3y ago)0721MITPHPPHP &gt;=5.6.0

Since Jun 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ElfSundae/intervention-image-filters)[ Packagist](https://packagist.org/packages/elfsundae/intervention-image-filters)[ Docs](https://github.com/ElfSundae/intervention-image-filters)[ RSS](/packages/elfsundae-intervention-image-filters/feed)WikiDiscussions master Synced 2mo ago

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

Intervention Image Filters
==========================

[](#intervention-image-filters)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8032b5fff5eb711a75d8f09ae7e372b5b305e4d2450d634076c47a98f83e0a2b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c6673756e6461652f696e74657276656e74696f6e2d696d6167652d66696c746572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elfsundae/intervention-image-filters)

Filters for [`intervention/image`](https://github.com/Intervention/image) .

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

[](#installation)

```
$ composer require elfsundae/intervention-image-filters
```

Usage
-----

[](#usage)

```
use Intervention\Image\ImageManager as Image;
// use Intervention\Image\Facades\Image; // For Laravel
use ElfSundae\Image\Filters\Fit;
use ElfSundae\Image\Filters\Resize;

$image = Image::make($file)
    ->filter(new Resize(300, 400))
    ->save($path);

$image->filter(new Fit(320));
$image->filter(new Fit(320, 400, 'top-left'));
$image->filter(new Fit(320)->upsize(false));

$image->filter(new Resize(300, 600, $aspectRatio = false));
$image->filter(new Resize(300, 600)->aspectRatio(false)->upsize(false));
```

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT License](LICENSE.md).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

5

Last Release

1399d ago

Major Versions

1.1.0 → 2.0.02017-12-10

2.0.0 → 3.0.02022-02-19

PHP version history (2 changes)1.0.0PHP &gt;=5.4.0

2.0.0PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c708b9bd4fcd09378112b235c310162a01d656b85946f1357562b6820c75ee6?d=identicon)[ElfSundae](/maintainers/ElfSundae)

---

Top Contributors

[![ElfSundae](https://avatars.githubusercontent.com/u/526008?v=4)](https://github.com/ElfSundae "ElfSundae (16 commits)")

---

Tags

imagefiltersintervention

### Embed Badge

![Health badge](/badges/elfsundae-intervention-image-filters/health.svg)

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

###  Alternatives

[league/glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

2.6k51.2M116](/packages/league-glide)[intervention/image-laravel

Laravel Integration of Intervention Image

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

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[lasserafn/php-initial-avatar-generator

A package to generate avatars with initials for PHP

4374.2M13](/packages/lasserafn-php-initial-avatar-generator)[jbzoo/image

A PHP class that simplifies working with images

171126.9k3](/packages/jbzoo-image)[stefangabos/zebra_image

A single-file, lightweight PHP library designed for efficient image manipulation featuring methods for modifying images and applying filters

141110.4k6](/packages/stefangabos-zebra-image)

PHPackages © 2026

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