Download the PHP package jaykeren/laravel-image-moo without Composer
On this page you can find all versions of the php package jaykeren/laravel-image-moo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jaykeren/laravel-image-moo
More information about jaykeren/laravel-image-moo
Files in jaykeren/laravel-image-moo
Download jaykeren/laravel-image-moo
More information about jaykeren/laravel-image-moo
Files in jaykeren/laravel-image-moo
Vendor jaykeren
Package laravel-image-moo
Short Description Laravel Image Moo, helper image processing library (codeigniter image_moo library) created by mat-moo (http://www.matmoo.com/digital-dribble/codeigniter/image_moo).
License MIT
Homepage http://www.akhmadjazuli.com
Package laravel-image-moo
Short Description Laravel Image Moo, helper image processing library (codeigniter image_moo library) created by mat-moo (http://www.matmoo.com/digital-dribble/codeigniter/image_moo).
License MIT
Homepage http://www.akhmadjazuli.com
Please rate this library. Is it a good library?
Informations about the package laravel-image-moo
laravel-image-moo
Laravel Image Moo, helper image processing library (codeigniter image_moo library) created by mat-moo (http://www.matmoo.com/digital-dribble/codeigniter/image_moo).
install instructions
-
install by composer
$ composer require jaykeren/laravel-image-moo -
add service provider in config/app.php
'providers' => [ //... Jaykeren\ImageMoo\ImageMooServiceProvider::class, //... ], -
example usage
use Jaykeren\ImageMoo\Facades\ImageMoo; ImageMoo::load('/tmp/test.jpg') ->resize_crop(200, 200) ->set_jpeg_quality(60) ->save('/tmp/test_cropped.jpg', true); - you're ready to go
All versions of laravel-image-moo with dependencies
PHP Build Version
Package Version
The package jaykeren/laravel-image-moo contains the following files
Loading the files please wait ...