PHPackages                             zeliard91/dynamodb-connector-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. zeliard91/dynamodb-connector-bundle

ActiveSymfony-bundle

zeliard91/dynamodb-connector-bundle
===================================

Symfony 2 DynamoDB connexion service designed to work with cpliakas/dynamo-db-odm

2341PHP

Since Sep 6Pushed 11y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Zeliard91DynamoDBConnectorBundle
================================

[](#zeliard91dynamodbconnectorbundle)

This bundle provides a symfony 2 service to interact with [cpliakas/dynamo-db-odm](https://github.com/cpliakas/dynamo-db-odm).

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

[](#installation)

Installation is a quick 3 step process:

1. Download Zeliard91DynamoDBConnectorBundle using composer
2. Enable the Bundle
3. Configure your application's config.yml

### Step 1: Download Zeliard91DynamoDBConnectorBundle using composer

[](#step-1-download-zeliard91dynamodbconnectorbundle-using-composer)

Add Zeliard91DynamoDBConnectorBundle in your composer.json:

```
{
    "require": {
        "zeliard91/dynamodb-connector-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update zeliard91/dynamodb-connector-bundle
```

Composer will install the bundle to your project's `vendor/zeliard91/dynamodb-connector-bundle` directory.

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
