PHPackages                             eoko/odm-driver-dynamo-db - 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. eoko/odm-driver-dynamo-db

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

eoko/odm-driver-dynamo-db
=========================

DynamoDB driver for Eoko ODM

1229PHP

Since Dec 3Pushed 10y ago3 watchersCompare

[ Source](https://github.com/eoko/odm-driver-dynamodb)[ Packagist](https://packagist.org/packages/eoko/odm-driver-dynamo-db)[ RSS](/packages/eoko-odm-driver-dynamo-db/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

dynamodb-odm
============

[](#dynamodb-odm)

[![Build Status](https://camo.githubusercontent.com/2e7ba8c24088ca0c306c0671c03dd251a2de925d2842035c0e70cf702c9cab12/68747470733a2f2f7472617669732d63692e6f72672f656f6b6f2f6f646d2d6472697665722d64796e616d6f64622e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/eoko/odm-driver-dynamodb)[![Code Climate](https://camo.githubusercontent.com/eed6f95b1035b8fde17d7f18f985a544f82dc13bd109e4e14c778938523d4f84/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f656f6b6f2f64796e616d6f64622d6f646d2f6261646765732f6770612e737667)](https://codeclimate.com/github/eoko/dynamodb-odm)[![Eoko Public Channel](https://camo.githubusercontent.com/856a07301792e5e14f19493396bbbc52a58d943b0f9026c0fb69e7a57c5c37aa/687474703a2f2f736c61636b696e2e656f6b6f2e66722f62616467652e737667)](http://slackin.eoko.fr/)

Overview
--------

[](#overview)

DynamoDB ODM is a simple document manager a little inspired by Doctrine ORM/ODM. This document manager is mainly design to manage interaction between entities and DynamoDB. It can handle other document server with a the creation of a new driver.

Comments
--------

[](#comments)

This ODM cannot and will not manage association.

Requirements
------------

[](#requirements)

Please see the [composer.json](composer.json) file.

Installation
------------

[](#installation)

Run the following `composer` command:

```
$ composer require "eoko/dynamodb-odm"
```

Alternately, manually add the following to your `composer.json`, in the `require` section:

```
"require": {
    "eoko/dynamodb-odm": "master-dev"
}
```

And then run `composer update` to ensure the module is installed.

Get Started
-----------

[](#get-started)

@todo

Configuration
-------------

[](#configuration)

```
'eoko' => [
    'odm' => [
        'driver' => [
            'name' => 'Eoko\\ODM\\Driver\\DynamoDB',
            'options' => [
                'autoload' => [
                    'Eoko\\ODM\\Driver\\DynamoDB' => __DIR__ . '/../src/'
                ],
                'prefix' => 'dev',
            ],
        ],
    ],
],

```

Events
------

[](#events)

@todo

Credits
-------

[](#credits)

@todo

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5574f099c9ba539d4018f5735650cc47b3312ea31a0d5b15c0d7e072efe7bdc9?d=identicon)[iam\_merlin](/maintainers/iam_merlin)

### Embed Badge

![Health badge](/badges/eoko-odm-driver-dynamo-db/health.svg)

```
[![Health](https://phpackages.com/badges/eoko-odm-driver-dynamo-db/health.svg)](https://phpackages.com/packages/eoko-odm-driver-dynamo-db)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90440.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)[wildside/userstamps

Laravel Userstamps provides an Eloquent trait which automatically maintains `created\_by` and `updated\_by` columns on your model, populated by the currently authenticated user in your application.

7511.7M13](/packages/wildside-userstamps)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
