dench / yii2-image
Image
Installs: 176
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- kartik-v/yii2-widget-fileinput: @dev
- yiisoft/yii2: *
- yiisoft/yii2-imagine: ~2.1.0
This package is auto-updated.
Last update: 2025-03-22 01:57:04 UTC
README
Image
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist dench/yii2-image "*"
or add
"dench/yii2-image": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \dench\image\AutoloadExample::widget(); ?>```