davidxu/yii2-webuploader

A webuploader and crop application extension for Yii2 framework.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/davidxu/yii2-webuploader

0.1.0 2022-03-23 06:09 UTC

This package is auto-updated.

Last update: 2025-09-23 13:53:55 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