PHPackages                             icherisher/yii2-plupload - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. icherisher/yii2-plupload

ActiveYii2-extension[File &amp; Storage](/categories/file-storage)

icherisher/yii2-plupload
========================

A Yii2 module/widget for upload files

v1.0.1(7y ago)319BSD-3-ClauseJavaScript

Since May 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/icherisher/yii2-plupload)[ Packagist](https://packagist.org/packages/icherisher/yii2-plupload)[ RSS](/packages/icherisher-yii2-plupload/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

yii2-plupload
=============

[](#yii2-plupload)

A Yii2 module/widget for upload files

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist icherisher/yii2-plupload "*"

```

or add

```
"icherisher/yii2-plupload": "*"

```

to the require section of your `composer.json` file.

Configuration
-------------

[](#configuration)

To use this extension, you have to configure the Connection class in your application configuration:

```
return [
	'components'=>[
		// ...
		'pluploadManager' => [
			'class' => 'icherisher\plupload\components\PluploadManager'
		],
	],

	'modules'=>[
		// ...
		'plupload' => [
			'class' => 'icherisher\plupload\Moudle',
		],
	]
];
```

Usage
-----

[](#usage)

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

```
use icherisher\plupload\components\PluploadWidget;

// with ActiveForm & model
echo $form->field($model, 'attribute')->widget(PluploadWidget::class, [
	'options'=>[],
	'settings'=>[],
	'events'=>[],
	....
]);

// without model
echo PluploadWidget::widget([
	'name'=>'attr_name',
	'value'=>'',
	'options'=>[],
	'settings'=>[],
	'events'=>[],
	....
]);
```

Documentation
-------------

[](#documentation)

For 2.3.6：

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2919d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/551c982aa8d94bdea0d141cac3b4971d368d04bbca9f80e75a537323fe32198e?d=identicon)[icherisher](/maintainers/icherisher)

---

Top Contributors

[![icherisher](https://avatars.githubusercontent.com/u/5638627?v=4)](https://github.com/icherisher "icherisher (4 commits)")

---

Tags

uploadyii2extensionmodulewidgetplupload

### Embed Badge

![Health badge](/badges/icherisher-yii2-plupload/health.svg)

```
[![Health](https://phpackages.com/badges/icherisher-yii2-plupload/health.svg)](https://phpackages.com/packages/icherisher-yii2-plupload)
```

###  Alternatives

[kartik-v/yii2-widget-fileinput

An enhanced FileInput widget for Bootstrap 3.x, 4.x &amp; 5.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)

2286.8M95](/packages/kartik-v-yii2-widget-fileinput)[noam148/yii2-image-manager

A Yii2 module/widget for upload and cropping images

12914.8k](/packages/noam148-yii2-image-manager)[sjaakp/yii2-illustrated-behavior

ActiveRecord Behavior with associated Widget for Yii2.

423.1k](/packages/sjaakp-yii2-illustrated-behavior)[limion/yii2-jquery-fileupload-widget

Blueimp file upload widget for Yii2

1224.5k](/packages/limion-yii2-jquery-fileupload-widget)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
