imagine maintained by orchestra
Description
Imagine (Wrapper) Component for Laravel
Author
Last update
2021/04/17 19:29
(dev-master)
License
Downloads
204 814
Tags
Last update
2021/04/17 19:29
License
Require
- imagine/imagine ^1.2
- orchestra/support-core ^7.0
- orchestra/support-providers ^7.0
- php ^7.4 || ^8.0
Last update
2021/04/17 19:16
License
Require
- php ^7.3 || ^8.0
- imagine/imagine ^1.2
- orchestra/support-core ^6.0
- orchestra/support-providers ^6.0
Last update
2021/04/17 19:16
License
Require
- php ^7.3 || ^8.0
- imagine/imagine ^1.2
- orchestra/support-core ^6.0
- orchestra/support-providers ^6.0
Last update
2020/12/27 05:57
License
Require
- php >=7.2
- imagine/imagine ^1.2
- orchestra/support-core ^4.0
- orchestra/support-providers ^4.0
Last update
2020/02/24 06:20
License
Require
- php >=7.2
- imagine/imagine ^1.2
- orchestra/support-core ^5.0
- orchestra/support-providers ^5.0
Last update
2020/02/24 06:20
License
Require
- php >=7.2
- imagine/imagine ^1.2
- orchestra/support-core ^5.0
- orchestra/support-providers ^5.0
Last update
2019/08/28 12:19
License
Require
- php >=7.2
- imagine/imagine ^1.2
- orchestra/support-core ^4.0
- orchestra/support-providers ^4.0
Last update
2019/05/06 16:08
License
Require
- php >=7.1
- orchestra/support-core ~3.8.0
- orchestra/support-providers ~3.8.0
- imagine/imagine ^1.2
Last update
2019/02/27 06:13
License
Require
- php >=7.1
- imagine/imagine ^1.2
- orchestra/support-core ~3.8.0
- orchestra/support-providers ~3.8.0
Last update
2019/02/21 02:06
License
Require
- php >=7.1
- orchestra/support-core ~3.7.0
- orchestra/support-providers ~3.7.0
- imagine/imagine ~0.7 || ^1.0
Last update
2019/02/21 02:06
License
Require
- php >=7.1
- imagine/imagine ~0.7 || ^1.0
- orchestra/support-core ~3.7.0
- orchestra/support-providers ~3.7.0
Last update
2018/09/13 04:23
License
Require
- php >=7.1
- imagine/imagine ~0.7
- orchestra/support-core ~3.7.0
- orchestra/support-providers ~3.7.0
Last update
2018/09/13 04:06
License
Require
- imagine/imagine ~0.7
- orchestra/support-core ~3.6.0
- orchestra/support-providers ~3.6.0
- php >=7.1
Last update
2018/02/08 10:47
License
Require
- php >=7.0
- imagine/imagine ~0.7
- orchestra/support-core ~3.6.0
- orchestra/support-providers ~3.6.0
Last update
2017/10/14 14:46
License
Require
- php >=7.0
- imagine/imagine ~0.5
- orchestra/support-core ~3.5.0
- orchestra/support-providers ~3.5.0
Last update
2017/09/03 05:34
License
Require
- php >=7.0
- imagine/imagine ~0.5
- orchestra/support-core ~3.5.0
- orchestra/support-providers ~3.5.0
Last update
2017/01/26 06:47
License
Require
- php >=5.6.0
- imagine/imagine ~0.5
- orchestra/support-core ~3.4.0
- orchestra/support-providers ~3.4.0
Last update
2017/01/26 06:47
License
Require
- php >=5.6.0
- imagine/imagine ~0.5
- orchestra/support-core ~3.4.0
- orchestra/support-providers ~3.4.0
Last update
2017/01/26 06:19
License
Require
- php >=5.6.0
- imagine/imagine ~0.5
- orchestra/support-core ~3.3.0
- orchestra/support-providers ~3.3.0
Last update
2016/05/24 02:53
License
Require
- php >=5.6.0
- imagine/imagine ~0.5
- orchestra/support-core ~3.3.0
- orchestra/support-providers ~3.3.0
Last update
2015/12/06 12:35
License
Require
- php >=5.5.0
- imagine/imagine ~0.5
- orchestra/support-core ~3.2.0
- orchestra/support-providers ~3.2.0
Last update
2015/12/04 04:35
License
Require
- php >=5.5.0
- imagine/imagine ~0.5
- orchestra/support-core ~3.1.0
- orchestra/support-providers ~3.1.0
Last update
2015/11/24 09:41
License
Require
- php >=5.5.0
- imagine/imagine ~0.5
- orchestra/support-core ~3.2.0
- orchestra/support-providers ~3.2.0
Last update
2015/08/21 17:16
License
Require
- php >=5.5.0
- imagine/imagine ~0.5
- orchestra/support-core ~3.1.0
- orchestra/support-providers ~3.1.0
Last update
2015/08/21 08:32
License
Require
- php >=5.5.0
- imagine/imagine ~0.5
- orchestra/support-core ~3.1.0
- orchestra/support-providers ~3.1.0
Last update
2015/05/17 07:59
License
Require
- php >=5.4.0
- imagine/imagine ~0.5
- orchestra/support-providers 3.1.*
Last update
2015/03/18 13:45
License
Require
- php >=5.4.0
- imagine/imagine ~0.5
- orchestra/support-providers 3.0.*
Last update
2015/02/04 17:35
License
Require
- php >=5.4.0
- imagine/imagine ~0.5
- orchestra/support-providers 3.0.*
Imagine (Wrapper) Component for Laravel
Imagine (Wrapper) Component is a Laravel package wrapper for Imagine.
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:
composer require "orchestra/imagine"
Configuration
Add Orchestra\Imagine\ImagineServiceProvider service provider in config/app.php.
'providers' => [
// ...
Orchestra\Imagine\ImagineServiceProvider::class,
],
Add Imagine alias in config/app.php.
'aliases' => [
// ...
'Imagine' => Orchestra\Imagine\Facade::class,
],
Usage
Here a simple example how to create a thumbnail from an image:
<?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,
]));