Yii2 ImageCache (or TOD : Thumbnail On Demand)

Hello

I made a simple image cache extension :slight_smile:

Like the imagecache module in Drupal 6, this extension will resize your images on demand. If a thumbnail doesn’t exist, the web server’s rewrite rules will pass the request to Yii which in turn hands it off to imageCache to dynamically generate the file.

https ://github.com/iutbay/yii2-imagecache

https ://packagist.org/packages/iutbay/yii2-imagecache

Very cool, i will try it ! Thanks for sharing !

Good extension!

A similar extension, but more advanced: