orezomi/image

Yii2 extension for image processing

Maintainers

Details

github.com/orezomi/image

Source

Issues

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

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

This package is not auto-updated.

Last update: 2024-04-27 16:14:26 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',
    	],
    	...
    	]