PHPackages                             elcweb/keyvaluestore-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. elcweb/keyvaluestore-bundle

ActiveSymfony-bundle

elcweb/keyvaluestore-bundle
===========================

Allows you to easily access and set key-value

v2.0.3(9y ago)21.3k4[4 issues](https://github.com/elcweb/KeyValueStoreBundle/issues)MITPHPPHP &gt;=5.6.1

Since Jun 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/elcweb/KeyValueStoreBundle)[ Packagist](https://packagist.org/packages/elcweb/keyvaluestore-bundle)[ RSS](/packages/elcweb-keyvaluestore-bundle/feed)WikiDiscussions 2.0 Synced 1mo ago

READMEChangelogDependencies (10)Versions (11)Used By (0)

KeyValueStoreBundle
===================

[](#keyvaluestorebundle)

[![Latest Stable Version](https://camo.githubusercontent.com/8a4cbf7e3e9bf08654a819093a616d2b848f454a5e7f635a51237ea78fc01239/68747470733a2f2f706f7365722e707567782e6f72672f656c637765622f6b657976616c756573746f72652d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/elcweb/keyvaluestore-bundle)[![Total Downloads](https://camo.githubusercontent.com/d5d406ea9c57af2761d13a0fa500a6b8c932e06a7ce457882451a9cb1fc47046/68747470733a2f2f706f7365722e707567782e6f72672f656c637765622f6b657976616c756573746f72652d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/elcweb/keyvaluestore-bundle)[![Travis](https://camo.githubusercontent.com/c16b8c9b9dee4f89ff4c1f2b67bbab9cb6a966f8101218fcb15c012213c528bb/68747470733a2f2f7472617669732d63692e6f72672f656c637765622f4b657956616c756553746f726542756e646c652e737667)](https://travis-ci.org/elcweb/KeyValueStoreBundle)

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

[](#installation)

### Step 1: Download using composer

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

```
{
    "require": {
        "elcweb/keyvaluestore-bundle": "~2.0"
    }
}
```

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

```
$ php composer.phar update elcweb/keyvaluestore-bundle
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
