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

Maintainers

Package info

github.com/denis-kisel/smart-image

pkg:composer/denis-kisel/smart-image

Statistics

Installs: 105

Dependents: 1

Suggesters: 0

Stars: 2

Open Issues: 0

v1.1.2 2019-06-21 14:10 UTC

This package is auto-updated.

Last update: 2026-02-27 17:00:59 UTC


README

Latest Version on Packagist Total Downloads Build Status

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); 

Credits