linkorb/imgproxy
最新稳定版本:v1.0.0
Composer 安装命令:
composer require linkorb/imgproxy
包简介
ImgproxyService use imgproxy
关键字:
README 文档
README
ImgproxyService use imgproxy, is a fast and secure standalone server for resizing and converting remote images. The main principles of imgproxy are simplicity, speed, and security.
imgproxy document for more detials.
Installation
composer require linkorb/imgproxy
Setup
composer install # install php dependencies cp .env.dist .env # Create config file from template/.dist file edit .env # Edit configuration, database settings etc ./vendor/bin/envoi validate # Run command validate based on meta file .env.yaml
Generate credentials
If you need a random key/salt pair real fast, you can quickly generate it using, for example, the following snippet
$ echo $(xxd -g 2 -l 64 -p /dev/random | tr -d '\n')
configure presets
more detail check persets
example
Find sample in /examples folder.
统计信息
- 总下载量: 1.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-10