marphi / mezzio-session

Session container and middleware for PSR-7 applications

Home Page:https://docs.mezzio.dev/mezzio-session/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 mezzio/mezzio-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 mezzio/mezzio-session-ext

Documentation

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

$ mkdocs build

You may also browse the documentation online.

About

Session container and middleware for PSR-7 applications

https://docs.mezzio.dev/mezzio-session/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%