Docs/Install

Installation

Installing PHP Thumb is pretty darn simple. Simply download the latest version of the library, and extract it into a directory in your app. It doesn't really matter whether you put it in its own folder, or in an existing one, but make sure you maintain the directory structure for everything to function properly.

For example, let's say you've got the following structure:

/app
     /lib
     /core
     ...
/doc_root

and you want to install the PHP Thumb library in your lib directory. Simply drop the extracted files into the lib folder, yielding:

/app
     /lib
          /thumb_plugins
          GdThumb.inc.php
          ThumbBase.inc.php
          ThumbLib.inc.php
          ...
     /core
     ...
/doc_root

That's it! Like I said, easy ;)