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

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

kenreilly/yii2-s3
=================

An Amazon S3Client wrapper as Yii2 component

1.2(8y ago)068MITPHP

Since Apr 23Pushed 8y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (5)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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

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

Every ~334 days

Total

4

Last Release

3083d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6351983?v=4)[Ken Reilly](/maintainers/kenreilly)[@kenreilly](https://github.com/kenreilly)

---

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/kenreilly-yii2-s3/health.svg)

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

###  Alternatives

[frostealth/yii2-aws-s3

An Amazon S3 component for Yii2

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

This extension provides the AWS SDK integration for the Yii2 framework

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

PHPackages © 2026

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