async-aws / core
Core package to integrate with AWS. This is a lightweight AWS SDK provider by AsyncAws.
1.7.2
2020-12-22 08:22 UTC
Requires
- php: ^7.2.5 || ^8.0
- ext-hash: *
- ext-json: *
- ext-simplexml: *
- psr/cache: ^1.0
- psr/log: ^1.0
- symfony/deprecation-contracts: ^2.1
- symfony/http-client: ^4.4 || ^5.0,!=5.2.0
- symfony/http-client-contracts: ^1.1.8 || ^2.0
- symfony/service-contracts: ^1.0 || ^2.0
Conflicts
- async-aws/s3: <1.1
README
The repository contains shared classes between all AWS services. It also contains the STS client to handle authentication.
Install
composer require async-aws/core
Documentation
See https://async-aws.com for documentation.
Contribute
Contributions are welcome and appreciated. Please read https://async-aws.com/contribute/