public
Description: A simple image proxy / cache in PHP(sorry for that!).
Homepage: http://webs.lighthouseapp.com/projects/14733-imagecache
Clone URL: git://github.com/webs/imagecache.git
webs (author)
Fri Jun 13 15:56:14 -0700 2008
name age message
file README.textile Loading commit data...
file fail.png
file imageCache.php
file mime.ini
README.textile

imageCache

A simple image proxy / cache in PHP

Released under the MIT licence.

I’m note sure of the quality of the code. I’ve “forget” PHP ;-)

How to install

  1. Edit the first lines of imageCache.php (main configuration)
  2. Send imageCache.php and mine.ini to your web host
  3. Create your cache folder (configured in imageCache.php), and chmod it (ie. 777)
  4. Enjoy

How to use

Just http://yourhost/imageCache.php?uri=http://url.of.an.image :)