PHPackages                             launchdarkly/server-sdk-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. launchdarkly/server-sdk-dynamodb

ActiveLibrary

launchdarkly/server-sdk-dynamodb
================================

LaunchDarkly PHP SDK DynamoDB integration

1.3.0(1y ago)0151.6k↓14.9%11Apache-2.0PHPPHP &gt;=7.3CI passing

Since Aug 7Pushed 1mo ago35 watchersCompare

[ Source](https://github.com/launchdarkly/php-server-sdk-dynamodb)[ Packagist](https://packagist.org/packages/launchdarkly/server-sdk-dynamodb)[ Docs](https://github.com/launchdarkly/php-server-sdk-dynamodb)[ RSS](/packages/launchdarkly-server-sdk-dynamodb/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (9)Used By (1)

LaunchDarkly Server-Side SDK for PHP - DynamoDB integration
===========================================================

[](#launchdarkly-server-side-sdk-for-php---dynamodb-integration)

[![Run CI](https://github.com/launchdarkly/php-server-sdk-dynamodb/actions/workflows/ci.yml/badge.svg)](https://github.com/launchdarkly/php-server-sdk-dynamodb/actions/workflows/ci.yml)[![Packagist](https://camo.githubusercontent.com/ceb203d6f88f89d0c96cf5dc4df8dd99f26de501aa0e0b3d98bcf2e9fd3b3087/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61756e63686461726b6c792f7365727665722d73646b2d64796e616d6f64622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/launchdarkly/server-sdk-dynamodb)[![Documentation](https://camo.githubusercontent.com/594b549773dcf2ae2c08cc82426986546623581e9e74bf421a89b823d9541bd2/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d4769744875622b5061676573266d6573736167653d4150492b7265666572656e636526636f6c6f723d303061646438)](https://launchdarkly.github.io/php-server-sdk-dynamodb)

This library provides a DynamoDB-backed data source for the [LaunchDarkly PHP SDK](https://github.com/launchdarkly/php-server-sdk), replacing the default behavior of querying the LaunchDarkly service endpoints. The underlying DynamoDB client implementation is the [AWS SDK for PHP](https://aws.amazon.com/sdk-for-php/).

The minimum version of the LaunchDarkly PHP SDK for use with this library is 4.0.0. In earlier versions of the SDK, the DynamoDB integration was bundled in the main SDK package.

The minimum PHP version is 7.3.

For more information, see [our SDK documentation](https://docs.launchdarkly.com/sdk/features/storing-data).

Quick setup
-----------

[](#quick-setup)

This assumes that you have already installed the LaunchDarkly PHP SDK in your project.

1. Install this package with `composer`:

```
php composer.phar install launchdarkly/server-sdk-dynamodb --save
```

If your project does not already have a dependency on `aws/aws-sdk-php`, that package will be loaded automatically as a dependency of `launchdarkly/server-sdk-dynamodb`.

3. In your SDK configuration code, configure the DynamoDB integration:

```
    $fr = LaunchDarkly\Integrations\DynamoDB::featureRequester([
        "dynamodb_table" => "my-table-name"
    ]);
    $config = [ "feature_requester" => $fr ];
    $client = new LDClient("sdk_key", $config);
```

By default, the store will use whatever AWS credentials are present in your local AWS configuration. You may specify an alternate configuration as described in the API documentation for `Consul::featureRequester`. Make sure the `dynamodb_table` option corresponds to the table name that is being used by the Relay Proxy. If the Relay Proxy is also configured to use a key prefix for DynamoDB data, you must set the `dynamodb_prefix` option to that value.

About LaunchDarkly
------------------

[](#about-launchdarkly)

- LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely. We allow you to easily flag your features and manage them from the LaunchDarkly dashboard. With LaunchDarkly, you can:
    - Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.
    - Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).
    - Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.
    - Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline.
- LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Check out [our documentation](https://docs.launchdarkly.com/docs) for a complete list.
- Explore LaunchDarkly
    - [launchdarkly.com](https://www.launchdarkly.com/ "LaunchDarkly Main Website") for more information
    - [docs.launchdarkly.com](https://docs.launchdarkly.com/ "LaunchDarkly Documentation") for our documentation and SDK reference guides
    - [apidocs.launchdarkly.com](https://apidocs.launchdarkly.com/ "LaunchDarkly API Documentation") for our API documentation
    - [blog.launchdarkly.com](https://blog.launchdarkly.com/ "LaunchDarkly Blog Documentation") for the latest product updates

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance65

Regular maintenance activity

Popularity34

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

4

Last Release

656d ago

### Community

Maintainers

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

---

Top Contributors

[![eli-darkly](https://avatars.githubusercontent.com/u/35503443?v=4)](https://github.com/eli-darkly "eli-darkly (18 commits)")[![apache-hb](https://avatars.githubusercontent.com/u/35050275?v=4)](https://github.com/apache-hb "apache-hb (12 commits)")[![keelerm84](https://avatars.githubusercontent.com/u/1922716?v=4)](https://github.com/keelerm84 "keelerm84 (9 commits)")[![ld-repository-standards[bot]](https://avatars.githubusercontent.com/u/111005579?v=4)](https://github.com/ld-repository-standards[bot] "ld-repository-standards[bot] (3 commits)")[![kparkinson-ld](https://avatars.githubusercontent.com/u/93555788?v=4)](https://github.com/kparkinson-ld "kparkinson-ld (2 commits)")[![devin-ai-integration[bot]](https://avatars.githubusercontent.com/in/811515?v=4)](https://github.com/devin-ai-integration[bot] "devin-ai-integration[bot] (1 commits)")[![FopherC](https://avatars.githubusercontent.com/u/1615875?v=4)](https://github.com/FopherC "FopherC (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")[![osm6495](https://avatars.githubusercontent.com/u/22415818?v=4)](https://github.com/osm6495 "osm6495 (1 commits)")[![pkaeding](https://avatars.githubusercontent.com/u/13951?v=4)](https://github.com/pkaeding "pkaeding (1 commits)")

---

Tags

dynamodbfeature-flagsfeature-toggleslaunchdarklylaunchdarkly-sdklaunchdarkly-sdk-componentmanaged-by-terraformphplaunchdarklylaunchdarkly php

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/launchdarkly-server-sdk-dynamodb/health.svg)

```
[![Health](https://phpackages.com/badges/launchdarkly-server-sdk-dynamodb/health.svg)](https://phpackages.com/packages/launchdarkly-server-sdk-dynamodb)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[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)[humanmade/s3-uploads

WordPress plugin to store uploads on S3

2.1k2.4M9](/packages/humanmade-s3-uploads)[launchdarkly/server-sdk

Official LaunchDarkly SDK for PHP

3810.2M11](/packages/launchdarkly-server-sdk)[bref/laravel-bridge

An advanced Laravel integration for Bref, including Octane support.

3384.1M11](/packages/bref-laravel-bridge)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)

PHPackages © 2026

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