orezomi / image
Yii2图像处理扩展
v0.2
2016-05-11 05:20 UTC
Requires
- php: >5.4.0
- kohana/image: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-14 18:09:41 UTC
README
图像处理Yii2扩展 此yii2扩展基于kohana图像处理脚本 安装
安装此扩展的首选方法是使用 composer。
运行以下命令之一:
php composer.phar require --prefer-dist orezomi/image "*"
或添加
"orezomi/image": "*"
到您的 composer.json 文件的require部分。
使用方法
配置web.php
'components' => [
...
'image'=>[
'class'=>'orezomi\image\Imagos',
],
...
]