PHPackages                             mead-steve/phlocal-dynamo - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. mead-steve/phlocal-dynamo

AbandonedLibrary[Testing &amp; Quality](/categories/testing)

mead-steve/phlocal-dynamo
=========================

Helper for launching dynamo db for testing

v0.1.2(10y ago)215MITPHPPHP &gt;=5.5, &lt;8

Since Jan 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/meadsteve/phlocal-dynamo)[ Packagist](https://packagist.org/packages/mead-steve/phlocal-dynamo)[ RSS](/packages/mead-steve-phlocal-dynamo/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

PhlocalDynamo
=============

[](#phlocaldynamo)

[![Build Status](https://camo.githubusercontent.com/d4ebdf7de2dab1076353450af6a6ecb6128b3947b22f7ede1554be08ce2fed94/68747470733a2f2f7472617669732d63692e6f72672f6d65616473746576652f70686c6f63616c2d64796e616d6f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/meadsteve/phlocal-dynamo)

This package provides a wrapper for the DynamoDb.jar that is available from AWS for local deployment. It is intended to speed up development and testing with dynamo db.

The required dynamo library should be downloadable from here:

This package is a php port of a c# library from JUST EAT:

Getting Started
---------------

[](#getting-started)

Java is required as Amazon provide the local DynamoDb as a jar file.

Run `composer require mead-steve/phlocal-dynamo`

The DynamoDb.jar isn't included in this package to avoid licensing issues.
Add the contents of the zip/tar file from amazon in to `vendor\MeadSteve\PhlocalDynamo\src\dynamo`

Then in any test classes simply do the following

```
    $dynamo = new LocalDynamo(9091);
    $dynamo->start();
```

And to stop it

```
    $dynamo->stop();
```

Using PhlocalDynamo
-------------------

[](#using--phlocaldynamo)

Calling ` $dynamo->getClient()` will return a dynamo client instance pointing to the local instance of dynamo.

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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 ~1 days

Total

3

Last Release

3863d ago

PHP version history (2 changes)v0.1.0PHP &gt;=5.5, &lt;6

v0.1.1PHP &gt;=5.5, &lt;8

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f6a1fc7be44918da7cc299d340d1e27b338e2396c2f2ca389857b4e2e197c4b?d=identicon)[MeadSteve](/maintainers/MeadSteve)

---

Top Contributors

[![meadsteve](https://avatars.githubusercontent.com/u/1663120?v=4)](https://github.com/meadsteve "meadsteve (9 commits)")[![alannichols](https://avatars.githubusercontent.com/u/8308553?v=4)](https://github.com/alannichols "alannichols (1 commits)")

---

Tags

testingawsdynamo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mead-steve-phlocal-dynamo/health.svg)

```
[![Health](https://phpackages.com/badges/mead-steve-phlocal-dynamo/health.svg)](https://phpackages.com/packages/mead-steve-phlocal-dynamo)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k293.8M1.1k](/packages/league-flysystem-aws-s3-v3)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15312.2M36](/packages/magento-magento2-functional-testing-framework)[dg/bypass-finals

Removes final keyword from source code on-the-fly and allows mocking of final methods and classes

57530.2M666](/packages/dg-bypass-finals)[bref/laravel-bridge

An advanced Laravel integration for Bref, including Octane support.

3404.7M17](/packages/bref-laravel-bridge)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

121269.8k1](/packages/ellaisys-aws-cognito)

PHPackages © 2026

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