2017 © Pedro Peláez
 

library thumbnailer

An image thumbnailer service module for Zend Framework 2

image

razor/thumbnailer

An image thumbnailer service module for Zend Framework 2

  • Saturday, September 27, 2014
  • by Razorblade
  • Repository
  • 1 Watchers
  • 0 Stars
  • 162 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Image Thumbnailer Module

Build Status Coverage Status Dependency Status Latest Stable Version Total Downloads Latest Unstable Version, (*1)

  • An image thumbnailer service module for Zend Framework 2.
  • There is also available a form filter that internally uses the Thumbnailer service.

Install with Composer

{ "repositories": [ { "type": "vcs", "url": "https://github.com/kaiohken1982/Thumbnailer.git" } ], "require": { ......, "razor/thumbnailer" : "dev-master" } }, (*2)

How to use

In a controller, (*3)

$thumbnailer = $this->getServiceLocator()->get('Thumbnailer'); $thumbnailer->open('\path\to\image.png'); $thumbnailer->resize(400); $thumbnailer->save('\path\to\image_resized.png');, (*4)

Run unit test

Please note you must be in the module root., (*5)

curl -s http://getcomposer.org/installer | php
php composer.phar install
./vendor/bin/phpunit 

If you have xdebug enabled and you want to see code coverage run the command below, it'll create html files in Thumbnailer\test\data\coverage, (*6)

./vendor/bin/phpunit --coverage-html data/coverage

The Versions

27/09 2014

dev-master

9999999-dev https://github.com/kaiohken1982/Thumbnailer

An image thumbnailer service module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 image crop thumbnail watermark

30/12 2013

v1.0.1

1.0.1.0 https://github.com/kaiohken1982/Thumbnailer

An image thumbnailer service module for Zend Framework 2

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 image crop thumbnail watermark

30/12 2013

v1.0.0

1.0.0.0 https://github.com/kaiohken1982/Thumbnailer

An image thumbnailer service module for Zend Framework 2

  Sources   Download

The Requires

 

The Development Requires

zf2 image crop thumbnail watermark