zfr/zfr-aws-utils

Container factories and utility classes for use with aws-php-sdk

1.1.0 2017-06-23 13:42 UTC

This package is auto-updated.

Last update: 2024-03-29 03:25:47 UTC


README

Latest Stable Version Build Status

ZfrAwsUtils is a tiny PHP library that provides some features on top of AWS SDK for PHP such as:

  • container-interop compatible factories;
  • AWS credentials caching with Doctrine Cache;
  • Auto prefixer for DynamoDB table names;
  • DynamoDB cursor-based paginator.

Dependencies

Installation

Installation of ZfrAwsUtils is only officially supported using Composer:

php composer.phar require zfr/zfr-aws-utils