Search by

aws / dynamodb-php-wrapper

masayuki0812

Access AWS DynamoDB through simpler interface.

Package info

github.com/masayuki0812/dynamodb-php-wrapper

pkg:composer/aws/dynamodb-php-wrapper

Statistics

Installs: 311

Dependents: 0

Suggesters: 0

Stars: 20

Open Issues: 3

dev-master 2014-07-13 10:51 UTC

This package is not auto-updated.

Last update: 2026-09-08 16:03:30 UTC


README

Access AWS DynamoDB through simpler interface.

This module is simpler because:

  • The results of each API are mapped to Array object automatically.
  • The request exceeding the limit can be sent by dividing into small ones automatically.
  • The response exceeding the limit can be fetched by requesting continuously.

If you get interested in this module, please see the wiki.