PHPackages                             idapgroup/s3-storage-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. idapgroup/s3-storage-sdk

ActiveLibrary[File &amp; Storage](/categories/file-storage)

idapgroup/s3-storage-sdk
========================

A PHP wrapper for S3 Storage

1.0.0(3y ago)511BSD-3-ClausePHPPHP &gt;=7.4

Since Feb 27Pushed 3y ago4 watchersCompare

[ Source](https://github.com/idapgroup/S3-Storage-SDK)[ Packagist](https://packagist.org/packages/idapgroup/s3-storage-sdk)[ Docs](https://github.com/idapgroup/S3-Storage-SDK)[ RSS](/packages/idapgroup-s3-storage-sdk/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

S3 Storage SDK
==============

[](#s3-storage-sdk)

S3 Storage SDK for working with AWS S3 Storage.

Documentation
-------------

[](#documentation)

The documentation for the AWS S3 Storage Api can be found [here](https://aws.amazon.com/sdk-for-php/).

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](https://getcomposer.org/download/).

Either run

```
composer require idapgroup/s3-storage-sdk

```

or add

```
{
  "require": {
      "idapgroup/s3-storage-sdk": "^1.0.0"
  }
}
```

to the requirement section of your `composer.json` file.

Quickstart
----------

[](#quickstart)

### Create a S3 Storage

[](#create-a-s3-storage)

```
