async-aws / simple-s3
A simple S3 client that are easy to work with.
Installs: 4 263 678
Dependents: 12
Suggesters: 1
Security: 0
Stars: 19
Watchers: 3
Forks: 0
pkg:composer/async-aws/simple-s3
Requires
- php: ^8.2
- ext-json: *
- async-aws/s3: ^3.0
Requires (Dev)
- phpunit/phpunit: ^11.5.42
- symfony/error-handler: ^7.3.2 || ^8.0
- symfony/phpunit-bridge: ^7.3.2 || ^8.0
README
A thin layer on top of the S3 client to make it easier to work with.
Install
composer require async-aws/simple-s3
Documentation
See https://async-aws.com/integration/simple-s3.html for documentation.
Contribute
Contributions are welcome and appreciated. Please read https://async-aws.com/contribute/