library phpthumb-service-provider
PHPThumb service provider for silex
fzerorubigd/phpthumb-service-provider
PHPThumb service provider for silex
- Wednesday, March 13, 2013
- by fzerorubigd
- Repository
- 1 Watchers
- 2 Stars
- 23 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
PHPThumbServiceProvider
A PHPThumb ServiceProvider for Silex base on PHPThumb, (*1)
Usage
Getting the thumb generator object
$app->register(new fzerorubigd\Silex\PHPThumbServiceProvider());
```php
$provider = $app['phpthumb'];, (*2)
$thumb = $provider($fileName);
$thumb->rotateImage('CW'); // See PHPThumb documents
$thumb->show();, (*3)
dev-master
9999999-dev
PHPThumb service provider for silex
Sources
Download
MIT
The Requires
by
fzerorubid
silex