PHPackages                             pluginscart/dynamodb-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pluginscart/dynamodb-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pluginscart/dynamodb-php
========================

Access AWS DynamoDB through simpler interface in PHP.

1.0.1(7y ago)1114.0k↓33.3%10[2 PRs](https://github.com/pluginscart/dynamodb-php/pulls)MITPHP

Since Mar 12Pushed 5y ago3 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

dynamodb-php-wrapper
====================

[](#dynamodb-php-wrapper)

Access AWS DynamoDB through simpler interface in PHP

This module, dynamodb-php-wrapper, allows you to access DynamoDB more easily through interfaces shown below.

Each interface is just a wrapper, so accepts same arguments original one does and you can get that information from [the document](http://docs.aws.amazon.com/amazondynamodb/latest/APIReference//Welcome.html) provided by AWS if needed.

This section assumes that:

- There is a table 'User', which has hash key 'UserId' as Number.
- There is a table 'Friend', which has hash key 'UserId' as Number and range key 'FriendUserId' as Number.

init
----

[](#init)

First of all, DynamoDBWrapper needs to be instantiated like this:

```
