orezomi / image
Yii2 extension for image processing
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >5.4.0
- kohana/image: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-03-29 20:49:41 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',
],
...
]