PHPackages                             awayr/aws-man - 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. awayr/aws-man

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

awayr/aws-man
=============

Yii2 AWS Manager, An AWS APIs based wrapper built as Yii2 component. An extension to the AWS SDK for PHP for interacting with AWS services using resource-oriented objects.

0108PHP

Since Sep 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/awayr-sudo/Yii2-AWS-Manager)[ Packagist](https://packagist.org/packages/awayr/aws-man)[ RSS](/packages/awayr-aws-man/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [ ![](https://avatars.githubusercontent.com/u/55288049) ](https://github.com/awayr-sudo)

Cashier Extension for Yii 2 (Ported By Famous Yii2 Cashier \[yii2mod/cashier\]). Implemented with Latest Updates.
=================================================================================================================

[](#cashier-extension-for-yii-2-ported-by-famous-yii2-cashier-yii2modcashier-implemented-with-latest-updates)

Yii2 AWS Manager
================

[](#yii2-aws-manager)

Yii2 AWS Manager, An AWS Resource APIs based wrapper built as Yii2 component. An extension to the AWS SDK for PHP for interacting with AWS services using resource-oriented objects.

Support
-------

[](#support)

The AWS Resource APIs currently supports 7 services (cloudformation, ec2, glacier, iam, s3, sns, sqs).

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist awayr/aws-man "*"

```

or add

```
"awayr/aws-man": "*"

```

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

Usage
-----

[](#usage)

### 1. Configuration

[](#1-configuration)

Once the extension is installed, locate main.php file and setup configurations below:

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

after adding the configuration, simply use it in your code by :

```
/* @var $aws awayr\aws-man\Base */
$aws = Yii::$app->aws;
$s3 = $aws->s3(['region' => 'eu-central-1']);
$bucket = $aws->s3->bucket('my-bucket');
$object = $bucket->object('image/bird.jpg');
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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/86c1176f167c359f2dedff815a30ad62930f6bd9cf0cac8ca410adba15264135?d=identicon)[awayr](/maintainers/awayr)

---

Top Contributors

[![awayr-sudo](https://avatars.githubusercontent.com/u/55288049?v=4)](https://github.com/awayr-sudo "awayr-sudo (5 commits)")

### Embed Badge

![Health badge](/badges/awayr-aws-man/health.svg)

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

###  Alternatives

[astrotomic/laravel-unavatar

Laravel integration of unavatar service.

297.9k](/packages/astrotomic-laravel-unavatar)[diego-ninja/sentinel

A content moderation and sentiment analysis library for Laravel 10+

384.3k](/packages/diego-ninja-sentinel)[olegkoval/php-user-info

Get information about user which visited page of your website

291.8k](/packages/olegkoval-php-user-info)[tatter/workflows

Job task control through dynamic workflows, for CodeIgniter 4

221.6k](/packages/tatter-workflows)

PHPackages © 2026

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