PHPackages                             tck/zf2-imageresizer - 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. tck/zf2-imageresizer

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

tck/zf2-imageresizer
====================

Image resizer and manipulation module for Laminas

v3.0.4(2mo ago)76.8k3MITPHPPHP &gt;=8.3CI failing

Since Jun 22Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/tck/zf-imageresizer)[ Packagist](https://packagist.org/packages/tck/zf2-imageresizer)[ Docs](https://github.com/tck/zf2-imageresizer)[ RSS](/packages/tck-zf2-imageresizer/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (22)Versions (15)Used By (0)

ImageResizer
------------

[](#imageresizer)

[![Latest Stable Version](https://camo.githubusercontent.com/2f59dca91203559882c4c6afa7d35cfdcc7ed04c5bb3245d0a1a4420939f178a/68747470733a2f2f706f7365722e707567782e6f72672f74636b2f7a66322d696d616765726573697a65722f762f737461626c65)](https://packagist.org/packages/tck/zf2-imageresizer)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/3c4eedac7fa5adac7546ecf7263cb699af9991d57b78ae152d431c17d91ed81d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74636b2f7a66322d696d616765726573697a65722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tck/zf2-imageresizer/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/afeb1d19420510baf2b5a8f34531f21728a23822d8b97026c4a36585add25b68/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f74636b2f7a66322d696d616765726573697a65722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/tck/zf2-imageresizer/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/098985debe0b19972b213a0fa65768ad35167ddd291520172109e83a96d33af7/68747470733a2f2f706f7365722e707567782e6f72672f74636b2f7a66322d696d616765726573697a65722f646f776e6c6f616473)](https://packagist.org/packages/tck/zf2-imageresizer)[![License](https://camo.githubusercontent.com/c48cb9671c3ee5c443b0e41f0943a3d44c02423214ec0478bb75c29c849bf722/68747470733a2f2f706f7365722e707567782e6f72672f74636b2f7a66322d696d616765726573697a65722f6c6963656e7365)](https://packagist.org/packages/tck/zf2-imageresizer)

This Laminas module, once enabled, allows image resizing and manipulation by url.

### Requirements

[](#requirements)

- PHP 7.2+
- [Laminas MVC](https://docs.laminas.dev/mvc/)
- [Imagine](http://imagine.readthedocs.org/en/latest/)

> **IMPORTANT! Version notes**
>
> - Version **3.x**: Laminas, dropped support for Zend Framework 3.
> - Version **2.x**: Zend Framework 3, dropped support for Zend Framework 2.
> - Version **1.x**: Zend Framework 2

### Installation

[](#installation)

Install via composer in your Laminas project

```
$ composer require tck/zf2-imageresizer

```

### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php` file.

    ```
