2017 © Pedro Peláez
 

library imagine

Imagine (Wrapper) Component for Laravel 5

image

orchestra/imagine

Imagine (Wrapper) Component for Laravel 5

  • Saturday, July 28, 2018
  • by crynobone
  • Repository
  • 4 Watchers
  • 63 Stars
  • 107,589 Installations
  • PHP
  • 6 Dependents
  • 0 Suggesters
  • 12 Forks
  • 0 Open issues
  • 30 Versions
  • 2 % Grown

The README.md

Imagine (Wrapper) Component for Laravel

Imagine (Wrapper) Component is a Laravel package wrapper for Imagine., (*1)

tests Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Version Compatibility

Laravel Imagine
5.5.x 3.5.x
5.6.x 3.6.x
5.7.x 3.7.x
5.8.x 3.8.x
6.x 4.x
7.x 5.x
8.x 6.x

Installation

To install through composer, run the following command from terminal:, (*3)

composer require "orchestra/imagine"

Configuration

Add Orchestra\Imagine\ImagineServiceProvider service provider in config/app.php., (*4)

'providers' => [

    // ...

    Orchestra\Imagine\ImagineServiceProvider::class,
],

Add Imagine alias in config/app.php., (*5)

'aliases' => [

    // ...

    'Imagine' => Orchestra\Imagine\Facade::class,
],

Usage

Here a simple example how to create a thumbnail from an image:, (*6)

<?php

use Imagine\Image\ImageInterface;
use Orchestra\Imagine\Jobs\CreateThumbnail;

dispatch(new CreateThumbnail([
    'path' => $path,
    'filename' => $filename, // filename without extension
    'extension' => $extension,
    'format' => '{filename}.thumb.{extension}',
    'dimension' => 320, // width and height will be 320.
    'mode' => ImageInterface::THUMBNAIL_OUTBOUND,
    'filter' => ImageInterface::FILTER_UNDEFINED,
]));

The Versions

28/07 2018

dev-master

9999999-dev

Imagine (Wrapper) Component for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

28/07 2018

3.6.x-dev

3.6.9999999.9999999-dev

Imagine (Wrapper) Component for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

08/02 2018

v3.6.0

3.6.0.0

Imagine (Wrapper) Component for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

14/10 2017

3.5.x-dev

3.5.9999999.9999999-dev

Imagine (Wrapper) Component for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

03/09 2017

v3.5.0

3.5.0.0

Imagine (Wrapper) Component for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

26/01 2017

3.4.x-dev

3.4.9999999.9999999-dev

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

26/01 2017

v3.4.0

3.4.0.0

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

26/01 2017

3.3.x-dev

3.3.9999999.9999999-dev

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

24/05 2016

v3.3.0

3.3.0.0

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

06/12 2015

3.2.x-dev

3.2.9999999.9999999-dev

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

06/12 2015

v3.2.1

3.2.1.0

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

04/12 2015

3.1.x-dev

3.1.9999999.9999999-dev

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

04/12 2015

v3.1.3

3.1.3.0

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

24/11 2015

v3.2.0

3.2.0.0

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

21/08 2015

v3.1.2

3.1.2.0

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

21/08 2015

3.0.x-dev

3.0.9999999.9999999-dev

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

21/08 2015

v3.1.1

3.1.1.0

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

17/05 2015

v3.1.0

3.1.0.0

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

18/03 2015

v3.0.1

3.0.1.0

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

28/02 2015

2.2.x-dev

2.2.9999999.9999999-dev

Imagine Package for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

28/02 2015

2.1.x-dev

2.1.9999999.9999999-dev

Imagine Package for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

04/02 2015

v3.0.0

3.0.0.0

Imagine Package for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

24/12 2014

2.0.x-dev

2.0.9999999.9999999-dev

Imagine Package for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

19/06 2014

v2.2.1

2.2.1.0

Imagine Package for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

12/06 2014

v2.2.0

2.2.0.0

Imagine Package for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

20/02 2014

v2.1.1

2.1.1.0

Imagine Package for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

13/12 2013

v2.1.0

2.1.0.0

Imagine Package for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

11/12 2013

v2.1.0-BETA1

2.1.0.0-beta1

Imagine Package for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

11/12 2013

v2.0.0

2.0.0.0

Imagine Package for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image orchestral image-manipulation orchestra-platform

18/09 2013

v1.0.0

1.0.0.0

Imagine Package for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel orchestral orchestra-platform