osmancode / thumbonthefly
Simple PHP library to generate image thumbnails on the fly.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/osmancode/thumbonthefly
Requires
- intervention/image: ^2.3
This package is not auto-updated.
Last update: 2025-10-26 09:50:28 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.