PHPackages                             rikudou/psr6-dynamo-db - 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. [Caching](/categories/caching)
4. /
5. rikudou/psr6-dynamo-db

ActiveLibrary[Caching](/categories/caching)

rikudou/psr6-dynamo-db
======================

PSR-6 and PSR-16 cache implementation using AWS DynamoDB

v3.2.1(2mo ago)695.8k↓13.8%5[1 issues](https://github.com/RikudouSage/DynamoDbCachePsr6/issues)[1 PRs](https://github.com/RikudouSage/DynamoDbCachePsr6/pulls)1MITPHPPHP ^8.0CI passing

Since Sep 24Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/RikudouSage/DynamoDbCachePsr6)[ Packagist](https://packagist.org/packages/rikudou/psr6-dynamo-db)[ Fund](https://ko-fi.com/dominik_ch)[ Fund](https://liberapay.com/dominik_ch)[ RSS](/packages/rikudou-psr6-dynamo-db/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (17)Versions (24)Used By (1)

[![Tests](https://github.com/RikudouSage/DynamoDbCachePsr6/actions/workflows/test.yaml/badge.svg)](https://github.com/RikudouSage/DynamoDbCachePsr6/actions/workflows/test.yaml)[![Coverage Status](https://camo.githubusercontent.com/c1c3f7e25a62e4c93180d32489535ccbaf71d0a5c31e2c7951d8864f8539006f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f52696b75646f75536167652f44796e616d6f44624361636865507372362f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/RikudouSage/DynamoDbCachePsr6?branch=master)[![Download](https://camo.githubusercontent.com/883393dfdec224fb18159e48e6d0acc9eeba8bd02d5440934f3ae8a56e2f13f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72696b75646f752f707372362d64796e616d6f2d64622e737667)](https://packagist.org/packages/rikudou/psr6-dynamo-db)

Library for storing cache in DynamoDB implementing the PSR-6 and PSR-16 interfaces. See also [Symfony bundle](https://github.com/RikudouSage/DynamoDbCachePsr6Bundle) of this library.

Since version 2 this library uses the lightweight [async-aws/dynamo-db](https://github.com/async-aws/dynamo-db)instead of the full AWS SDK.

Installation
------------

[](#installation)

`composer require rikudou/psr6-dynamo-db`

Usage
-----

[](#usage)

The usage is pretty straight-forward, you just define the details in constructor and then use it as any other PSR-6 or PSR-16 implementation:

```
