orezomi/image

Yii2 extension for image processing

Maintainers

Package info

github.com/orezomi/image

Type:yii2-extension

pkg:composer/orezomi/image

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.2 2016-05-11 05:20 UTC

This package is not auto-updated.

Last update: 2026-03-01 02:02:04 UTC


README

Yii2 extension for Image Processing This yii2 extension is based on kohana image manipulating script Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"orezomi/image": "*"

to the require section of your composer.json file.

Usage

Configuration web.php

'components' => [
       ...
    	'image'=>[
    		'class'=>'orezomi\image\Imagos',
    	],
    	...
    	]