2017 © Pedro Peláez
 

library autothumb-demo

Demo project for AutoThumb, PHP library to automatically create thumbnails

image

ysaroka/autothumb-demo

Demo project for AutoThumb, PHP library to automatically create thumbnails

  • Saturday, June 18, 2016
  • by ysaroka
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Demo project for AutoThumb, PHP library to automatically create thumbnails., (*1)

Requirements

PHP >= 5.4 , and one of the following image extensions for PHP: Imagick or GD., (*2)

Web-server Apache with module mod_rewrite enabled., (*3)

Installation

Install demo project using the Composer package manager in document root directory of the web server (in demo used web server Apache):, (*4)

$ composer create-project ysaroka/autothumb-demo ./

For nginx web server just add into the configuration file of your site the following rule before others regex rules:, (*5)

location ~ (.*)-autothumb-([\w\d]+)\.([\w\d]+)$ {
    try_files $uri $uri/ /autothumb.process.php?image=$1.$3&type=$2;
}

The Versions

18/06 2016

dev-master

9999999-dev

Demo project for AutoThumb, PHP library to automatically create thumbnails

  Sources   Download

ISC

The Requires

 

by Yauhen Saroka

demo cache php image thumbnails resize thumb auto autothumb

18/06 2016

1.0.0

1.0.0.0

Demo project for AutoThumb, PHP library to automatically create thumbnails

  Sources   Download

ISC

The Requires

 

by Yauhen Saroka

demo cache php image thumbnails resize thumb auto autothumb