davidxu/yii2-webuploader

A webuploader and crop application extension for Yii2 framework.

0.1.0 2022-03-23 06:09 UTC

This package is auto-updated.

Last update: 2024-04-23 11:02:14 UTC


README

Latest Version Software License Build Status codecov Scrutinizer Code Quality Total Downloads

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.

Usage