PHPackages                             jplarar/s3-bundle - 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. jplarar/s3-bundle

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

jplarar/s3-bundle
=================

A simple Symfony2 bundle for the API for AWS S3.

1.4.8(2y ago)01.3kMITPHPPHP &gt;=5.3

Since Apr 4Pushed 2y ago2 watchersCompare

[ Source](https://github.com/jplarar/S3Bundle)[ Packagist](https://packagist.org/packages/jplarar/s3-bundle)[ Docs](https://github.com/jplarar/S3Bundle)[ RSS](/packages/jplarar-s3-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (11)Versions (16)Used By (0)

JplararS3Bundle
===============

[](#jplarars3bundle)

A simple Symfony2 bundle for the API for AWS S3.

Setup
-----

[](#setup)

### Step 1: Download JplararS3Bundle using composer

[](#step-1-download-jplarars3bundle-using-composer)

Add S3 Bundle in your composer.json:

```
{
    "require": {
        "jplarar/s3-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update "jplarar/s3-bundle"
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
