2017 © Pedro Peláez
 

yii2-extension yii2-imagine

The Imagine integration for the Yii framework

image

miserenkov/yii2-imagine

The Imagine integration for the Yii framework

  • Thursday, March 16, 2017
  • by miserenkov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 81 Forks
  • 0 Open issues
  • 11 Versions
  • 6 % Grown

The README.md

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., (*1)

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

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

Installation

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

Either run, (*5)

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

or add, (*6)

"miserenkov/yii2-imagine": "~2.1.1"

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

Usage & Documentation

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

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

use miserenkov\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:, (*10)

The Versions

16/03 2017

dev-master

9999999-dev

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Misha Serenkov

yii2 helper image imagine

16/03 2017

2.1.1.1

2.1.1.1

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Misha Serenkov

yii2 helper image imagine

16/03 2017

2.1.1

2.1.1.0

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Misha Serenkov

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