davidxu / yii2-webuploader
A webuploader and crop application extension for Yii2 framework.
Package info
github.com/davidxuuts/yii2-webuploader
Type:yii2-extension
pkg:composer/davidxu/yii2-webuploader
0.1.0
2022-03-23 06:09 UTC
Requires
- php: >=8.0
- npm-asset/webuploader: ^0.1.8
- ramsey/uuid: ^4.2
- yiisoft/yii2: ^2.0.13
- yiisoft/yii2-bootstrap4: ^2.0
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2026-02-23 14:35:46 UTC
README
Renders a Webuploader and cropper widget for Yii2.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require davidxu/yii2-webuploader "^0.1"
or add
"davidxu/yii2-webuploader": "^0.1"
to the require section of your composer.json file.