2017 © Pedro Peláez
 

yii2-extension yii2-imagine

The Imagine integration for the Yii framework

image

indicalabs/yii2-imagine

The Imagine integration for the Yii framework

  • Tuesday, February 20, 2018
  • by indicalabs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 82 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

, (*1)

Imagine Extension for Yii 2


This extension adds most common image functions and also acts as a wrapper to Imagine image manipulation library for Yii framework 2.0., (*2)

For license information check the LICENSE-file., (*3)

Latest Stable Version Total Downloads Build Status, (*4)

Installation

The preferred way to install this extension is through composer., (*5)

Either run, (*6)

php composer.phar require --prefer-dist yiisoft/yii2-imagine

or add, (*7)

"yiisoft/yii2-imagine": "~2.1.0"

to the require section of your composer.json., (*8)

Usage & Documentation

This extension is a wrapper to the Imagine and also adds the most commonly used image manipulation methods., (*9)

The following example shows how to use this extension:, (*10)

use yii\imagine\Image;

// frame, rotate and save an image
Image::frame('path/to/image.jpg', 5, '666', 0)
    ->rotate(-8)
    ->save('path/to/destination/image.jpg', ['jpeg_quality' => 50]);

Note that each Image method returns an instance of \Imagine\Image\ImageInterface. This means you can make use of the methods included in the Imagine library:, (*11)

The Versions

20/02 2018

dev-master

9999999-dev

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 helper image imagine

03/11 2016

2.1.0

2.1.0.0

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 helper image imagine

04/09 2016

2.0.4

2.0.4.0

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 helper image imagine

01/03 2015

2.0.3

2.0.3.0

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 helper image imagine

11/01 2015

2.0.2

2.0.2.0

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 helper image imagine

07/12 2014

2.0.1

2.0.1.0

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 helper image imagine

12/10 2014

2.0.0

2.0.0.0

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 helper image imagine

28/09 2014

2.0.0-rc

2.0.0.0-RC

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 helper image imagine

13/04 2014

2.0.0-beta

2.0.0.0-beta

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 helper image imagine