2017 © Pedro Peláez
 

library imagehelper

A wrapper around the popular Intervention Image php library, for common image manipulations extended with caching.

image

codeurs/imagehelper

A wrapper around the popular Intervention Image php library, for common image manipulations extended with caching.

  • Monday, August 28, 2017
  • by benmerckx
  • Repository
  • 3 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

ImageHelper

A wrapper around the popular Intervention Image library for common image manipulations extended with caching., (*1)

Getting started

  • composer require codeurs/imagehelper

Code Examples

use Codeurs\ImageHelper;

// Set the cache folder location
ImageHelper::setCacheFolder('cache/images');

// Resize an image and return the cached file location
$src = ImageHelper::fromPath('assets/image.png')
  ->resize(320, 240)
  ->src();

The Versions

28/08 2017

dev-master

9999999-dev

A wrapper around the popular Intervention Image php library, for common image manipulations extended with caching.

  Sources   Download

The Requires

 

The Development Requires

by Codeurs

28/08 2017

0.0.1

0.0.1.0

A wrapper around the popular Intervention Image php library, for common image manipulations extended with caching.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Codeurs

28/08 2017

0.0.0

0.0.0.0

A wrapper around the popular Intervention Image php library, for common image manipulations extended with caching.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Codeurs