PHPackages                             fakhrinf/yii2-aws - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fakhrinf/yii2-aws

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

fakhrinf/yii2-aws
=================

wrapper for yii aws

02PHP

Since Aug 26Pushed 5y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii 2 Aws wrapper
=================

[](#yii-2-aws-wrapper)

wrapper for yii aws

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist bryglen/yii2-aws "*"

```

or add

```
"bryglen/yii2-aws": "*"

```

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

in your main.php, your configuration would look like this

```
'components' => [
	'aws' => [
		'class' => 'bryglen\aws\BaseAws',
		'key' => 'your_key',
		'secret' => 'your_secret',
		'region' => 'your_region',
		// optional config file
		//'configFile' => require_once('/path/to/aws.config.php'),
	]
]
```

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
/* @var $aws \bryglen\aws\BaseAws */
$aws = Yii::$app->aws;
$s3 = $aws->get('s3');
$s3->putObject(.....)

$ses = $aws->get('ses');
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6567448?v=4)[Fakhri Nurfauzan](/maintainers/fakhrinf)[@fakhrinf](https://github.com/fakhrinf)

---

Top Contributors

[![bryglen](https://avatars.githubusercontent.com/u/875604?v=4)](https://github.com/bryglen "bryglen (2 commits)")[![fakhrinf](https://avatars.githubusercontent.com/u/6567448?v=4)](https://github.com/fakhrinf "fakhrinf (2 commits)")

### Embed Badge

![Health badge](/badges/fakhrinf-yii2-aws/health.svg)

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

###  Alternatives

[kbs1/laravel-abbreviations

Abbreviations / acronyms support for your app.

1018.6k](/packages/kbs1-laravel-abbreviations)

PHPackages © 2026

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