zendframework / zend-expressive-session
Session container and middleware for PSR-7 applications
Installs: 144 292
Dependents: 12
Suggesters: 0
Security: 0
Stars: 31
Watchers: 19
Forks: 13
Open Issues: 3
Requires
- php: ^7.1
- psr/container: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- phpunit/phpunit: ^6.5.5
- zendframework/zend-coding-standard: ~1.0.0
Suggests
- zendframework/zend-expressive-csrf: ^1.0 || ^1.0-dev for CSRF protection capabilities
- zendframework/zend-expressive-flash: ^1.0 || ^1.0-dev for flash message capabilities
- zendframework/zend-expressive-session-ext: ^1.0 || ^1.0-dev for an ext-session persistence adapter
Conflicts
- phpspec/prophecy: <1.7.2
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.
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.