Overview

php-dynamodb is a PHP library that can be used to interact with Amazon DynamoDB. It provides a layer of abstraction between your code and the DynamoDB-related classes made available by the AWS SDK for PHP.

Installation

The recommended way to install this library is through Composer:

composer install guillermoandrae/php-dynamodb

Running DynamoDB Locally

To aid in your development, you can run the following commands to manage DynamoDB locally:

composer install-db # downloads and installs DynamoDB locally
composer start-db # starts DynamoDB locally
composer stop-db # stops DynamoDB locally
composer restart-db # calls stop-db then start-db

Contributing

To find out how to contribute to this project, please refer to the CONTRIBUTING file in the project’s GitHub repository.