Download the PHP package tobias/zend-expressive-session-zf1 without Composer
On this page you can find all versions of the php package tobias/zend-expressive-session-zf1. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tobias/zend-expressive-session-zf1
More information about tobias/zend-expressive-session-zf1
Files in tobias/zend-expressive-session-zf1
Package zend-expressive-session-zf1
Short Description ext-session persistence adapter for zend-expressive-session and compatible to ZF1
License MIT
Homepage https://github.com/tobias/zend-expressive-session-zf1
Informations about the package zend-expressive-session-zf1
Zend Expressive ZF1 Compatible Session
Provides an ZF1 compatible ext-session persistence adapter for use with zend-expressive-session.
Inspired and based on zend-expressive-session-ext.
Installation
Run the following to install this library::
Configuration
If your application uses the zend-component-installer
Composer plugin, your configuration is complete; the shipped
Tobias\Zend\Expressive\Zf1Session\ConfigProvider
registers the
Tobias\Zend\Expressive\Zf1Session\Persistence\SessionPersistence
service, as well as an alias
to SessionPersistence
it under the name Zend\Expressive\Session\SessionPersistenceInterface
.
You can add the Tobias\Zend\Expressive\Zf1Session\ConfigProvider
manually to your config/config.php
e.g.:
Otherwise, you will need to map Zend\Expressive\Session\SessionPersistenceInterface
to Tobias\Zend\Expressive\Zf1Session\Persistence\SessionPersistence
in your dependency
injection container.
In addition to this you can configure all parameters
passed to the session via configuration, e.g. config/autoload/session-params.global.php
All versions of zend-expressive-session-zf1 with dependencies
ext-session Version *
dflydev/fig-cookies Version ^1.0 || ^2.0
zendframework/zend-expressive-session Version ^1.1