denis-kisel / smart-image
There is no license information available for the latest version (v1.1.2) of this package.
Image resize library on basic opencart image lib
v1.1.2
2019-06-21 14:10 UTC
This package is auto-updated.
Last update: 2025-02-27 15:01:49 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);