Skip to content

tvogels/phpthumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

PhpThumb for use with Symfony2

Setup

Add the following lines to your deps file:

[PhpThumb]
   git=http://github.com/tvogels/phpthumb.git
   target=phpthumb

And those to app/autoload.php:

$loader->registerPrefixes(array(
    ...
    'PhpThumb_'        => __DIR__.'/../vendor/phpthumb/lib',

Now run php bin/vendors update or php bin/vendors install.

Usage

$thumb = \PhpThumb_Factory::create(...);

Sources

  1. PHP Thumbnailer
  2. PHP Thumbnailer GitHub Repostory

About

PHPthumb made easy to use with Symfony

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages