ephpthumb a lightweight wrapper for the phpThumb library

  1. Requirements
  2. Usage
  3. Resources

This is a lightweight extension for the well known phpThumb library. There are a lot of extensions out there providing a lot more functionality but they can be total overkill for just creating some thumbnails and saving them to disk. If you just want a simple wrapper for phpThumb then this extension is the right one.

Requirements

Yii 1.1.x

Usage

In your main.php

'phpThumb'=>array(
    'class'=>'ext.EPhpThumb.EPhpThumb',
    'options'=>array(optional phpThumb specific options are added here)
),
$thumb=Yii::app()->phpThumb->create('../images/myImage.jpg');
$thumb->resize(100,100);
$thumb->save('../images/thumb.jpg');

For more information visit the phpThumb documentation.

Resources

18 0
27 followers
5 457 downloads
Yii Version: 1.1
License: MIT
Category: File System
Developed by: Haensel
Created on: Jan 25, 2012
Last updated: 12 years ago

Downloads

show all

Related Extensions