2017 © Pedro Peláez
 

yii2-extension yii2-image

The Codemirror extension for the Yii framework

image

andreosoft/yii2-image

The Codemirror extension for the Yii framework

  • Saturday, July 29, 2017
  • by andreosoft
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

yii2-image

Image extension for Yii2, (*1)

Installation

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

Either run, (*3)

php composer.phar require 'andreosoft/yii2-image', (*4)

or add, (*5)

"andreosoft/yii2-image": "*", (*6)

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

Usage

Once the extension is installed, simply use it in your code by :, (*8)

...., (*9)

\Yii::getAlias('@root'), 'webroot' => 'http://mysite.com/uploads', 'quality' => 50, ]; echo Image::thumb('test-image.jpg', 120, 120) ?>

The Versions

29/07 2017

dev-master

9999999-dev

The Codemirror extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

by Andrey Zagorets

yii2 image thumbnail