PHPackages                             edumarques/dynamophp - 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. edumarques/dynamophp

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

edumarques/dynamophp
====================

DynamoPHP is a lightweight, strongly-typed Object Data Mapper designed to simplify development with Amazon DynamoDB.

v0.5.0(1y ago)33.0k—3.6%[1 PRs](https://github.com/edumarques/dynamophp/pulls)1MITPHPPHP ^8.3CI passing

Since May 6Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/edumarques/dynamophp)[ Packagist](https://packagist.org/packages/edumarques/dynamophp)[ RSS](/packages/edumarques-dynamophp/feed)WikiDiscussions main Synced yesterday

READMEChangelog (6)Dependencies (8)Versions (8)Used By (1)

DynamoPHP
=========

[](#dynamophp)

[![PHP Version](https://camo.githubusercontent.com/578443fb40cd8dfa461c334eea474c40c503ab2990b0684cfd59743937783a71/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6564756d6172717565732f64796e616d6f7068702f7068703f76657273696f6e3d6465762d6d61696e26636f6c6f723d253233373737424233)](https://camo.githubusercontent.com/578443fb40cd8dfa461c334eea474c40c503ab2990b0684cfd59743937783a71/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6564756d6172717565732f64796e616d6f7068702f7068703f76657273696f6e3d6465762d6d61696e26636f6c6f723d253233373737424233)[![License](https://camo.githubusercontent.com/e237981180da59b60a18bbca3f2e8d91485bfcd6f611f6d4720e8868ff980ca0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6564756d6172717565732f64796e616d6f706870)](https://camo.githubusercontent.com/e237981180da59b60a18bbca3f2e8d91485bfcd6f611f6d4720e8868ff980ca0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6564756d6172717565732f64796e616d6f706870)[![Build Status](https://github.com/edumarques/dynamophp/actions/workflows/base.yml/badge.svg)](https://github.com/edumarques/dynamophp/actions/workflows/base.yml/badge.svg)[![Coverage](https://camo.githubusercontent.com/66e0548c5110801682e0a4e90d2c257d1cb36cbed97eff7faf6b041ba17481a9/68747470733a2f2f636f6465636f762e696f2f67682f6564756d6172717565732f64796e616d6f7068702f67726170682f62616467652e7376673f746f6b656e3d45323039333657374a44)](https://camo.githubusercontent.com/66e0548c5110801682e0a4e90d2c257d1cb36cbed97eff7faf6b041ba17481a9/68747470733a2f2f636f6465636f762e696f2f67682f6564756d6172717565732f64796e616d6f7068702f67726170682f62616467652e7376673f746f6b656e3d45323039333657374a44)

---

**DynamoPHP** is a strongly-typed, attribute-based Object Data Mapper for Amazon DynamoDB. It is built on top of modern PHP, which enables definition of entities using PHP 8+ attributes and interaction with DynamoDB using a clean, expressive API.

Inspired by data mappers like [Doctrine](https://www.doctrine-project.org) and modeled after patterns in libraries such as [TypeDORM](https://github.com/typedorm/typedorm).

Features
--------

[](#features)

- **Entity Management:** automatically handles CRUD operations.
- **Index Support:** work with Global Secondary Indexes (GSI) and Local Secondary Indexes (LSI).
- **Query Builder:** build complex queries with minimal boilerplate.

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

[](#installation)

You can install **DynamoPHP** via Composer:

```
composer require edumarques/dynamophp
```

Documentation
-------------

[](#documentation)

For detailed usage, please refer to the sections below.

Quickly get started:

- [Basic Usage Guide](docs/basic-guide.md)

Learn how DynamoPHP works as an ODM for mapping your objects to DynamoDB:

- [Object Data Mapping](docs/odm.md)

Learn how to define and manage your entities:

- [Entity](docs/entity.md)

Learn how to use Global Secondary Indexes (GSI) and Local Secondary Indexes (LSI):

- [Indexes](docs/indexes.md)

Learn how the EntityManager is used for managing entities and interactions with DynamoDB:

- [Entity Manager](docs/entity-manager.md)

*Documentation is an ongoing effort. Our docs will continue to evolve as the project grows — contributions and improvements are welcome and encouraged!*

Contributing
------------

[](#contributing)

Contributors are always welcome! For more information on how you can contribute, please read our [contribution guideline](CONTRIBUTING.md).

For any questions, feel free to reach out to me directly by email: .

Integration
-----------

[](#integration)

For seamless integration with [Symfony](https://symfony.com) applications, a dedicated **Symfony Bundle** is available: [edumarques/dynamophp-symfony](https://github.com/edumarques/dynamophp-symfony).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance57

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~2 days

Total

6

Last Release

411d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7669915?v=4)[Eduardo Marques](/maintainers/edumarques)[@edumarques](https://github.com/edumarques)

---

Top Contributors

[![edumarques](https://avatars.githubusercontent.com/u/7669915?v=4)](https://github.com/edumarques "edumarques (21 commits)")

---

Tags

awsaws-dynamodbdata-mapperdynamodbdynamodb-ormno-sqlodmormphpsingle-table-designstrongly-typedtype-safe

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/edumarques-dynamophp/health.svg)

```
[![Health](https://phpackages.com/badges/edumarques-dynamophp/health.svg)](https://phpackages.com/packages/edumarques-dynamophp)
```

###  Alternatives

[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k51.2M339](/packages/api-platform-core)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[api-platform/symfony

Symfony API Platform integration

384.5M129](/packages/api-platform-symfony)[api-platform/serializer

API Platform core Serializer

274.8M87](/packages/api-platform-serializer)[api-platform/openapi

Models to build and serialize an OpenAPI specification.

404.8M94](/packages/api-platform-openapi)[web-auth/webauthn-lib

FIDO2/Webauthn Support For PHP

12310.5M135](/packages/web-auth-webauthn-lib)

PHPackages © 2026

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