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

ActiveLibrary

ybsisgood/image
===============

Kohana image lib wrapper for yii 2

1.0.0(2y ago)055↓100%1PHP

Since Apr 25Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)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 ybsisgood/image "*"

```

or add

```
"ybsisgood/image": "*"

```

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

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

[](#configuration)

In your config/web.php

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

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

		...
	],
```

In you config/console.php

```
	...

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

	...
```

Include your desired modules in config/console.php

Usage
-----

[](#usage)

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

###  Health Score

21

↓

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

745d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7725eb3eec343980b269c7ea4ec1bcc0f5640106dc1186c72201682cb7646357?d=identicon)[ybsisgood](/maintainers/ybsisgood)

---

Top Contributors

[![ybsisgood](https://avatars.githubusercontent.com/u/167845267?v=4)](https://github.com/ybsisgood "ybsisgood (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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