zendframework/zend-expressive-session

This package is abandoned and no longer maintained. The author suggests using the mezzio/mezzio-session package instead.

Session container and middleware for PSR-7 applications

1.3.0 2019-10-16 15:28 UTC

This package is auto-updated.

Last update: 2020-01-28 18:50:19 UTC


README

Repository abandoned 2019-12-31

This repository has moved to mezzio/mezzio-session.

Build Status Coverage Status

This library provides session handling middleware for PSR-7 applications, using an adapter-based approach that will allow usage of ext-session, JWT, or other approaches.

Installation

Run the following to install this library:

$ composer require zendframework/zend-expressive-session

However, the package is not immediately useful unless you have a persistence adapter. If you are okay with using ext-session, you can install the following package as well:

$ composer require zendframework/zend-expressive-session-ext

Documentation

Documentation is in the doc tree, and can be compiled using mkdocs:

$ mkdocs build

You may also browse the documentation online.