PHPackages                             keygenqt/upload-s3 - 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. keygenqt/upload-s3

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

keygenqt/upload-s3
==================

Widget from form image ajax load.

019PHP

Since Feb 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/keygenqt/upload-s3)[ Packagist](https://packagist.org/packages/keygenqt/upload-s3)[ RSS](/packages/keygenqt-upload-s3/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

upload-s3
=========

[](#upload-s3)

Upload file to s3. Checked yii2 and yii1 (php 5.3)

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

[](#installation)

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

Either add

```
"require": {
    "keygenqt/upload-s3": "*"
}

```

of your `composer.json` file.

Latest Release
--------------

[](#latest-release)

The latest version of the module is v0.5.0 `BETA`.

Usage
-----

[](#usage)

Config:

```
'uploadS3' => [
    'class' => 'keygenqt\uploadS3\UploadS3',
    'key' => '...',
    'secret' => '...',
    'bucket' => '...',
    'static_url' => 'http://domen.com/', (optional)
]
```

Upload:

```
public function uploadIcon($path, $name)
{
    if(($url = Yii::$app->uploadS3->upload($path, $name)) !== false) {
        return $url;
    }
    return false;
}
```

License
-------

[](#license)

**upload-s3** is released under the BSD 3-Clause License. See the bundled `LICENSE.md` for details.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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/caeb1b1bfd81d9317b8317e13ff3bb8e89189e97efb42aa73a3af10f17878605?d=identicon)[keygenqt](/maintainers/keygenqt)

---

Top Contributors

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

---

Tags

extensionsyii1yii2

### Embed Badge

![Health badge](/badges/keygenqt-upload-s3/health.svg)

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

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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