zendframework/zend-expressive-session

Name: zend-expressive-session

Owner: Zend Framework

Description: Session middleware for PSR-7 applications

Created: 2017-10-03 21:54:43.0

Updated: 2018-03-21 19:02:01.0

Pushed: 2018-05-22 16:39:01.0

Homepage: null

Size: 928

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

zend-expressive-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:

mposer 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:

mposer require zendframework/zend-expressive-session-ext
Documentation

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

docs build

You may also browse the documentation online.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.