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 1mo 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 32% 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

3766d 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

[phpunit/phpunit

The PHP Unit Testing framework.

20.0k910.7M134.3k](/packages/phpunit-phpunit)[phpunit/php-code-coverage

Library that provides collection, processing, and rendering functionality for PHP code coverage information.

8.9k892.4M1.5k](/packages/phpunit-php-code-coverage)[mockery/mockery

Mockery is a simple yet flexible PHP mock object framework

10.7k497.0M23.5k](/packages/mockery-mockery)[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M1.9k](/packages/behat-behat)[symfony/phpunit-bridge

Provides utilities for PHPUnit, especially user deprecation notices management

2.5k201.2M4.2k](/packages/symfony-phpunit-bridge)[brianium/paratest

Parallel testing for PHP

2.5k118.8M753](/packages/brianium-paratest)

PHPackages © 2026

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