lagman/yii-phpthumb

Yii wrapper for PHPThumb

Installs: 305

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:yii-extension

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

This package is auto-updated.

Last update: 2024-04-17 18:32:10 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();

Links