Download the PHP package pionix-labs/glu-image without Composer
On this page you can find all versions of the php package pionix-labs/glu-image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pionix-labs/glu-image
More information about pionix-labs/glu-image
Files in pionix-labs/glu-image
Package glu-image
Short Description Laravel 5 support for glu-image package
License MIT
Informations about the package glu-image
GluImage
pionix-labs\glu-image
is a PHP image manipulation helper library.
The package includes ServiceProvider and Facade for easy Laravel 4+ integration.
Note: This package forked and updated for laravel 5 upgrade because of main package is not maintaining anymore!
Purpose
- The package supports two image manipulation methods: resize and crop.
- Easily resize and crop jpg, png, and gif images.
- Supports animated gif using GD Library. (No Imagick, Gmagick is needed).
Dependencies
The package uses:
- Intervention/image
- glukash/GifCreator forked version of Sybio/GifCreator
- Sybio/GifFrameExtractor
Requirements
- PHP >=5.3.3
- GD Library (>=2.0)
Quick Installation
Laravel Integration
Add Intervention\Image
and PionixLabs\GluImage
service providers in app/config/app.php
.
Add GluImage
alias in app/config/app.php
.
If you want to use Intervention\Image
package directly, add InterImage
alias in app/config/app.php
.
This is not a necessary step for using GluImage
.
Code Examples
License
GluImage is licensed under the MIT License.
Copyright 2014 Lukasz Gaszyna
All versions of glu-image with dependencies
intervention/image Version 2.*
sybio/gif-frame-extractor Version 1.*
sybio/gif-creator Version 1.*
illuminate/support Version 4.*|5.*