zfr / zfr-aws-utils
Container factories and utility classes for use with aws-php-sdk
1.1.0
2017-06-23 13:42 UTC
Requires
- php: ^7.1
- aws/aws-sdk-php: ^3.22
- beberlei/assert: ^2.5
- doctrine/cache: ^1.6
- psr/container: ^1.0
Requires (Dev)
- malukenho/docheader: ^0.1.5
- phpunit/phpunit: ^6.0
- squizlabs/php_codesniffer: ^2.7
- zendframework/zend-coding-standard: ^1.0
- zendframework/zend-servicemanager: ^3.2
This package is auto-updated.
Last update: 2024-10-29 05:10:31 UTC
README
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
- PHP 7.1
- AWS SDK for PHP: ^3.22
Installation
Installation of ZfrAwsUtils is only officially supported using Composer:
php composer.phar require zfr/zfr-aws-utils