zfr/zfr-aws-utils
Container factories and utility classes for use with aws-php-sdk
Maintainers
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 582f3b7c7e13892b0afdbd89dea4d14c7b056bf1
- Daniel Gimenes <daniel.woop@danielgimenes.com.br>
- MichaΓ«l Gallego <mic.gallego.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-29 00:59:02 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
- 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
