zendframework/zend-expressive-session
最新稳定版本:1.3.0
Composer 安装命令:
composer require zendframework/zend-expressive-session
包简介
Session container and middleware for PSR-7 applications
README 文档
README
Repository abandoned 2019-12-31
This repository has moved to mezzio/mezzio-session.
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.
统计信息
- 总下载量: 147.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 32
- 点击次数: 2
- 依赖项目数: 12
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-10-10