Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webiny/amazon

[READ-ONLY] PHP wrapper for Amazon Web Services SDK. Currently only S3 component is being used. (master at Webiny/Framework)
https://github.com/webiny/amazon

Last synced: about 2 months ago
JSON representation

[READ-ONLY] PHP wrapper for Amazon Web Services SDK. Currently only S3 component is being used. (master at Webiny/Framework)

Awesome Lists containing this project

README

        

Amazon Component
=================

Amazon component serves as a wrapper for Amazon Web Services SDK. Currently only S3 component is being used.

Install the component
---------------------
The best way to install the component is using Composer.

```bash
composer require webiny/amazon
```
For additional versions of the package, visit the [Packagist page](https://packagist.org/packages/webiny/amazon).

Resources
---------
To run unit tests, you need to use the following command:

$ cd path/to/Webiny/Component/Amazon/
$ composer.phar install
$ phpunit

Make sure that you also set your S3 API details in `Tests/AmazonS3Test.php` before running the tests.