PHPackages                             lelivrescolaire/dynamodb-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. [Database &amp; ORM](/categories/database)
4. /
5. lelivrescolaire/dynamodb-bundle

ArchivedLibrary[Database &amp; ORM](/categories/database)

lelivrescolaire/dynamodb-bundle
===============================

Communicate with a DynamoDB instance from inside your symfony 2 application.

15.5kPHP

Since Jan 29Pushed 9y ago15 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

[![LeLivreScolaire](https://camo.githubusercontent.com/3d58b2bb8c35a037b9dba2367fb2eb8881b0c51677f761e157f6c22deebf2ecc/687474703a2f2f70726f66706f7765722e6c656c6976726573636f6c616972652e66722f77702d636f6e74656e742f75706c6f6164732f323031362f30322f4c4f475f4c4c535f466c61742d434d4a4e2d3330306470692d7472616e73706172656e742e706e67)](http://www.lelivrescolaire.fr)

*DynamoDB Bundle* [![Build Status](https://camo.githubusercontent.com/aa19bde3dde161df47dfba95593d839c2579220f2d5db840179ad8b4af336249/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6c656c6976726573636f6c616972652f4d6f6e6f6c6f67457874726142756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/lelivrescolaire/DynamoDBBundle) [![Coverage Status](https://camo.githubusercontent.com/d7e4d2e3eb365a9d021d1ccc0473db76b7efae4e5bbe2e33ea4e05b7f1f83e56/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6c656c6976726573636f6c616972652f4d6f6e6f6c6f67457874726142756e646c652f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/lelivrescolaire/DynamoDBBundle?branch=master)
==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#dynamodb-bundle--)

Use AWS DynamoDB NoSQL database from inside your Symfony 2 application.

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

[](#installation)

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

AppKernel:

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

Configuration reference
-----------------------

[](#configuration-reference)

```
llsaws:
    identities:
        my_identity:                        # Arbitrary Identity service name
            type: user                      # Identity type name (factory alias)
            fields:                         # Identity fields
                key: ''
                secret: ''
    services:
        my_dynamodb:
            type:     dynamodb
            identity: my_identity

# Handle sessions with DynamoDB

services:
    session.handler.dynamodb:
        class:     LLS\Bundle\DynamoDBBundle\Session\Storage\Handler\DynamoDBSessionHandler
        arguments:
            - @llsaws.services.my_dynamodb              # Auto generated service
```

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

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

[](#contribution)

Feel free to send us [Pull Requests](https://github.com/lelivrescolaire/DynamoDBBundle/compare) and [Issues](https://github.com/lelivrescolaire/DynamoDBBundle/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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

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

[![Feawel](https://avatars.githubusercontent.com/u/2606657?v=4)](https://github.com/Feawel "Feawel (2 commits)")

### Embed Badge

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

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

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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