library imagehelper
A wrapper around the popular Intervention Image php library, for common image manipulations extended with caching.
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
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();
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
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
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