PHPackages                             quankim/laravel-dynamodb-migrations - 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. quankim/laravel-dynamodb-migrations

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

quankim/laravel-dynamodb-migrations
===================================

Create Migrations (version control) for DynamoDB

2.1(9y ago)823.5k↑60.3%3PHP

Since Jan 10Pushed 9y agoCompare

[ Source](https://github.com/quanvhframgia/laravel-dynamodb-migrations)[ Packagist](https://packagist.org/packages/quankim/laravel-dynamodb-migrations)[ RSS](/packages/quankim-laravel-dynamodb-migrations/feed)WikiDiscussions master Synced 1w ago

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

Laravel Package: Migrations for DynamoDB
========================================

[](#laravel-package-migrations-for-dynamodb)

Install
=======

[](#install)

- Composer install

```
composer require quankim/laravel-dynamodb-migrations
```

- Install service provider

```
// config/app.php
    'providers' => [
        ...
        QuanKim\LaravelDynamoDBMigrations\DynamoDBMigrationServiceProvider::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,
        ]
    ];
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

5

Last Release

3327d ago

Major Versions

1.2.1 → 2.02017-07-10

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13218211?v=4)[Mr.Don't Ask](/maintainers/quanvh)[@quanvh](https://github.com/quanvh)

### Embed Badge

![Health badge](/badges/quankim-laravel-dynamodb-migrations/health.svg)

```
[![Health](https://phpackages.com/badges/quankim-laravel-dynamodb-migrations/health.svg)](https://phpackages.com/packages/quankim-laravel-dynamodb-migrations)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.8k117.8M121](/packages/jdorn-sql-formatter)[backup-manager/backup-manager

A framework agnostic database backup manager with user-definable procedures and support for S3, Dropbox, FTP, SFTP, and more with drivers for popular frameworks.

1.7k1.6M11](/packages/backup-manager-backup-manager)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M88](/packages/propel-propel1)[schickling/backup

Backup and restore database support for Laravel 4 applications

352114.7k1](/packages/schickling-backup)[insolita/yii2-migration-generator

Set of gii tools for generating files for migration by schema of table , phpdoc or table data

108508.0k5](/packages/insolita-yii2-migration-generator)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)

PHPackages © 2026

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