PHPackages                             bf-dsf/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. [Database &amp; ORM](/categories/database)
4. /
5. bf-dsf/php-dynamodb-odm

ActiveLibrary[Database &amp; ORM](/categories/database)

bf-dsf/php-dynamodb-odm
=======================

PHP ODM for dynamodb

v0.8.4(3y ago)0114.2k1MITPHPPHP ^7.1|^8.0

Since Sep 9Pushed 3y agoCompare

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

READMEChangelog (10)Dependencies (5)Versions (78)Used By (0)

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

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

The bf-dsf/php-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 bf-dsf/php-dynamodb-odm, you can simple require it via `composer`:

```
$ composer require bf-dsf/php-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:

```
