osmancode / thumbonthefly
Simple PHP library to generate image thumbnails on the fly.
dev-master
2017-04-01 09:20 UTC
Requires
- intervention/image: ^2.3
This package is not auto-updated.
Last update: 2025-04-27 07:19:56 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.