wdteam/yii2-webuploader

WebUploader是由Baidu WebFE(FEX)团队开发的一个简单的以HTML5为主,FLASH为辅的现代文件上传组件。

Installs: 66

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 8

Forks: 12

Open Issues: 0

Type:yii2-extension

dev-master 2016-07-28 08:22 UTC

This package is auto-updated.

Last update: 2024-05-15 19:28:44 UTC


README

WebUploader是由Baidu WebFE(FEX)团队开发的一个简单的以HTML5为主,FLASH为辅的现代文件上传组件。

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist wdteam/yii2-webuploader "*"

or add

"wdteam/yii2-webuploader": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \wdteam\webuploader\Webuploader::widget(); ?>```