dev-master
9999999-devYii wrapper for PHPThumb
MIT
The Requires
- php >=5.4.0
- yiisoft/yii *
- masterexploder/phpthumb dev-master
yii image resize rotate
Yii wrapper for PHPThumb
By Alexey Samoylov (alexey.samoylov@gmail.com)., (*1)
Component configuration example:, (*2)
'components' => [ 'phpThumb' => [ 'class' => 'vendor.lagman.yii-phpthumb.YiiPhpThumb', ], ]
Usage example:, (*3)
$thumb = Yii::app()->phpThumb->create($path); $thumb->adaptiveResize(100, 100)->show();
Yii wrapper for PHPThumb
MIT
yii image resize rotate