aws / dynamodb-php-wrapper
Access AWS DynamoDB through simpler interface.
Installs: 310
Dependents: 0
Suggesters: 0
Security: 0
Stars: 20
Watchers: 3
Forks: 13
Open Issues: 3
Requires
- aws/aws-sdk-php: 2.*
This package is not auto-updated.
Last update: 2024-11-19 06:37:57 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.