2017 © Pedro Peláez
 

yii2-extension yii2-imagine

The Imagine integration for the Yii framework

image

yiisoft/yii2-imagine

The Imagine integration for the Yii framework

  • Thursday, May 3, 2018
  • by qiangxue
  • Repository
  • 34 Watchers
  • 217 Stars
  • 772,642 Installations
  • PHP
  • 283 Dependents
  • 6 Suggesters
  • 82 Forks
  • 6 Open issues
  • 12 Versions
  • 9 % 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)

composer require --prefer-dist yiisoft/yii2-imagine

or add, (*7)

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

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

Basic Usage

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]);

The Versions

03/05 2018

dev-master

9999999-dev

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 helper image imagine

14/03 2018

dev-fix-travis

dev-fix-travis

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 helper image imagine

01/03 2018

2.2.x-dev

2.2.9999999.9999999-dev

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 helper image imagine

22/02 2018

2.1.1

2.1.1.0

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