osmancode/thumbonthefly

Simple PHP library to generate image thumbnails on the fly.

dev-master 2017-04-01 09:20 UTC

This package is not auto-updated.

Last update: 2024-09-15 03:29:10 UTC


README

Simple PHP library to generate image thumbnails on the fly.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require osmancode/thumbonthefly "dev-master"

or add

"osmancode/thumbonthefly": "dev-master"

to the require section of your composer.json file.