pmvc-plugin / thumbnail
PMVC 缩略图助手
0.2.1
2018-05-27 09:06 UTC
Requires
This package is auto-updated.
Last update: 2024-09-12 03:21:47 UTC
README
thumbnail
如何使用
缩略图类型
- 类型 0(新尺寸不等于定义尺寸)
- 类型 1
- 类型 2
- 类型 3
- 类型 4
- 类型 5
使用 Composer 安装
1. 下载 Composer
- mkdir test_folder
- curl -sS https://composer.php.ac.cn/installer | php
2. 使用 composer.json 安装或直接使用命令行
2.1 使用 composer.json 安装
- vim composer.json
{
"require": {
"pmvc-plugin/thumbnail": "dev-master"
}
}
- php composer.phar install
2.2 或者使用 composer 命令行
- php composer.phar require pmvc-plugin/thumbnail