2017 © Pedro Peláez
 

library thumbs

image

bazalt/thumbs

  • Wednesday, February 4, 2015
  • by esvit
  • Repository
  • 4 Watchers
  • 7 Stars
  • 8,888 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

bazalt-thumbs

Install via composer

php composer require bazalt/thumbs

Or just add this config to your composer.json, (*1)

{
    "require": {
        "bazalt/thumbs": "dev-master"
    }
}

Nginx:, (*2)

location /static/ {
    root /www/public;

    try_files $uri /index.php?file=$uri;
}

Apache:, (*3)

RewriteCond %{REQUEST_URI} ^(/static/)
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^(.*)$ thumb.php?file=$1 [L]

The Versions

04/02 2015

dev-master

9999999-dev

  Sources   Download

New BSD License

The Requires