PHPackages                             darlinkster/php-dynamodb-odm - 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. darlinkster/php-dynamodb-odm

ActiveLibrary

darlinkster/php-dynamodb-odm
============================

ODM for dynamodb

v0.7.4(5y ago)02181MITPHPPHP ^7.1.3

Since Sep 9Pushed 5y agoCompare

[ Source](https://github.com/Darlinkster/php-dynamodb-odm)[ Packagist](https://packagist.org/packages/darlinkster/php-dynamodb-odm)[ RSS](/packages/darlinkster-php-dynamodb-odm/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (7)Dependencies (7)Versions (54)Used By (0)

Object Data Mapping component for DynamoDb
==========================================

[](#object-data-mapping-component-for-dynamodb)

The darlinkster/dynamodb-odm is an ODM (object data mapping) library for easy use of AWS' powerful key-value database: DynamoDb.

> **NOTE**: this document assumes you have some understanding of what DynamoDB is and the difference between DynamoDB and traditional RDBMS (e.g. MySQL). Some terms and ideas discussed in this document are DynamoDB specific and will not be explained in this documentation. To study DynamoDB, please refer to the [official dev guide](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide)

Installation &amp; Configuration
--------------------------------

[](#installation--configuration)

To get darlinkster/dynamodb-odm, you can simple require it via `composer`:

```
$ composer require darlinkster/dynamodb-odm
```

### Class Loading

[](#class-loading)

Autoloading for DynamoDb ODM is taken care of by `composer`. You just need to include the composer autoload file in your project:

```
