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. [Image &amp; Media](/categories/media)
4. /
5. ybsisgood/image

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

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

Kohana image lib wrapper for yii 2

1.0.0(2y ago)0551PHP

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 3w 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 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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

790d 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)
```

###  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)
