PHPackages                             nordsoftware/lumen-file-manager-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. [File &amp; Storage](/categories/file-storage)
4. /
5. nordsoftware/lumen-file-manager-dynamodb

AbandonedArchivedLibrary[File &amp; Storage](/categories/file-storage)

nordsoftware/lumen-file-manager-dynamodb
========================================

DynamoDB module for lumen-file-manager.

0.2.1(10y ago)423MITPHPPHP &gt;=5.5

Since Feb 22Pushed 10y ago11 watchersCompare

[ Source](https://github.com/nordsoftware/lumen-file-manager-dynamodb)[ Packagist](https://packagist.org/packages/nordsoftware/lumen-file-manager-dynamodb)[ RSS](/packages/nordsoftware-lumen-file-manager-dynamodb/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

lumen-file-manager-dynamodb
===========================

[](#lumen-file-manager-dynamodb)

DynamoDB support for the lumen-file-manager module

Getting started
===============

[](#getting-started)

Configure your DynamoDB server, either with the local standalone, or the one in AWS. If locally, make sure the DynamoDB server is running.

Edit your `Kernel.php` file, and add the following command to the commands list:

```
protected $commands = [
    ...
    'Nord\Lumen\FileManager\DynamoDB\Console\Commands\CreateTablesCommand',
];

```

This will introduce a new command to artisan:

```
php artisan filemanager:dynamodb:create

```

The command will create the necessary File manager tables in your DynamoDB.

You may set the `ProvisionedThroughput.ReadCapacityUnits/WriteCapacityUnits` with the following environment variables:

```
FILE_MANAGER_DYNAMODB_READ_CAPACITY_UNITS=10
FILE_MANAGER_DYNAMODB_WRITE_CAPACITY_UNITS=20

```

The default values are 10 for read capacity and 20 for write capacity. They're quite high values, so you might want to modify the values to better serve your usage of the `files` table.

License
=======

[](#license)

See [LICENSE](LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

3721d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/2f766f3d06300e4e58806cac328ec6774408e2782497f3624f6112e0838bd057?d=identicon)[soderluk](/maintainers/soderluk)

---

Top Contributors

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

---

Tags

laraveldynamodblumenfile manager

### Embed Badge

![Health badge](/badges/nordsoftware-lumen-file-manager-dynamodb/health.svg)

```
[![Health](https://phpackages.com/badges/nordsoftware-lumen-file-manager-dynamodb/health.svg)](https://phpackages.com/packages/nordsoftware-lumen-file-manager-dynamodb)
```

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[haruncpi/laravel-simple-filemanager

A simple filemanager for Laravel

10535.7k](/packages/haruncpi-laravel-simple-filemanager)[websight/l5-google-cloud-storage

Laravel 5 Flysystem Google Cloud Storage Service Provider

3662.2k](/packages/websight-l5-google-cloud-storage)[mwguerra/filemanager

A full-featured file manager package for Laravel and Filament v5 with dual operating modes, drag-and-drop uploads, S3/MinIO support, and comprehensive security features.

718.5k1](/packages/mwguerra-filemanager)

PHPackages © 2026

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