fzerorubigd/phpthumb-service-provider

Silex的PHPThumb服务提供商

dev-master 2013-03-13 10:52 UTC

This package is not auto-updated.

Last update: 2024-09-14 14:45:07 UTC


README

基于PHPThumbSilex ServiceProvider

用法

获取缩略图生成器对象

$app->register(new fzerorubigd\Silex\PHPThumbServiceProvider());
$provider = $app['phpthumb'];

$thumb = $provider($fileName);
$thumb->rotateImage('CW'); // See PHPThumb documents
$thumb->show();