PHPackages                             johnproza/yii2-file-upload - 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. johnproza/yii2-file-upload

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

johnproza/yii2-file-upload
==========================

Files uploader

03[11 PRs](https://github.com/johnproza/yii2-file-upload/pulls)JavaScript

Since May 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/johnproza/yii2-file-upload)[ Packagist](https://packagist.org/packages/johnproza/yii2-file-upload)[ RSS](/packages/johnproza-yii2-file-upload/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (12)Used By (0)

Files upload extension for yii2
===============================

[](#files-upload-extension-for-yii2)

Files upload extension for yii2.

This is extension, which helps to upload files in backend

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist johnproza/yii2-file-upload "*"

```

or add

```
"johnproza/yii2-file-upload" : "*"

```

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

Module setup
------------

[](#module-setup)

Insert into your config file

```
'modules' => [
    'file' => [
        'class' => 'oboom\fileupload\Module',
        'uploadFolder' => '/home/somepath/frontend/web/uploads/files', // path to root file folder
        'extension'=>['jpg','png','jpeg','gif','svg'], //  available extensions of files
        'lang'=>"ru" // change frontend lang  (ru || en)
    ],
]
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ab1027b4903c5e27561899adbf69023d374569070b75ed5b4d815f3b5a5c90b?d=identicon)[proza](/maintainers/proza)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/johnproza-yii2-file-upload/health.svg)

```
[![Health](https://phpackages.com/badges/johnproza-yii2-file-upload/health.svg)](https://phpackages.com/packages/johnproza-yii2-file-upload)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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