PHPackages                             platinumpixs/aws-symfony2-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. platinumpixs/aws-symfony2-bundle

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

platinumpixs/aws-symfony2-bundle
================================

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

1.3.0(10y ago)1274.3k5[4 issues](https://github.com/platinumpixs/aws-symfony2-bundle/issues)1Apache-2.0PHPPHP &gt;=5.5

Since Jul 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/platinumpixs/aws-symfony2-bundle)[ Packagist](https://packagist.org/packages/platinumpixs/aws-symfony2-bundle)[ Docs](https://github.com/platinumpixs/aws-symfony2-bundle)[ RSS](/packages/platinumpixs-aws-symfony2-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (1)

This Package Is No Longer Being Updated - Please See the One Provided By Amazon AWS Directly

AWS SDK 2 - Symfony 2 Bundle
============================

[](#aws-sdk-2---symfony-2-bundle)

[![Build Status](https://camo.githubusercontent.com/12bc49b1216a16980934fa5a783b96a8c8aaaf1f89eb008053fff1fb894a964c/68747470733a2f2f7472617669732d63692e6f72672f706c6174696e756d706978732f6177732d73796d666f6e79322d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/platinumpixs/aws-symfony2-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/144b6a98414cb29abb0b1be6b9766783780185ca562cdd25d5d49d7e72ea0084/68747470733a2f2f706f7365722e707567782e6f72672f706c6174696e756d706978732f6177732d73796d666f6e79322d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/platinumpixs/aws-symfony2-bundle) [![Total Downloads](https://camo.githubusercontent.com/e0ba3c2e5df0df6cb8d84f503174c0a3cc9a40cda23a18b41a2d1c2d6e4067f4/68747470733a2f2f706f7365722e707567782e6f72672f706c6174696e756d706978732f6177732d73796d666f6e79322d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/platinumpixs/aws-symfony2-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/40385eeb8dbbd3c5c2b27858d4d034723cc198c404b970cae485efcf5be823c9/68747470733a2f2f706f7365722e707567782e6f72672f706c6174696e756d706978732f6177732d73796d666f6e79322d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/platinumpixs/aws-symfony2-bundle) [![License](https://camo.githubusercontent.com/94624d8957efb3a2fe59f63bba1985810a68568c7d0e3e4655a1a6a565b84909/68747470733a2f2f706f7365722e707567782e6f72672f706c6174696e756d706978732f6177732d73796d666f6e79322d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/platinumpixs/aws-symfony2-bundle)

Provides a simple Symfony 2 Bundle to Wrap the AWS PHP SDK 2 -

Installing via Composer
-----------------------

[](#installing-via-composer)

This will install Version 3 of the SDK.

```
{
    "require": {
        "platinumpixs/aws-symfony2-bundle": "dev-master"
    }
}
```

If you want to stay on older Version 2 of the SDK.

```
{
    "require": {
        "platinumpixs/aws-symfony2-bundle": "1.2.0"
    }
}
```

Using and Setting Up
--------------------

[](#using-and-setting-up)

### autoload.php

[](#autoloadphp)

```
$loader->registerNamespaces(
  'PlatinumPixs'                  => __DIR__ . '/../vendor/platinumpixs'
)
```

### Kernel.php

[](#kernelphp)

```
public function registerBundles() {
  $bundles = array(
    new PlatinumPixs\Aws\PlatinumPixsAwsBundle()
  );
}
```

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('platinum_pixs_aws.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:

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

Then to access this setup call:

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~124 days

Total

4

Last Release

3930d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.7

1.3.0PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/249f3f666a57fd0bbb7ebd2da42b0bb7a3c72427d9359cd505bd0d5667466c5d?d=identicon)[pzorn](/maintainers/pzorn)

---

Top Contributors

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

---

Tags

symfonyamazons3sdkawsdynamodbec2symfony 2

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/platinumpixs-aws-symfony2-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/platinumpixs-aws-symfony2-bundle/health.svg)](https://phpackages.com/packages/platinumpixs-aws-symfony2-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)[fedemotta/yii2-aws-sdk

This extension provides the AWS SDK integration for the Yii2 framework

15430.4k2](/packages/fedemotta-yii2-aws-sdk)[iwai/aws-sdk-php-phalcon

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

224.3k](/packages/iwai-aws-sdk-php-phalcon)

PHPackages © 2026

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