PHPackages                             oasis/aws-wrappers - 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. oasis/aws-wrappers

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

oasis/aws-wrappers
==================

Wrappers for AWS SDK

v3.0.4(1mo ago)312.3k↓89.6%6[3 PRs](https://github.com/oasmobile/php-aws-wrappers/pulls)5MITPHPPHP &gt;=8.5

Since Dec 29Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/oasmobile/php-aws-wrappers)[ Packagist](https://packagist.org/packages/oasis/aws-wrappers)[ RSS](/packages/oasis-aws-wrappers/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (15)Versions (68)Used By (5)

oasis/aws-wrappers
==================

[](#oasisaws-wrappers)

The oasis/aws-wrappers component provides a collection of object oriented warppers for Amazon's official [aws/aws-php-sdk](https://github.com/aws/aws-sdk-php/ "Official Repository").

Features
--------

[](#features)

- Only a limited number of widely used AWS services are wrapped.
- One purpose of using the wrapper class is to avoid having to remember too many string constants in AWS SDK.
- The wrapper classes provides simple-and-clear interface by sacrificing many advnaced feature of the original SDK.
- The wrapper classes are extendable, and it is appreciated if you can help extend the wrappers' functionalities.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.5

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

[](#installation)

The oasis/aws-wrappers is an open-source component available at `packagist.org`. To require the package, try the following in your project directory:

```
composer require oasis/aws-wrappers
```

Prerequisite
------------

[](#prerequisite)

#### Credentials

[](#credentials)

Because oasis/aws-wrappers is only a wrapper on top of [aws/aws-php-sdk](https://github.com/aws/aws-sdk-php/ "Official Repository"), it relies on the official SDK to authenticate client credentials. Please refer to the [official documentation](http://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/credentials.html "Official Documentation") to find out how you specify credentials to the SDK

The most commonly used credential supplying method is to use the **Profile**. You will need to setup a correct AWS profile as instructed below:

Please prepare your `~/.aws/credentials` file with permission 600 and content like below:

```
[tester]
aws_access_key_id =
aws_secret_access_key =
```

After that, you can specify the profile name when constructing a wrapped client object, e.g. `"profile" => "tester"`

> **NOTE**: you may also use the `"credentials"` parameter to make use of other authentication/authorization methods

> **NOTE**: if your project runs on an EC2 server and use the IAM role of the EC2 server as authentication method, you can specify `"iamrole" => true` instead of giving `"profile"` or `"credentials"`

#### Policy Permission

[](#policy-permission)

When using AWS SDK, one thing that is overlooked most of the time is the policy permission. You will have to visit the AWS IAM console to attach correct policy to your IAM account used in the profile setup. Detailed discussion on how to setup a correct policy using policy generator can be found [here](http://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html#access_policies_create-generator).

Service Wrappers
----------------

[](#service-wrappers)

- [DynamoDB](docs/DynamoDB.md)
- [SNS](docs/SNS.md)
- [Redshift import/export](docs/Redshift.md)
- [S3](docs/S3.md)
- [SQS](docs/SQS.md)

###  Health Score

62

—

FairBetter than 99% of packages

Maintenance90

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity95

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 95.8% 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 ~62 days

Recently: every ~0 days

Total

62

Last Release

52d ago

Major Versions

v1.7.1 → v2.0.02017-01-06

v2.11.1 → v3.0.02026-05-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d3f8d2ee766764d8a377c91eea457b7089bbf7e90b2cec151e8095ed1b129bc?d=identicon)[no7mks](/maintainers/no7mks)

---

Top Contributors

[![no7mks](https://avatars.githubusercontent.com/u/1235585?v=4)](https://github.com/no7mks "no7mks (115 commits)")[![zhangxuchang](https://avatars.githubusercontent.com/u/9128453?v=4)](https://github.com/zhangxuchang "zhangxuchang (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/oasis-aws-wrappers/health.svg)

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

###  Alternatives

[akeneo/pim-community-dev

Akeneo PIM, the future of catalog management is open!

1.0k620.8k86](/packages/akeneo-pim-community-dev)[azuracast/azuracast

The AzuraCast self-hosted web radio station management suite.

3.9k27.8k](/packages/azuracast-azuracast)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M514](/packages/shopware-core)[oat-sa/generis

TAO generis library

10144.6k109](/packages/oat-sa-generis)

PHPackages © 2026

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