PHPackages                             lelivrescolaire/aws-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. [HTTP &amp; Networking](/categories/http)
4. /
5. lelivrescolaire/aws-bundle

ArchivedLibrary[HTTP &amp; Networking](/categories/http)

lelivrescolaire/aws-bundle
==========================

Communicate with your AWS infrastructure from inside your Symfony 2 application

09.4kPHP

Since Feb 23Pushed 10y ago16 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

[![LeLivreScolaire](https://camo.githubusercontent.com/ceeb953c1f6058048ecae86fb7859f49fed0c8e06a71483ae7b61a42b9a2af59/687474703a2f2f68323031302e6173736f63696174696f6e6865632e636f6d2f696d616765732f6e6577732f6c6f676f2d6f6666696369656c2d6a7065672e6a7067)](http://www.lelivrescolaire.fr)

*AWS Bundle* [![Build Status](https://camo.githubusercontent.com/afadcb8d8776193657a8a01a827b79ba3f382c0a8daecf177ab5ba2a063b4cc5/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6c656c6976726573636f6c616972652f41575342756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/lelivrescolaire/AWSBundle) [![Coverage Status](https://camo.githubusercontent.com/981aef019a20ae30d30abf0372402abcdc6c02b0c9148431cbd3312d7041b915/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6c656c6976726573636f6c616972652f41575342756e646c652f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/lelivrescolaire/AWSBundle?branch=master)
=======================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#aws-bundle--)

Communicate with your AWS infrastructure from inside your Symfony 2 application.

Features
--------

[](#features)

- Handle multiple AWS Identities
- Fit your need by installing services extensions

Documentation
-------------

[](#documentation)

### Installation

[](#installation)

```
$ composer require "lelivrescolaire/aws-bundle:dev-master"
```

AppKernel:

```
public function registerBundles()
{
    $bundles = array(
        new LLS\Bundle\AWSBundle\LLSAWSBundle()
    );
}
```

### Configuration reference

[](#configuration-reference)

```
llsaws:
    config_auto_discovery: false
    identities:
        lls_sqs_user:
            type:   user
            fields:
                key:    %aws_key%
                secret: %aws_secret%
    services:
        lls_sqs:
            type: sqs
            identity: lls_sqs_user
```

Read more documentation [here](./Resources/doc/index.md)

Contribution
------------

[](#contribution)

Feel free to send us [Pull Requests](https://github.com/lelivrescolaire/AWSBundle/compare) and [Issues](https://github.com/lelivrescolaire/AWSBundle/issues/new) with your fixs and features.

Run test
--------

[](#run-test)

### Unit tests

[](#unit-tests)

```
$ ./bin/atoum
```

### Coding standards

[](#coding-standards)

```
$ ./bin/coke
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/503767b37485be4af79730c03e2299247c2d72a609027ccf6aebb69613a1950d?d=identicon)[lelivrescolaire](/maintainers/lelivrescolaire)

---

Top Contributors

[![pand-app](https://avatars.githubusercontent.com/u/1492215?v=4)](https://github.com/pand-app "pand-app (2 commits)")

### Embed Badge

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

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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