async-aws / core
Core package to integrate with AWS. This is a lightweight AWS SDK provider by AsyncAws.
1.22.1
2024-10-09 08:09 UTC
Requires
- php: ^7.2.5 || ^8.0
- ext-hash: *
- ext-json: *
- ext-simplexml: *
- psr/cache: ^1.0 || ^2.0 || ^3.0
- psr/log: ^1.0 || ^2.0 || ^3.0
- symfony/deprecation-contracts: ^2.1 || ^3.0
- symfony/http-client: ^4.4.16 || ^5.1.7 || ^6.0 || ^7.0
- symfony/http-client-contracts: ^1.1.8 || ^2.0 || ^3.0
- symfony/service-contracts: ^1.0 || ^2.0 || ^3.0
Conflicts
- async-aws/s3: <1.1
- symfony/http-client: 5.2.0
- dev-master / 1.23.x-dev
- 1.22.1
- 1.22.0
- 1.21.0
- 1.20.1
- 1.20.0
- 1.19.0
- 1.18.1
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.0
This package is auto-updated.
Last update: 2024-10-29 14:22:10 UTC
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/