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

ActiveLibrary

darlinkster/aws-wrappers
========================

Wrappers for AWS SDK

v2.12.2(5y ago)021711MITPHP

Since Dec 29Pushed 5y agoCompare

[ Source](https://github.com/Darlinkster/php-aws-wrappers)[ Packagist](https://packagist.org/packages/darlinkster/aws-wrappers)[ RSS](/packages/darlinkster-aws-wrappers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (63)Used By (1)

darlinkster/aws-wrappers
========================

[](#darlinksteraws-wrappers)

The darlinkster/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.

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

[](#installation)

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

```
composer require darlinkster/aws-wrappers
```

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

[](#prerequisite)

#### Credentials

[](#credentials)

Because darlinkster/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/SnsPublisher.md)
- [Redshift import/export](docs/Redshift.md)
- [S3](docs/S3Client.md)
- [SQS](docs/SQS.md)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 93.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 ~28 days

Recently: every ~179 days

Total

60

Last Release

2134d ago

Major Versions

v1.7.1 → v2.0.02017-01-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/103884691cf6ab181bd0ba91d7413a36c82a217a12192a078491a84fc838a29d?d=identicon)[Darlinkster](/maintainers/Darlinkster)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M789](/packages/league-flysystem-aws-s3-v3)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[humanmade/s3-uploads

WordPress plugin to store uploads on S3

2.1k2.4M9](/packages/humanmade-s3-uploads)[bref/laravel-bridge

An advanced Laravel integration for Bref, including Octane support.

3384.1M11](/packages/bref-laravel-bridge)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)

PHPackages © 2026

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