PHPackages                             yanpapayan/yii-dropzone - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. yanpapayan/yii-dropzone

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

yanpapayan/yii-dropzone
=======================

A Yii extension for Dropzone.js

010CSS

Since Sep 11Pushed 11y agoCompare

[ Source](https://github.com/yanpapayan/yii-dropzone)[ Packagist](https://packagist.org/packages/yanpapayan/yii-dropzone)[ RSS](/packages/yanpapayan-yii-dropzone/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii-dropzone
============

[](#yii-dropzone)

A Yii extension for Dropzone.js

Now you can use all of the events and set a custom CSS file. See the code for more details.

```
$dict = array(
	'dictDefaultMessage'=>'Arraste seus arquivos aqui para realizar o Upload!',
	'dictFallbackMessage'=>'Seu browser não suporta esse recurso. :(',
	'dictFallbackText'=>'Por favor, use o formulário de upload abaixo.',
	'dictInvalidFileType'=>'Tipo de Arquivo Inválido!',
	'dictFileTooBig'=>'O arquivo é muito grande!',
	'dictResponseError'=>'Oops! Não foi possível fazer o upload!',
	'dictCancelUpload'=>'Cancelar',
	'dictCancelUploadConfirmation'=>'Deseja cancelar o upload?',
	'dictRemoveFile'=>'Deletar',
	'dictMaxFilesExceeded'=>'Número máximo de arquivos excedeu!',
);

$options = array(
    'addRemoveLinks'=>true,
);

$events = array(
    'success' => 'successUp(this, param, param2, param3)',
    'totaluploadprogress'=>'incProgress(this, param, param2, param3)',
    'queuecomplete'=>'complete()'
);

$this->widget('wcext.dropzone.EDropzone', array(
    //'model' => $model,
    //'attribute' => 'file',
    'name'=>'upload',
    'url' => $this->createUrl('controller/action'),
    'mimeTypes' => array('image/jpeg', 'image/png', 'video/mp4'),
    'events' => $events,
    'options' => CMap::mergeArray($options, $dict ),
    'htmlOptions' => array('style'=>'height:95%; overflow: hidden;'),
    'customStyle'=> $this->module->assetsPath.'/css/customdropzone.css'
));

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/484ed79beecbda0233b6d45bc74e391ef41068501b3e9bf96c85c3dd64a1bfe4?d=identicon)[yanpapayan](/maintainers/yanpapayan)

---

Top Contributors

[![ricardofiorani](https://avatars.githubusercontent.com/u/1641075?v=4)](https://github.com/ricardofiorani "ricardofiorani (1 commits)")[![subdee](https://avatars.githubusercontent.com/u/1172323?v=4)](https://github.com/subdee "subdee (1 commits)")[![thebergamo](https://avatars.githubusercontent.com/u/1778730?v=4)](https://github.com/thebergamo "thebergamo (1 commits)")[![yanmandev](https://avatars.githubusercontent.com/u/8732054?v=4)](https://github.com/yanmandev "yanmandev (1 commits)")

### Embed Badge

![Health badge](/badges/yanpapayan-yii-dropzone/health.svg)

```
[![Health](https://phpackages.com/badges/yanpapayan-yii-dropzone/health.svg)](https://phpackages.com/packages/yanpapayan-yii-dropzone)
```

PHPackages © 2026

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