2017 © Pedro Peláez
 

library dynamo-session-handler-bundle

A simple Symfony2 bundle to wrap the AWS SDK for PHP DynamoDB Session Handler

image

lightmaker/dynamo-session-handler-bundle

A simple Symfony2 bundle to wrap the AWS SDK for PHP DynamoDB Session Handler

  • Wednesday, January 6, 2016
  • by gregholland
  • Repository
  • 8 Watchers
  • 1 Stars
  • 4,071 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

DynamoSessionHandlerBundle

Build Status Code Coverage Scrutinizer Code Quality SensioLabsInsight Latest Stable Version Total Downloads, (*1)

A simple Symfony2 bundle to wrap the AWS SDK for PHP DynamoDB Session Handler for easy use in your Symfony >2.1 application., (*2)

For more info see: http://docs.aws.amazon.com/aws-sdk-php/guide/latest/feature-dynamodb-session-handler.html, (*3)

Installation

Add to Composer

Add the following to your projects composer.json, (*4)

{
    "require": {
        "lightmaker/dynamo-session-handler-bundle": "1.0.*"
    }
}

composer.phar update, (*5)

Update your Kernel

# AppKernel.php
public function registerBundles() {
  $bundles = array(
    new Lightmaker\DynamoSessionHandlerBundle\LightmakerDynamoSessionHandlerBundle()
  );
}

Add optional configuration

See the official AWS SDK for PHP DynamoDB Session Handler docs for more info on configuration: http://docs.aws.amazon.com/aws-sdk-php/guide/latest/feature-dynamodb-session-handler.html#configuration, (*6)

# app/config/config.yml
lightmaker_dynamo_session_handler:
    table_name:
    hash_key:
    session_lifetime:
    consistent_read:
    locking_strategy:
    automatic_gc:
    gc_batch_size:
    gc_operation_delay:
    max_lock_wait_time:
    min_lock_retry_microtime:
    max_lock_retry_microtime:

Set the Symfony framework config to use the DynamoDB Session Handler

# app/config/config.yml
framework:
    session:
        handler_id: dynamoSessionHandler

The Versions

06/01 2016

dev-master

9999999-dev https://github.com/LightmakerCanada/DynamoSessionHandlerBundle

A simple Symfony2 bundle to wrap the AWS SDK for PHP DynamoDB Session Handler

  Sources   Download

MIT

The Requires

 

symfony2 symfony aws session dynamodb dynamo

06/01 2016

1.2.1

1.2.1.0 https://github.com/LightmakerCanada/DynamoSessionHandlerBundle

A simple Symfony2 bundle to wrap the AWS SDK for PHP DynamoDB Session Handler

  Sources   Download

MIT

The Requires

 

symfony2 symfony aws session dynamodb dynamo

02/03 2015

1.2.0

1.2.0.0 https://github.com/LightmakerCanada/DynamoSessionHandlerBundle

A simple Symfony2 bundle to wrap the AWS SDK for PHP DynamoDB Session Handler

  Sources   Download

MIT

The Requires

 

symfony2 symfony aws session dynamodb dynamo

02/03 2015

1.1.0

1.1.0.0 https://github.com/LightmakerCanada/DynamoSessionHandlerBundle

A simple Symfony2 bundle to wrap the AWS SDK for PHP DynamoDB Session Handler

  Sources   Download

MIT

The Requires

 

symfony2 symfony aws session dynamodb dynamo

22/10 2014

1.0.0

1.0.0.0 https://github.com/LightmakerCanada/DynamoSessionHandlerBundle

A simple Symfony2 bundle to wrap the AWS SDK for PHP DynamoDB Session Handler

  Sources   Download

MIT

The Requires

 

symfony2 symfony aws session dynamodb dynamo