diff --git a/README.md b/README.md new file mode 100644 index 0000000..19f3e89 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Gaufrette Aws S3 adapter + +This repository is a metapackage for Gaufrette Aws S3 adapter. + +For issues and PRs please go on [KnpLabs/Gaufrette](https://github.com/KnpLabs/Gaufrette). + +## Documentation + +Read the official [Gaufrette documentation](https://knplabs.github.io/Gaufrette/) and the documentation for this adapter [here](https://knplabs.github.io/Gaufrette/adapters/aws-s3.html). diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..6e3095f --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "gaufrette/aws-s3-adapter", + "description": "Aws adapter for Gaufrette", + "type": "metapackage", + "require": { + "knplabs/gaufrette": "0.*@dev", + "aws/aws-sdk-php": "~2||~3" + }, + "authors": [ + { + "name": "KnpLabs", + "email": "hello@knplabs.com" + } + ] +}