2017 © Pedro Peláez
 

yii-extension yii-phpthumb

Yii wrapper for PHPThumb

image

lagman/yii-phpthumb

Yii wrapper for PHPThumb

  • Tuesday, May 6, 2014
  • by lagman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 290 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

Yii wrapper for PHPThumb

By Alexey Samoylov (alexey.samoylov@gmail.com)., (*1)

Requirements

  • PHP 5.4
  • Yii 1.x

Examples

Component configuration example:, (*2)

'components' => [
    'phpThumb' => [
        'class' => 'vendor.lagman.yii-phpthumb.YiiPhpThumb',
    ],
]

Usage example:, (*3)

$thumb = Yii::app()->phpThumb->create($path);
$thumb->adaptiveResize(100, 100)->show();

The Versions

06/05 2014

dev-master

9999999-dev

Yii wrapper for PHPThumb

  Sources   Download

MIT

The Requires

 

yii image resize rotate