PHPackages                             jovanialferez/yii2-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. jovanialferez/yii2-s3

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

jovanialferez/yii2-s3
=====================

An Amazon S3Client wrapper as Yii2 component

1.0(11y ago)72.9k8[1 issues](https://github.com/jovanialferez/yii2-s3/issues)MITPHP

Since Apr 23Pushed 10y ago4 watchersCompare

[ Source](https://github.com/jovanialferez/yii2-s3)[ Packagist](https://packagist.org/packages/jovanialferez/yii2-s3)[ Docs](https://github.com/jovanialferez/yii2-s3)[ RSS](/packages/jovanialferez-yii2-s3/feed)WikiDiscussions master Synced today

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

yii2-s3
=======

[](#yii2-s3)

An Amazon S3Client wrapper as Yii2 component.

**Usage**

```
return [
	// ...
	'components' => [
		'storage' => [
			'class' => '\jovanialferez\yii2s3\AmazonS3',
			'key' => 'AWS_ACCESS_KEY_ID',
			'secret' => 'AWS_SECRET_ACCESS_KEY',
			'bucket' => 'YOUR_BUCKET',
		],
		// ...
	],
];
```

You can then start using this component as:

```
$storage = \Yii::$app->storage;

// uploadFile() here returns the resulting S3 url of that file
$url = $storage->uploadFile('/path/to/file', 'unique_file_name');
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

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

4090d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/430434?v=4)[Ivan Djokic](/maintainers/jovani)[@Jovani](https://github.com/Jovani)

---

Top Contributors

[![jovanialferez](https://avatars.githubusercontent.com/u/1515234?v=4)](https://github.com/jovanialferez "jovanialferez (7 commits)")[![Sasha-Ch](https://avatars.githubusercontent.com/u/94524537?v=4)](https://github.com/Sasha-Ch "Sasha-Ch (1 commits)")

---

Tags

s3yii2yii2-s3yii2s3

### Embed Badge

![Health badge](/badges/jovanialferez-yii2-s3/health.svg)

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/packages/league-flysystem-aws-s3-v3)[frostealth/yii2-aws-s3

An Amazon S3 component for Yii2

92716.4k5](/packages/frostealth-yii2-aws-s3)[fedemotta/yii2-aws-sdk

This extension provides the AWS SDK integration for the Yii2 framework

15448.9k2](/packages/fedemotta-yii2-aws-sdk)

PHPackages © 2026

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