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

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

edumarques/dynamophp-symfony
============================

Symfony bundle that wraps DynamoPHP and simplifies development on Symfony applications.

v0.6.0(1y ago)13.0k↓12.5%MITPHPPHP ^8.3CI passing

Since May 6Pushed 1y ago1 watchersCompare

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

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

DynamoPHP Symfony Bundle
========================

[](#dynamophp-symfony-bundle)

[![PHP Version](https://camo.githubusercontent.com/447da067979ca994935075d299ad395da302432917f9d7ed4b1f2e414baaf3ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6564756d6172717565732f64796e616d6f7068702d73796d666f6e792f7068703f76657273696f6e3d6465762d6d61696e26636f6c6f723d253233373737424233)](https://camo.githubusercontent.com/447da067979ca994935075d299ad395da302432917f9d7ed4b1f2e414baaf3ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6564756d6172717565732f64796e616d6f7068702d73796d666f6e792f7068703f76657273696f6e3d6465762d6d61696e26636f6c6f723d253233373737424233)[![License](https://camo.githubusercontent.com/5b49ed470ec84ff77d21da6038d40e651893a4cfeef5e32caba2aef878e71bf2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6564756d6172717565732f64796e616d6f7068702d73796d666f6e79)](https://camo.githubusercontent.com/5b49ed470ec84ff77d21da6038d40e651893a4cfeef5e32caba2aef878e71bf2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6564756d6172717565732f64796e616d6f7068702d73796d666f6e79)[![Build Status](https://github.com/edumarques/dynamophp-symfony/actions/workflows/base.yml/badge.svg)](https://github.com/edumarques/dynamophp-symfony/actions/workflows/base.yml/badge.svg)

---

The **DynamoPHP Symfony Bundle** integrates [DynamoPHP](https://github.com/edumarques/dynamophp)into [Symfony](https://symfony.com) applications, providing seamless configuration and service registration for Amazon DynamoDB operations.

Features
--------

[](#features)

- Auto-wiring of DynamoPHP services
- Configurable AWS SDK DynamoDB client, Marshaler and Serializer
- Sandbox application for testing and development

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

[](#installation)

Install via Composer:

```
composer require edumarques/dynamophp-symfony
```

If your Symfony application is not configured to use Symfony Flex for automatic bundle registration, you need to register it manually in `config/bundles.php`:

```
# config/bundles.php
return [
    // ... other bundles
    EduardoMarques\DynamoPHPBundle\DynamoPHPBundle::class => ['all' => true],
];
```

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

[](#configuration)

After installation, you must configure the bundle by creating a `dynamo_php.yaml` file in your `config/packages/`directory:

```
# config/packages/dynamo_php.yaml
dynamo_php:
  client: dynamodb_client # set the service ID of the AWS DynamoDB client registered in your app
  marshaler: marshaler # set the service ID of the AWS Marshaler registered in your app
  serializer: serializer # set the service ID of the Symfony serializer registered in your app
```

Usage
-----

[](#usage)

Once configured, you can inject DynamoPHP services into your Symfony services or controllers. For example, to use the EntityManager:

```
use EduardoMarques\DynamoPHP\ODM\EntityManager;

class YourService
{
    public function __construct(
        private EntityManager $entityManager,
    ) {
    }

    // Your methods here
}
```

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: .

For more information on DynamoPHP, visit the [DynamoPHP repository](https://github.com/edumarques/dynamophp).

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance46

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community7

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

7

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 (13 commits)")

---

Tags

awsaws-dynamodbdata-mapperdynamodbdynamodb-ormno-sqlodmormphpsingle-table-designstrongly-typedsymfonysymfony-bundletype-safe

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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