LaravelPackages.net
Acme Inc.
Toggle sidebar
amelia/dynamodb-laravel

A service provider for laravel and dynamodb

16
0
v1.0.0
About amelia/dynamodb-laravel

amelia/dynamodb-laravel is a Laravel package for a service provider for laravel and dynamodb. It currently has 0 GitHub stars and 16 downloads on Packagist (latest version v1.0.0). Install it with composer require amelia/dynamodb-laravel. Discover more Laravel packages by amelia or browse all Laravel packages to compare alternatives.

Last updated

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:

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:

DYNAMODB_ENDPOINT=http://localhost:9001 # etc

Licence

BSD-3-Clause. See the LICENCE file for the full licence text.

Comments