lagman/yii-phpthumb

PHPThumb 的 Yii 包装器

安装: 305

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:yii-extension

dev-master 2014-05-06 07:40 UTC

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();

链接