Download the PHP package axelpal/yii2-easyimage without Composer
On this page you can find all versions of the php package axelpal/yii2-easyimage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-easyimage
Image Component for Yii2
Image Component for Yii2
This extension is base on yii-easyImage, used for Yii2.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply modify your application configuration as follows:
Parameters
- string
$file
required - Image file path - string
$driver
- Driver:GD
,Imagick
ThumbOf
You can create a thumbnail directly in the View
:
// Create and autocache
// or
// or
Note. This method return Html::img()
Parameters
- string
$file
required - Image file path - array
$params
- Image manipulation methods. See Methods - array
$htmlOptions
- options for Html::img()
For full details on usage, see the documentation.
All versions of yii2-easyimage with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package axelpal/yii2-easyimage contains the following files
Loading the files please wait ....