Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/webiny/amazon
- Owner: webiny
- License: mit
- Created: 2014-08-30T16:48:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T21:24:06.000Z (about 7 years ago)
- Last Synced: 2024-08-10T02:51:51.281Z (5 months ago)
- Language: PHP
- Homepage: http://www.webiny.com/
- Size: 29.3 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
$ phpunitMake sure that you also set your S3 API details in `Tests/AmazonS3Test.php` before running the tests.