2017 © Pedro Peláez
 

library dynamodb-laravel

A service provider for laravel and dynamodb

image

amelia/dynamodb-laravel

A service provider for laravel and dynamodb

  • Tuesday, November 7, 2017
  • by amelia
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

DynamoDB Laravel Client

Installation

composer require amelia/dynamodb-laravel

If using Laravel 5.5 or higher, all you need to do is set the following environment variables:, (*1)

DYNAMODB_KEY=<aws access key>
DYNAMODB_SECRET=<aws secret key>
DYNAMODB_REGION=us-west-2
DYNAMODB_HASH_KEY=id
SESSION_TABLE=sessions

Local installations

If you're using a local AWS service like localstack you can set your AWS endpoint using:, (*2)

DYNAMODB_ENDPOINT=http://localhost:9001 # etc

Licence

BSD-3-Clause. See the LICENCE file for the full licence text., (*3)

The Versions

07/11 2017

dev-master

9999999-dev

A service provider for laravel and dynamodb

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Amelia Ikeda

07/11 2017

v1.0.0

1.0.0.0

A service provider for laravel and dynamodb

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Amelia Ikeda