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: 3 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T21:24:06.000Z (over 7 years ago)
- Last Synced: 2025-03-26T18:05:42.953Z (4 months ago)
- Language: PHP
- Homepage: http://www.webiny.com/
- Size: 29.3 KB
- Stars: 2
- Watchers: 9
- 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.