denis-kisel / smart-image
该包的最新版本(v1.1.2)没有可用的许可证信息。
基于Opencart图像库的基本图像缩放库
v1.1.2
2019-06-21 14:10 UTC
This package is auto-updated.
Last update: 2024-09-27 14:14:34 UTC
README
安装
通过Composer
$ composer require denis-kisel/smart-image
用法
<?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);