PHPackages                             craffft/single-session-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. craffft/single-session-storage-bundle

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

craffft/single-session-storage-bundle
=====================================

SingleSessionStorageBundle for Symfony

1.3.1(6y ago)0526MITPHPPHP &gt;=7.2CI failing

Since Jul 31Pushed 6y ago2 watchersCompare

[ Source](https://github.com/Craffft/single-session-storage-bundle)[ Packagist](https://packagist.org/packages/craffft/single-session-storage-bundle)[ Docs](https://craffft.de)[ RSS](/packages/craffft-single-session-storage-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (7)Used By (0)

[![Build Status](https://camo.githubusercontent.com/c431edd7fbcc768b2dc94c4d6509538c1ced7b5409bad2b41b508c65f9bcb877/68747470733a2f2f7472617669732d63692e6f72672f437261666666742f73696e676c652d73657373696f6e2d73746f726167652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Craffft/single-session-storage-bundle)

Single Session Storage Bundle
=============================

[](#single-session-storage-bundle)

Single Session Storage for Symfony

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 craffft/single-session-storage-bundle "~1.1"
```

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:

```
