PHPackages                             flaviovs/yii2-imagefilters - 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. flaviovs/yii2-imagefilters

ActiveYii2-extension[Image &amp; Media](/categories/media)

flaviovs/yii2-imagefilters
==========================

Image filters for the Yii2 Imagefilter extension

1.0.1(6y ago)01.3kMITPHP

Since Nov 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/flaviovs/yii2-imagefilters)[ Packagist](https://packagist.org/packages/flaviovs/yii2-imagefilters)[ RSS](/packages/flaviovs-yii2-imagefilters/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (3)Used By (0)

Image filters for the Yii2 Imagefilter extension
================================================

[](#image-filters-for-the-yii2-imagefilter-extension)

This package provides image filters for the [Yii2 Imagefilter](https://github.com/flaviovs/yii2-imagefilter) extension.

Currently, the following filter is available:

- `fv\yii\imagefilters\Thumbnail` (`width`, `height`, `mode`) - create a thumbnail for an image. Mode is either `THUMBNAIL_INSET` or `THUMBNAIL_OUTBOUND` (default) constants defined in `Imagine\Image\ImageInterface`. See
- `fv\yii\imagefilters\Resize` (`width`, `height`, `keepAspectRatio`, `allowUpscaling`) - resize na image. See

Patches for more filters are welcome.

How to use
----------

[](#how-to-use)

Add these filters to your Yii2 Imagefilter pipelines:

```
[
    'class' => \fv\yii\imagefilters\Thumbnail::class,
    'width' => 100,
    'height' => 100,
    'mode' => \Imagine\Image\ImageInterface::THUMBNAIL_INSET,
]
```

Support
-------

[](#support)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

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

Total

2

Last Release

2228d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c4f7729440b3a6349f7aaed372ad81ac4746b1c5b801abd644158daad410926e?d=identicon)[flaviovs](/maintainers/flaviovs)

---

Top Contributors

[![flaviovs](https://avatars.githubusercontent.com/u/1832699?v=4)](https://github.com/flaviovs "flaviovs (3 commits)")

### Embed Badge

![Health badge](/badges/flaviovs-yii2-imagefilters/health.svg)

```
[![Health](https://phpackages.com/badges/flaviovs-yii2-imagefilters/health.svg)](https://phpackages.com/packages/flaviovs-yii2-imagefilters)
```

###  Alternatives

[sadovojav/yii2-image-thumbnail

Yii2 image thumbnail component

2142.1k](/packages/sadovojav-yii2-image-thumbnail)[yii2mod/yii2-image

Provides methods for the dynamic manipulation of images. Various image formats such as JPEG, PNG, and GIF can be resized, cropped, rotated.

2710.4k](/packages/yii2mod-yii2-image)[noam148/yii2-image-resize

A Yii2 component for resizing images (on the fly)

1144.6k7](/packages/noam148-yii2-image-resize)[maxmirazh33/yii2-uploadable-cropable-image

Yii2 extension for upload and crop images

1020.8k](/packages/maxmirazh33-yii2-uploadable-cropable-image)[developit/yii2-jcrop

 yii2 image cropping extension

101.5k](/packages/developit-yii2-jcrop)

PHPackages © 2026

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