ysaroka/autothumb
Composer 安装命令:
composer require ysaroka/autothumb
包简介
AutoThumb, PHP library to automatically create thumbnails
README 文档
README
AutoThumb, PHP library to automatically create thumbnails.
Requirements
AutoThumb requires PHP >= 5.4 , and one of the following image extensions for PHP: Imagick or GD.
Installation
First make sure you have either Imagick or GD installed and enabled on your PHP server. AutoThumb uses a Imanee library that will try to use GD if Imagick is not found in the system.
You can add AutoThumb to your project using the Composer package manager:
$ composer require ysaroka/autothumb
Getting Started
Install demo project using the Composer package manager in document root directory of the web server (in demo used web server Apache):
$ composer create-project ysaroka/autothumb-demo ./
The repository with the demo project is available here: ysaroka/autothumb-demo.
统计信息
- 总下载量: 56
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: ISC
- 更新时间: 2016-05-22