PHPackages                             uzzielpelawak/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. uzzielpelawak/image

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

uzzielpelawak/image
===================

Kohana image lib wrapper for yii 2

v2.0.0(3y ago)0381PHP

Since Jul 2Pushed 3y agoCompare

[ Source](https://github.com/uzzielpelawak/image)[ Packagist](https://packagist.org/packages/uzzielpelawak/image)[ RSS](/packages/uzzielpelawak-image/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (1)

Kohana Image for Yii 2
======================

[](#kohana-image-for-yii-2)

Image manipulations (resize, crop, watermark, etc)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist uzzielpelawak/image "*"

```

or add

```
"uzzielpelawak/image": "*"

```

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

Configuration
-------------

[](#configuration)

In your config/web.php

```
	'modules'=>[
		...

		'migrations'=>[
			'class'=>'uzzielpelawak\modules\migrations\MigrationModule'
		],

		...
	],
```

In you config/console.php

```
	...

	'controllerMap'=>[
		'migrate'=>[
			'class'=>'uzzielpelawak\modules\migrations\components\MigrateController',
		],
	],

	...
```

Include your desired modules in config/console.php

Usage
-----

[](#usage)

```
\uzzielpelawak\image\Image::factory($pathFromFile)->resize(500, 300)->save($pathToFile);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~3143 days

Total

2

Last Release

1187d ago

Major Versions

1.0.0 → v2.0.02023-02-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/064c92365da19cb0865f2f8c47201c77f9f2b289de55bcf007bad2e5a5aec4fc?d=identicon)[uzzielpelawak](/maintainers/uzzielpelawak)

---

Top Contributors

[![uzzielpelawak](https://avatars.githubusercontent.com/u/17889051?v=4)](https://github.com/uzzielpelawak "uzzielpelawak (3 commits)")[![webvimark](https://avatars.githubusercontent.com/u/6502086?v=4)](https://github.com/webvimark "webvimark (3 commits)")

### Embed Badge

![Health badge](/badges/uzzielpelawak-image/health.svg)

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

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k22](/packages/bkwld-croppa)[marc1706/fast-image-size

fast-image-size is a PHP library that does almost everything PHP's getimagesize() does but without the large overhead of downloading the complete file.

959.4M20](/packages/marc1706-fast-image-size)[char0n/ffmpeg-php

PHP wrapper for FFmpeg application

495225.1k1](/packages/char0n-ffmpeg-php)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)

PHPackages © 2026

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