PHPackages                             meliorator/yii2-picturizer - 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. meliorator/yii2-picturizer

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

meliorator/yii2-picturizer
==========================

Yii-Framework extension for uploading and cropping images

070PHP

Since Mar 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/meliorator/yii2-picturizer)[ Packagist](https://packagist.org/packages/meliorator/yii2-picturizer)[ RSS](/packages/meliorator-yii2-picturizer/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Picturizer
==========

[](#picturizer)

Yii-Framework extension for uploading and cropping images.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist meliorator/yii2-picturizer "*"

```

or add

```
"meliorator/yii2-picturizer": "*"

```

to the require section of your `composer.json` file.

Differences another extensions for JCrop library
------------------------------------------------

[](#differences-another-extensions-for-jcrop-library)

Picturizer does not use the ajax-simple-upload-button or another ajax upload methods. Picturizer use only the HTTP POST method for upload files.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```

```

and need attach behavior PicturizerControllerBehavior to controller. Example :

```
use meliorator\picturizer\PicturizerControllerBehavior;
```

```
 return [
                'avatar' => [
                    'class' => PicturizerControllerBehavior::className(),
                    'savePath' => '@webroot/images/employees'
                ]
            ];

```

and call saveUploadedImage method for save image :

```
$newFileName = $this->saveUploadedImage();
```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/659d6e7e753ea1b230c17fa7f3d6b6af21d84cdb89175a0d94480496f6549278?d=identicon)[meliorator](/maintainers/meliorator)

---

Top Contributors

[![meliorator](https://avatars.githubusercontent.com/u/700338?v=4)](https://github.com/meliorator "meliorator (15 commits)")

### Embed Badge

![Health badge](/badges/meliorator-yii2-picturizer/health.svg)

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

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

133890.0k3](/packages/goat1000-svggraph)[imagekit/imagekit

PHP library for Imagekit

46877.3k10](/packages/imagekit-imagekit)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

12644.1k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

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