https://github.com/greg-md/php-app-imagix
Integration of PHP Static Image in Greg PHP Application.
https://github.com/greg-md/php-app-imagix
app-imagix greg-app-imagix greg-md greg-php imagix php-app-imagix
Last synced: about 1 year ago
JSON representation
Integration of PHP Static Image in Greg PHP Application.
- Host: GitHub
- URL: https://github.com/greg-md/php-app-imagix
- Owner: greg-md
- License: mit
- Created: 2017-08-05T09:18:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:21:05.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T00:27:01.765Z (about 1 year ago)
- Topics: app-imagix, greg-app-imagix, greg-md, greg-php, imagix, php-app-imagix
- Language: PHP
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP App Imagix
[](https://styleci.io/repos/99412510)
[](https://travis-ci.org/greg-md/php-app-imagix)
[](https://packagist.org/packages/greg-md/php-app-imagix)
[](https://packagist.org/packages/greg-md/php-app-imagix)
[](https://packagist.org/packages/greg-md/php-app-imagix)
[](https://packagist.org/packages/greg-md/php-app-imagix)
Integration of [PHP Imagix](https://github.com/greg-md/php-imagix) in [Greg PHP Application](https://github.com/greg-md/php-app).
# Table of Contents
* [Requirements](#requirements)
* [Installation](#installation)
* [Configuration](#configuration)
* [License](#license)
* [Huuuge Quote](#huuuge-quote)
# Requirements
* [Greg PHP Application](https://github.com/greg-md/php-app)
# Installation
Download package:
`composer require greg-md/php-app-imagix`
Install package:
`./greg install greg-imagix`
# Configuration
**Nginx**
```nginxconfig
# 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](http://greg.md)
# Huuuge Quote
