PHPackages                             chubbyphp/chubbyphp-session-storageless - 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. [Database &amp; ORM](/categories/database)
4. /
5. chubbyphp/chubbyphp-session-storageless

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

chubbyphp/chubbyphp-session-storageless
=======================================

Storageless persistence adapter for mezzio-session

22PHP

Since Sep 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/chubbyphp-legacy/chubbyphp-session-storageless)[ Packagist](https://packagist.org/packages/chubbyphp/chubbyphp-session-storageless)[ RSS](/packages/chubbyphp-chubbyphp-session-storageless/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

chubbyphp-session-storageless
=============================

[](#chubbyphp-session-storageless)

[![Build Status](https://camo.githubusercontent.com/a759ee293d5e525452f2da41d4803e4c611f8d414e02d06121a76484de371f6f/68747470733a2f2f6170692e7472617669732d63692e6f72672f6368756262797068702f6368756262797068702d73657373696f6e2d73746f726167656c6573732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/chubbyphp/chubbyphp-session-storageless)[![Coverage Status](https://camo.githubusercontent.com/b608040f6e79c5091509ba7930580b6782bb4da46f76e3ba80ab31f9d4867d3f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6368756262797068702f6368756262797068702d73657373696f6e2d73746f726167656c6573732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/chubbyphp/chubbyphp-session-storageless?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/b288d92920f7832c0ea672a0fad50c031ba5a882631d390abaf16ab7ea193d96/68747470733a2f2f706f7365722e707567782e6f72672f6368756262797068702f6368756262797068702d73657373696f6e2d73746f726167656c6573732f762f737461626c652e706e67)](https://packagist.org/packages/chubbyphp/chubbyphp-session-storageless)[![Total Downloads](https://camo.githubusercontent.com/79c989edc034b7885af1a95405c93e2ef8548e7c23d7148c31e1d3b1d58f1b26/68747470733a2f2f706f7365722e707567782e6f72672f6368756262797068702f6368756262797068702d73657373696f6e2d73746f726167656c6573732f646f776e6c6f6164732e706e67)](https://packagist.org/packages/chubbyphp/chubbyphp-session-storageless)[![Monthly Downloads](https://camo.githubusercontent.com/2afd6af5223d980f80715d4ada203f5b191812d48a6fab56fda1c4b6f3e6f856/68747470733a2f2f706f7365722e707567782e6f72672f6368756262797068702f6368756262797068702d73657373696f6e2d73746f726167656c6573732f642f6d6f6e74686c79)](https://packagist.org/packages/chubbyphp/chubbyphp-session-storageless)[![Daily Downloads](https://camo.githubusercontent.com/749bc785ae88ba5cca11fdf747cf0ddf0ab9eb40387d5c741e202005a4b99878/68747470733a2f2f706f7365722e707567782e6f72672f6368756262797068702f6368756262797068702d73657373696f6e2d73746f726167656c6573732f642f6461696c79)](https://packagist.org/packages/chubbyphp/chubbyphp-session-storageless)

Description
-----------

[](#description)

[psr7-sessions/storageless](https://github.com/mezzio/mezzio-session) persistence adapter for [mezzio/mezzio-session](https://github.com/psr7-sessions/storageless).

DEPRECATED: Use [storageless-mezzio-integration](https://github.com/psr7-sessions/storageless-mezzio-integration) instead.

Requirements
------------

[](#requirements)

- php: ^7.2
- [mezzio/mezzio-session](https://github.com/mezzio/mezzio-session): ^1.2
- [psr7-sessions/storageless](https://github.com/psr7-sessions/storageless): ^5.0

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

[](#installation)

Through [Composer](http://getcomposer.org) as [chubbyphp/chubbyphp-session-storageless](https://packagist.org/packages/chubbyphp/chubbyphp-session-storageless).

```
composer require chubbyphp/chubbyphp-session-storageless "^1.0"
```

Usage
-----

[](#usage)

### With laminas-stratigility using symmetric key (hmac)

[](#with-laminas-stratigility-using-symmetric-key-hmac)

#### Generate key

[](#generate-key)

```
openssl rand -base64 32
```

#### Code

[](#code)

```
