PHPackages                             filth/redisbrowser-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. filth/redisbrowser-bundle

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

filth/redisbrowser-bundle
=========================

Provides a Redis-Data Browser

422PHP

Since Mar 20Pushed 11y ago2 watchersCompare

[ Source](https://github.com/filthz/RedisBrowserBundle)[ Packagist](https://packagist.org/packages/filth/redisbrowser-bundle)[ RSS](/packages/filth-redisbrowser-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

RedisBrowserBundle
==================

[](#redisbrowserbundle)

Symfony2 - Browser for the Redis key-value storage.

[![demo](https://github.com/filthz/RedisBrowserBundle/raw/master/Docs/redis.jpg)](https://github.com/filthz/RedisBrowserBundle/raw/master/Docs/redis.jpg)[![demo](https://github.com/filthz/RedisBrowserBundle/raw/master/Docs/redis2.jpg)](https://github.com/filthz/RedisBrowserBundle/raw/master/Docs/redis2.jpg)

Installation
============

[](#installation)

### Step 1: Download the 'FilthRedisBrowserBundle'

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

Ultimately, the FilthRedisBrowserBundle files should be downloaded to the 'vendor/bundles/Filth/RedisBrowserBundle' directory.

You can accomplish this several ways, depending on your personal preference. The first method is the standard Symfony2 method.

***Using the vendors script***

Add the following lines to your `deps` file:

```
    [FilthRedisBrowserBundle]
        git=https://github.com/filthz/RedisBrowserBundle.git
        target=/bundles/Filth/RedisBrowserBundle

```

Now, run the vendors script to download the bundle:

```
$ php bin/vendors install
```

***Using submodules***

If you prefer instead to use git submodules, then run the following:

```
$ git submodule add git://github.com/filthz/RedisBrowserBundle.git vendor/bundles/Filth/RedisBrowserBundle
$ git submodule update --init
```

### Step 2: Configure the Autoloader

[](#step-2-configure-the-autoloader)

Now you will need to add the `Filth` namespace to your autoloader:

```
