2017 © Pedro Peláez
 

library php-app-imagix

Integration of PHP Imagix in Greg PHP Application.

image

greg-md/php-app-imagix

Integration of PHP Imagix in Greg PHP Application.

  • Thursday, August 17, 2017
  • by greg-md
  • Repository
  • 1 Watchers
  • 0 Stars
  • 27 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

PHP App Imagix

StyleCI Build Status Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

Integration of PHP Imagix in Greg PHP Application., (*2)

Table of Contents

Requirements

Installation

Download package:, (*3)

composer require greg-md/php-app-imagix, (*4)

Install package:, (*5)

./greg install greg-imagix, (*6)

Configuration

Nginx, (*7)

# 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, (*8)

Huuuge Quote

I fear not the man who has practiced 10,000 programming languages once, but I fear the man who has practiced one programming language 10,000 times. © #horrorsquad, (*9)

The Versions

17/08 2017

dev-master

9999999-dev https://github.com/greg-md/php-app-imagix

Integration of PHP Imagix in Greg PHP Application.

  Sources   Download

MIT

The Requires

 

The Development Requires

php greg-md greg-php web-artisans imagix php-app-imagix greg-app-imagix app-imagix