PHPackages                             zaghyr/eloquent-dynamodb - 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. zaghyr/eloquent-dynamodb

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

zaghyr/eloquent-dynamodb
========================

DynamoDb with Eloquent and Migrations

v0.3.0(6y ago)01.4k↓66.7%[2 PRs](https://github.com/zaghyr/eloquent-dynamodb/pulls)MITPHP

Since Feb 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/zaghyr/eloquent-dynamodb)[ Packagist](https://packagist.org/packages/zaghyr/eloquent-dynamodb)[ RSS](/packages/zaghyr-eloquent-dynamodb/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (7)Used By (0)

Laravel / Lumen Package: Eloquent for DynamoDB
==============================================

[](#laravel--lumen-package-eloquent-for-dynamodb)

Install
=======

[](#install)

- Composer install

```
composer require zaghyr/eloquent-dynamodb
```

- Install service provider

```
// config/app.php
    'providers' => [
        ...
        Zaghyr\EloquentDynamoDbServiceProvider::class
        ...
    ];
```

- Config DynamoDB

```
// config/aws.php
    use Aws\Laravel\AwsServiceProvider;

    return [

        /*
        |--------------------------------------------------------------------------
        | AWS SDK Configuration
        |--------------------------------------------------------------------------
        |
        | The configuration options set in this file will be passed directly to the
        | `Aws\Sdk` object, from which all client objects are created. The minimum
        | required options are declared here, but the full set of possible options
        | are documented at:
        | http://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/configuration.html
        |
        */
        'credentials' => [
            'key'    => env('AWS_ACCESS_KEY_ID', ''),
            'secret' => env('AWS_SECRET_ACCESS_KEY', ''),
        ],
        'region' => env('AWS_REGION', 'us-east-1'),
        'version' => 'latest',
        'ua_append' => [
            'L5MOD/' . AwsServiceProvider::VERSION,
        ],
        'endpoint' => env('AWS_ENDPOINT', ''),
        'http' => [
            'verify' => false,
        ],
        'migrations-table' => env('DYNAMODB_MIGRATIONS_TABLE', 'migrations')
    ];
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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 ~242 days

Total

4

Last Release

2295d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a7a015e345469cf35fb7e2353e138407b2b3d72ef292014cdde54817c1810e34?d=identicon)[Zaghyr](/maintainers/Zaghyr)

---

Top Contributors

[![zaghyr](https://avatars.githubusercontent.com/u/15089288?v=4)](https://github.com/zaghyr "zaghyr (1 commits)")

---

Tags

laraveldynamodbeloquentmigrations

### Embed Badge

![Health badge](/badges/zaghyr-eloquent-dynamodb/health.svg)

```
[![Health](https://phpackages.com/badges/zaghyr-eloquent-dynamodb/health.svg)](https://phpackages.com/packages/zaghyr-eloquent-dynamodb)
```

###  Alternatives

[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[highsolutions/eloquent-sequence

A Laravel package for easy creation and management sequence support for Eloquent models with elastic configuration.

121130.3k](/packages/highsolutions-eloquent-sequence)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[phaza/single-table-inheritance

Single Table Inheritance Trait

1515.8k](/packages/phaza-single-table-inheritance)

PHPackages © 2026

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