greg-md / php-app-imagix
Integration of PHP Imagix in Greg PHP Application.
Installs: 43
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/greg-md/php-app-imagix
dev-master 2019-07-24 08:35 UTC
Requires
- php: ^7.3
- greg-md/php-app-installer: dev-master
- greg-md/php-imagix: dev-master
Requires (Dev)
This package is auto-updated.
Last update: 2025-09-20 01:19:27 UTC
README
Integration of PHP Imagix in Greg PHP Application.
Table of Contents
Requirements
Installation
Download package:
composer require greg-md/php-app-imagix
Install package:
./greg install greg-imagix
Configuration
Nginx
# Imagix location ~* ^/imagix/.+ { # If images doesn't exists, send to PHP to create it. if (!-f $document_root$uri) { rewrite .+ /imagix.php last; } expires max; add_header Pragma public; add_header Cache-Control "public"; add_header Vary "Accept-Encoding"; }
License
MIT © Grigorii Duca