PHPackages                             omnilog/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. omnilog/psr6-dynamo-db

ActiveLibrary[Caching](/categories/caching)

omnilog/psr6-dynamo-db
======================

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

0.0.1(5y ago)0211MITPHPPHP ^7.3 | ^8.0

Since May 26Pushed 5y agoCompare

[ Source](https://github.com/omnilog/DynamoDbCachePsr6)[ Packagist](https://packagist.org/packages/omnilog/psr6-dynamo-db)[ RSS](/packages/omnilog-psr6-dynamo-db/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (6)Versions (2)Used By (1)

[![Tests](https://github.com/OmnilogSage/DynamoDbCachePsr6/actions/workflows/test.yaml/badge.svg)](https://github.com/OmnilogSage/DynamoDbCachePsr6/actions/workflows/test.yaml)[![Coverage Status](https://camo.githubusercontent.com/9b7607d4cc4712a98e8722b545ab406eb5ba9f4accd76bec42a45c27279fa756/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4f6d6e696c6f67536167652f44796e616d6f44624361636865507372362f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/OmnilogSage/DynamoDbCachePsr6?branch=master)[![Download](https://camo.githubusercontent.com/13f17408f1265d39e2389c386c07cc5de0247d6e6bcf4658152cab8df168a6da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f6d6e696c6f672f707372362d64796e616d6f2d64622e737667)](https://packagist.org/packages/omnilog/psr6-dynamo-db)

Fork of  to use AWS Async DynamoDb.

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

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

[](#installation)

`composer require omnilog/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:

```
