denis-kisel / smart-image
Image resize library on basic opencart image lib
Installs: 65
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 0
pkg:composer/denis-kisel/smart-image
This package is auto-updated.
Last update: 2025-09-27 16:08:57 UTC
README
Installation
Via Composer
$ composer require denis-kisel/smart-image
Usage
<?php //Will get storage/app/public/image.jpg //And will put in the storage/app/public/image_cache/image-200x200.jpg //Return link on cache image: site.com/storage/image_cache/image-200x200.jpg SmartImage::cache('image.jpg', 200, 200);