2017 © Pedro Peláez
 

library image

Image handling and manipulation library with support for Laravel integration

image

intervention/image

Image handling and manipulation library with support for Laravel integration

  • Tuesday, May 29, 2018
  • by olivervogel
  • Repository
  • 256 Watchers
  • 7553 Stars
  • 13,664,304 Installations
  • PHP
  • 1064 Dependents
  • 59 Suggesters
  • 935 Forks
  • 211 Open issues
  • 100 Versions
  • 10 % Grown

The README.md

Intervention Image

PHP Image Processing

Latest Version Build Status Monthly Downloads, (*1)

Intervention Image is a PHP image processing library that provides a simple and expressive way to create, edit, and compose images. It features a unified API for the two most popular image manipulation extensions. You can choose between the GD library or Imagick as the base layer for all operations., (*2)

  • Simple interface for common image editing tasks
  • Interchangable driver architecture
  • Support for animated images
  • Framework-agnostic
  • PSR-12 compliant

Installation

You can easily install this library using Composer. Just request the package with the following command:, (*3)

composer require intervention/image

Getting Started

Learn the basics on how to use Intervention Image and more with the official documentation., (*4)

Code Examples

use Intervention\Image\ImageManager;

// create image manager with desired driver
$manager = new ImageManager(
    new Intervention\Image\Drivers\Gd\Driver()
);

// open an image file
$image = $manager->read('images/example.gif');

// resize image instance
$image->resize(height: 300);

// insert a watermark
$image->place('images/watermark.png');

// encode edited image
$encoded = $image->toJpg();

// save encoded image
$encoded->save('images/example.jpg');

Requirements

  • PHP >= 8.1

Supported Image Libraries

  • GD Library
  • Imagick PHP extension

Development & Testing

This package contains a Docker image for building a test suite and an analysis container. You must have Docker installed on your system to run all tests using the following command., (*5)

docker-compose run --rm --build tests

Run the static analyzer on the code base., (*6)

docker-compose run --rm --build analysis

Security

If you discover any security related issues, please email oliver@intervention.io directly., (*7)

Authors

This library is developed and maintained by Oliver Vogel, (*8)

Thanks to the community of contributors who have helped to improve this project., (*9)

License

Intervention Image is licensed under the MIT License., (*10)

The Versions

29/05 2018

dev-master

9999999-dev http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

29/05 2018

2.4.2

2.4.2.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

21/09 2017

2.4.1

2.4.1.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

03/07 2017

2.4.0

2.4.0.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

03/07 2017

2.3.14

2.3.14.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

23/04 2017

2.3.13

2.3.13.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

22/04 2017

1.6.x-dev

1.6.9999999.9999999-dev http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd thumbnail watermark

22/04 2017

1.6.8

1.6.8.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd thumbnail watermark

22/04 2017

1.6.7

1.6.7.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd thumbnail watermark

22/04 2017

2.3.12

2.3.12.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

17/02 2017

1.6.6

1.6.6.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd thumbnail watermark

04/02 2017

2.3.11

2.3.11.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

25/01 2017

2.3.10

2.3.10.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

10/01 2017

2.3.9

2.3.9.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

01/09 2016

2.3.8

2.3.8.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

26/04 2016

2.3.7

2.3.7.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

26/02 2016

2.3.6

2.3.6.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

02/01 2016

2.3.5

2.3.5.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

30/11 2015

2.3.4

2.3.4.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

27/11 2015

2.3.3

2.3.3.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

16/08 2015

2.3.2

2.3.2.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

10/07 2015

2.3.1

2.3.1.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

28/06 2015

2.3.0

2.3.0.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

10/06 2015

2.2.2

2.2.2.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

09/05 2015

2.2.1

2.2.1.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

24/04 2015

2.2.0

2.2.0.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

22/04 2015

2.1.4

2.1.4.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

18/03 2015

2.1.3

2.1.3.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

09/03 2015

2.1.2

2.1.2.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

29/01 2015

2.1.1

2.1.1.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

28/01 2015

2.1.0

2.1.0.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

29/12 2014

2.0.17

2.0.17.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

20/12 2014

2.0.16

2.0.16.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

12/12 2014

2.0.15

2.0.15.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

21/11 2014

2.0.14

2.0.14.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

09/11 2014

2.0.13

2.0.13.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

18/10 2014

2.0.12

2.0.12.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

25/09 2014

2.0.11

2.0.11.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

18/09 2014

2.0.10

2.0.10.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

06/09 2014

2.0.9

2.0.9.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

23/08 2014

2.0.8

2.0.8.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

06/08 2014

2.0.7

2.0.7.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-fileinfo *

 

The Development Requires

laravel image gd imagick thumbnail watermark

27/07 2014

2.0.6

2.0.6.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

30/06 2014

2.0.5

2.0.5.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

16/06 2014

2.0.4

2.0.4.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

08/06 2014

2.0.3

2.0.3.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

07/06 2014

1.6.5

1.6.5.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd thumbnail watermark

31/05 2014

2.0.2

2.0.2.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

25/05 2014

2.0.1

2.0.1.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

18/05 2014

2.0.0

2.0.0.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

14/05 2014

2.0.0-beta.2

2.0.0.0-beta2 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd imagick thumbnail watermark

10/05 2014

2.0.0-beta

2.0.0.0-beta http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd thumbnail watermark

29/04 2014

1.6.4

1.6.4.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd thumbnail watermark

18/04 2014

1.6.3

1.6.3.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd thumbnail watermark

03/04 2014

1.6.2

1.6.2.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd thumbnail watermark

30/03 2014

1.6.1

1.6.1.0 http://image.intervention.io/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel image gd thumbnail watermark

18/03 2014

1.6.0

1.6.0.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

12/03 2014

1.5.13

1.5.13.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

28/02 2014

1.5.12

1.5.12.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

26/02 2014

1.5.11

1.5.11.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

20/02 2014

1.5.10

1.5.10.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

11/02 2014

1.5.9

1.5.9.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

16/01 2014

1.5.8

1.5.8.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

16/01 2014

1.5.7

1.5.7.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

11/01 2014

1.5.6

1.5.6.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

10/01 2014

1.5.5

1.5.5.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

08/01 2014

1.5.4

1.5.4.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

30/12 2013

1.5.3

1.5.3.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

12/12 2013

1.5.2

1.5.2.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

13/11 2013

1.5.1

1.5.1.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

09/11 2013

1.5.0

1.5.0.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

24/09 2013

1.4.5

1.4.5.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

29/08 2013

1.4.4

1.4.4.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

16/08 2013

1.4.3

1.4.3.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

10/06 2013

1.4.2

1.4.2.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

29/05 2013

1.4.1

1.4.1.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

29/05 2013

1.4.0

1.4.0.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

26/04 2013

1.3.11

1.3.11.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

24/04 2013

1.3.10

1.3.10.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd thumbnail watermark

18/04 2013

1.3.9

1.3.9.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

14/04 2013

1.3.8

1.3.8.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

29/03 2013

1.3.7

1.3.7.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

29/03 2013

1.3.6

1.3.6.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

29/03 2013

1.3.5

1.3.5.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

29/03 2013

1.3.4

1.3.4.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

28/03 2013

1.3.3

1.3.3.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

25/03 2013

1.3.2

1.3.2.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

24/03 2013

1.3.1

1.3.1.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

23/03 2013

1.3.0

1.3.0.0 http://intervention.olivervogel.net/image/

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

22/03 2013

1.2.6

1.2.6.0 https://github.com/Intervention/image

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

20/03 2013

1.2.5

1.2.5.0 https://github.com/Intervention/image

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

19/03 2013

1.2.4

1.2.4.0 https://github.com/Intervention/image

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

19/03 2013

1.2.3

1.2.3.0 https://github.com/Intervention/image

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

18/03 2013

1.2.2

1.2.2.0 https://github.com/Intervention/image

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

18/03 2013

1.2.1

1.2.1.0 https://github.com/Intervention/image

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

09/03 2013

1.2.0

1.2.0.0 https://github.com/Intervention/image

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

06/03 2013

1.1.5

1.1.5.0 https://github.com/Intervention/image

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

02/03 2013

1.1.4

1.1.4.0 https://github.com/Intervention/image

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

02/03 2013

1.1.3

1.1.3.0 https://github.com/Intervention/image

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd

28/02 2013

1.1.2

1.1.2.0 https://github.com/Intervention/image

Image handling and manipulation library with support for Laravel 4 integration

  Sources   Download

MIT

The Requires

 

laravel image gd