lagman / yii-phpthumb
PHPThumb 的 Yii 包装器
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: 2024-09-17 19:31:18 UTC
README
由 Alexey Samoylov (alexey.samoylov@gmail.com).
需求
- PHP 5.4
- Yii 1.x
示例
组件配置示例
'components' => [ 'phpThumb' => [ 'class' => 'vendor.lagman.yii-phpthumb.YiiPhpThumb', ], ]
使用示例
$thumb = Yii::app()->phpThumb->create($path); $thumb->adaptiveResize(100, 100)->show();