PHPackages                             webfactory/aws-sdk2-bundle - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. webfactory/aws-sdk2-bundle

AbandonedLibrary[File &amp; Storage](/categories/file-storage)

webfactory/aws-sdk2-bundle
==========================

A simple Symfony (2.x, 3.x and beyond) bundle for including the AWS SDK v2.x

0.1.1(7y ago)0116Apache-2.0PHPPHP &gt;=5.5CI failing

Since Sep 7Pushed 7y ago3 watchersCompare

[ Source](https://github.com/webfactory/WebfactoryAwsSdk2Bundle)[ Packagist](https://packagist.org/packages/webfactory/aws-sdk2-bundle)[ Docs](https://github.com/webfactory/WebfactoryAwsSdk2Bundle)[ RSS](/packages/webfactory-aws-sdk2-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

WebfactoryAwsSdk2Bundle
=======================

[](#webfactoryawssdk2bundle)

[![Build Status](https://camo.githubusercontent.com/d23e1cfea81fdc859ce1b16899b9580054b3cf50703b467d464b4d4e28350269/68747470733a2f2f7472617669732d63692e6f72672f776562666163746f72792f576562666163746f727941777353646b3242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/webfactory/WebfactoryAwsSdk2Bundle)

Provides a simple Symfony Bundle to wrap the [AWS PHP SDK v2.x](https://github.com/aws/aws-sdk-php).

This is a fork of the original [platinumpixs/aws-symfony2-bundle](https://github.com/platinumpixs/aws-symfony2-bundle)that we created to also allow the use of Symfony 3.x and above. Additionally, we've tried to limit Composer dependencies to something more specific than using the whole `symfony/symfony` stack.

Usage
-----

[](#usage)

The code calls \\Aws\\Common\\Aws::factory(), which setups the ability to call all the services provided by the library.

There is a base class always setup under:

```
$this->get('webfactory_aws_sdk2.default');
```

This will call the factory method with blank config values

To provide custom setup for access, secret keys. Add a config options in your config.yml, like:

```
webfactory_aws_sdk2:
    base:
        region: us-east-1
        key: my-access-key
        secret: my-secret-key
```

Then to access this setup call:

```
$this->get('webfactory_aws_sdk2.base');
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.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 ~2 days

Total

2

Last Release

2799d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4ed0a0f5a1c56f7df31bb8c854a2ad99d24281dc8df4b4d3dd986a9e84b7a24?d=identicon)[webfactory](/maintainers/webfactory)

---

Top Contributors

[![pzorn](https://avatars.githubusercontent.com/u/159690?v=4)](https://github.com/pzorn "pzorn (33 commits)")[![mpdude](https://avatars.githubusercontent.com/u/1202333?v=4)](https://github.com/mpdude "mpdude (7 commits)")

---

Tags

symfonyamazons3sdkawsdynamodbec2sdk v2

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/webfactory-aws-sdk2-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/webfactory-aws-sdk2-bundle/health.svg)](https://phpackages.com/packages/webfactory-aws-sdk2-bundle)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k511.3M2.2k](/packages/aws-aws-sdk-php)[aws/aws-sdk-php-laravel

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

1.7k35.6M74](/packages/aws-aws-sdk-php-laravel)[aws/aws-sdk-php-resources

A resource-oriented API for interacting with AWS services

1381.8M10](/packages/aws-aws-sdk-php-resources)[aws/aws-sdk-php-silex

A simple Silex service provider for including the AWS SDK for PHP.

84624.6k2](/packages/aws-aws-sdk-php-silex)[platinumpixs/aws-symfony2-bundle

A simple Symfony 2 bundle for including the AWS SDK for PHP.

1274.3k1](/packages/platinumpixs-aws-symfony2-bundle)[fedemotta/yii2-aws-sdk

This extension provides the AWS SDK integration for the Yii2 framework

15430.4k2](/packages/fedemotta-yii2-aws-sdk)

PHPackages © 2026

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