PHPackages                             zodimo/yii-aws-sdk - 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. zodimo/yii-aws-sdk

ActiveYii-component[Utility &amp; Helpers](/categories/utility)

zodimo/yii-aws-sdk
==================

An AWS SDK Wrapper

1.0(7y ago)0242MITPHPPHP &gt;=5.5

Since Aug 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/zodimo/yii-aws-sdk)[ Packagist](https://packagist.org/packages/zodimo/yii-aws-sdk)[ Docs](https://github.com/zodimo/yii-aws-sdk)[ RSS](/packages/zodimo-yii-aws-sdk/feed)WikiDiscussions master Synced today

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

yii-aws-sdk
===========

[](#yii-aws-sdk)

AWS SDK for PHP 3.x wrapper for yii 1.1

install:

//todo

config :

```
Yii::setPathOfAlias('zodimo', dirname(__FILE__).'/../../../vendor/zodimo');

'components'=>array(
    //..
    'awsSdk'=>array(
        'class'=>'zodimo.yii-aws-sdk.AwsSdk',
        'sharedConfig'=>array(
            'region'  => 'us-east-2',
            'version' => 'latest',
            'credentials' => array(
                'key' => 'your-aws-key',
                'secret' => 'your-aws-secret',
            ),
        ),
        'serviceConfig'=>array(
            //Service specific config
            'S3'=>array(
                'region'  => 'us-east-2',
                'credentials' => array(
                    'key' => 'your-aws-key',
                    'secret' => 'your-aws-secret',
                ),
            ),
        ),

    ),
    //..
)
```

usage :

```
 $s3Client =yii::app()->awsSdk->createS3();
 //create bucket
 $s3Client->createBucket('BucketExists',['Bucket' => $bucket_name]);
 $s3Client->waitUntil(
     'BucketExists',
     array(
         'Bucket' => $bucket_name,
         '@waiter' => [
             'delay'       => 3,
             'maxAttempts' => 10
         ]
 ));
 $response = $s3Client->listBuckets();
 foreach ($response['Buckets'] as $bucket){
    //Do stuff
 }

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2813d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/974fe308f88a3b3c45b3e50fe558f9f15d04f46587fdd45e074c9aa19e7a64c9?d=identicon)[zodimo](/maintainers/zodimo)

---

Top Contributors

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

---

Tags

awsyiiyii-aws-sdk

### Embed Badge

![Health badge](/badges/zodimo-yii-aws-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/zodimo-yii-aws-sdk/health.svg)](https://phpackages.com/packages/zodimo-yii-aws-sdk)
```

###  Alternatives

[aws/aws-sdk-php-symfony

A Symfony bundle for v3 of the AWS SDK for PHP

36517.7M22](/packages/aws-aws-sdk-php-symfony)[dumpk/elastcoder

AWS Elastic Transcoder Service Integration

2819.7k](/packages/dumpk-elastcoder)[pluginscart/dynamodb-php

Access AWS DynamoDB through simpler interface in PHP.

1114.0k](/packages/pluginscart-dynamodb-php)

PHPackages © 2026

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