PHPackages                             paneedesign/storage-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. paneedesign/storage-bundle

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

paneedesign/storage-bundle
==========================

A Symfony bundle that provide tools to handle media storage locally or on S3.

v6.0.3(5y ago)12.3k1MITPHPPHP ^7.2.3

Since Oct 19Pushed 5y ago6 watchersCompare

[ Source](https://github.com/paneedesign/storage-bundle)[ Packagist](https://packagist.org/packages/paneedesign/storage-bundle)[ Docs](https://www.ped.company/)[ RSS](/packages/paneedesign-storage-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (8)Dependencies (17)Versions (22)Used By (0)

Welcome to PED Storage Bundle 👋
===============================

[](#welcome-to-ped-storage-bundle-)

[![Latest Stable Version](https://camo.githubusercontent.com/daf389218023a0cadf5e3a9abbf19726cd33855722386b504e88f9063dd3d6b0/68747470733a2f2f706f7365722e707567782e6f72672f70616e656564657369676e2f73746f726167652d62756e646c652f76)](//packagist.org/packages/paneedesign/storage-bundle) [![Total Downloads](https://camo.githubusercontent.com/e9de29dc472bd405a5820e5ef64800432515dc15796ab01f54835713a5d6f85b/68747470733a2f2f706f7365722e707567782e6f72672f70616e656564657369676e2f73746f726167652d62756e646c652f646f776e6c6f616473)](//packagist.org/packages/paneedesign/storage-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/5cd91bbd90590afcef41a979a5e514298a76ad79896d502a24b5d70a70d83418/68747470733a2f2f706f7365722e707567782e6f72672f70616e656564657369676e2f73746f726167652d62756e646c652f762f756e737461626c65)](//packagist.org/packages/paneedesign/storage-bundle) [![License](https://camo.githubusercontent.com/db279af40b74940f67d0c89035eda5b27b00c030eb8052d46f498f7ae9d3110b/68747470733a2f2f706f7365722e707567782e6f72672f70616e656564657369676e2f73746f726167652d62756e646c652f6c6963656e7365)](//packagist.org/packages/paneedesign/storage-bundle)

A Symfony bundle that provide tools to handle media storage locally or on S3.

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

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require "paneedesign/storage-bundle"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

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

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
