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

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

alkurn/yii2-upload
==================

Yii2 helper for creating and upload file or files

v1.0.10(7y ago)18571MITPHP

Since Jan 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/alkurn/yii2-upload)[ Packagist](https://packagist.org/packages/alkurn/yii2-upload)[ RSS](/packages/alkurn-yii2-upload/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Thumbnail Image Helper for Yii2
===============================

[](#thumbnail-image-helper-for-yii2)

Yii2 helper for creating and caching thumbnails on real time.

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

[](#installation)

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

- Either run

```
php composer.phar require --prefer-dist alkurn/yii2-upload "dev-master"

```

or add

```
"alkurn/yii2-upload" : "*"
```

to the require section of your application's `composer.json` file.

- Add a new component in `components` section of your application's configuration file (optional), for example:

```
'components' => [
    'upload' => [
                'class' =>'alkurn\upload\Upload',
                'uploadsAlias' => Yii::getAlias('@storage/'),
                'uploadsModel' => CoreMedia::class,
            ],
]
```

and in `bootstrap` section, for example:

```
'bootstrap' => ['log', 'thumbnail', 'upload'],
```

It is necessary if you want to set global helper's settings for the application.

Usage
-----

[](#usage)

For example:

```
use alkurn\upload\Upload;

$image = Yii::$app->upload->upload('image', $model);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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

Every ~0 days

Total

2

Last Release

2678d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/485ae3b1c7496e2d8d100c7c12274e3e7d490afc132ef1b3a2b2a30f10727e1e?d=identicon)[gmankar](/maintainers/gmankar)

---

Top Contributors

[![TechAlkurn](https://avatars.githubusercontent.com/u/56467158?v=4)](https://github.com/TechAlkurn "TechAlkurn (4 commits)")[![grmankar](https://avatars.githubusercontent.com/u/10545660?v=4)](https://github.com/grmankar "grmankar (2 commits)")[![mganeshalkurn](https://avatars.githubusercontent.com/u/68955804?v=4)](https://github.com/mganeshalkurn "mganeshalkurn (2 commits)")

---

Tags

helperuploadyii2

### Embed Badge

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

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

###  Alternatives

[devgroup/yii2-dropzone

Yii2 Dropzone widget

1051.6k1](/packages/devgroup-yii2-dropzone)[liyunfang/yii2-upload-behavior

Upload behavior for Yii 2

161.7k](/packages/liyunfang-yii2-upload-behavior)

PHPackages © 2026

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