zendframework / zend-expressive-session-ext
ext-session persistence adapter for zend-expressive-session
Installs: 86 201
Dependents: 5
Suggesters: 1
Security: 0
Stars: 12
Watchers: 15
Forks: 10
Open Issues: 5
Requires
- php: ^7.1
- ext-session: *
- dflydev/fig-cookies: ^1.0 || ^2.0
- zendframework/zend-expressive-session: ^1.3
Requires (Dev)
- phpunit/phpunit: ^7.0.2
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-diactoros: ^1.6
Conflicts
- phpspec/prophecy: <1.7.2
README
Repository abandoned 2019-12-31
This repository has moved to mezzio/mezzio-session-ext.
Provides an ext-session persistence adapter for use with zend-expressive-session.
Installation
Run the following to install this library:
$ 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.