lagman / yii-phpthumb
Yii wrapper for PHPThumb
Package info
github.com/russianlagman/yii-phpthumb
Type:yii-extension
pkg:composer/lagman/yii-phpthumb
dev-master
2014-05-06 07:40 UTC
Requires
- php: >=5.4.0
- masterexploder/phpthumb: dev-master
- yiisoft/yii: *
This package is auto-updated.
Last update: 2026-02-17 22:33:22 UTC
README
By Alexey Samoylov (alexey.samoylov@gmail.com).
Requirements
- PHP 5.4
- Yii 1.x
Examples
Component configuration example:
'components' => [ 'phpThumb' => [ 'class' => 'vendor.lagman.yii-phpthumb.YiiPhpThumb', ], ]
Usage example:
$thumb = Yii::app()->phpThumb->create($path); $thumb->adaptiveResize(100, 100)->show();