2017 © Pedro Peláez
 

yii2-extension yii2-imagine

The Imagine integration for the Yii framework

image

skeeks/yii2-imagine

The Imagine integration for the Yii framework

  • Sunday, February 15, 2015
  • by skeeks-semenov
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7,275 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

Yii2-imagine

Installation

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

Either run, (*2)

php composer.phar require --prefer-dist skeeks/yii2-imagine "*"

or add, (*3)

"skeeks/yii2-imagine": "*"

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

skeeks! Web development has never been so fun! www.skeeks.com, (*5)

Imagine Extension for Yii 2

This extension adds most common image functions and also acts as a wrapper to Imagine image manipulation library., (*6)

Installation

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

Either run, (*8)

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

or add, (*9)

"yiisoft/yii2-imagine": "*"

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

Usage & Documentation

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

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

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', ['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:, (*13)

The Versions

15/02 2015

dev-release

dev-release http://www.skeeks.com/

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

yii2 helper image imagine

15/02 2015

1.0.1

1.0.1.0 http://www.skeeks.com/

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

yii2 helper image imagine

15/02 2015

dev-master

9999999-dev http://www.skeeks.com/

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

yii2 helper image imagine

15/02 2015

2.0.0

2.0.0.0 http://www.skeeks.com/

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

yii2 helper image imagine

15/02 2015

2.0.1

2.0.1.0 http://www.skeeks.com/

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

yii2 helper image imagine

12/02 2015

1.0.0

1.0.0.0 http://www.skeeks.com/

The Imagine integration for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

yii2 helper image imagine