linkorb / imgproxy
ImgproxyService use imgproxy
v1.0.0
2019-05-09 14:04 UTC
Requires (Dev)
- symfony/dotenv: ^4.0
This package is auto-updated.
Last update: 2021-01-10 12:00:46 UTC
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
- copy env.dist to .env file.
- setting in .env file.
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.