PHPackages                             guillermoandrae/php-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. [Database &amp; ORM](/categories/database)
4. /
5. guillermoandrae/php-dynamodb

ActiveLibrary[Database &amp; ORM](/categories/database)

guillermoandrae/php-dynamodb
============================

A PHP library that can be used to interact with Amazon DynamoDB

2.1.1(4y ago)72.5k↓87.5%3[2 issues](https://github.com/guillermoandrae/php-dynamodb/issues)[2 PRs](https://github.com/guillermoandrae/php-dynamodb/pulls)1MITPHPPHP ^8.0

Since May 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/guillermoandrae/php-dynamodb)[ Packagist](https://packagist.org/packages/guillermoandrae/php-dynamodb)[ RSS](/packages/guillermoandrae-php-dynamodb/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (9)Dependencies (5)Versions (12)Used By (1)

PHP DynamoDB
============

[](#php-dynamodb)

[![Travis](https://camo.githubusercontent.com/98bcbcaf35f24b9b3c685e7e098b2a6467dacdb8ae61135e905639afe168ecc9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6775696c6c65726d6f616e647261652f7068702d64796e616d6f64622e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/guillermoandrae/php-dynamodb) [![Packagist](https://camo.githubusercontent.com/d51144c0a6e4b37cc884d3d2698ebebb34f29c94fab37139244f39113ef9827d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6775696c6c65726d6f616e647261652f7068702d64796e616d6f64622e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/guillermoandrae/php-dynamodb) [![Scrutinizer](https://camo.githubusercontent.com/1651c43181300896e2f74a8cfc205fdd7b87b4568392b2138e28fec44480a08b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6775696c6c65726d6f616e647261652f7068702d64796e616d6f64622e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/guillermoandrae/php-dynamodb/) [![Scrutinizer Coverage](https://camo.githubusercontent.com/3e394aaf1cf4b8597caab98c1ea1fcc6453787fd6c08c9276fd5cb9f92e27fe5/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6775696c6c65726d6f616e647261652f7068702d64796e616d6f64622e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/guillermoandrae/php-dynamodb/)[![@guillermoandrae on Twitter](https://camo.githubusercontent.com/70c8987bbf09ffea3df71ed0afad16f7a74817180859c9ee82460705ed6282ea/687474703a2f2f696d672e736869656c64732e696f2f62616467652f747769747465722d2534306775696c6c65726d6f616e647261652d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/guillermoandrae)

This project provides a PHP library that can be used to interact with [Amazon DynamoDB](https://aws.amazon.com/dynamodb/). It provides a layer of abstraction between your code and the DynamoDB-related classes made available by the [AWS SDK for PHP](https://github.com/aws/aws-sdk-php).

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

[](#installation)

The recommended way to install this library is through [Composer](https://getcomposer.org/):

```
composer require guillermoandrae/php-dynamodb

```

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

[](#getting-started)

To get started using this library, you can perform operations such as this one:

```
