Download the PHP package innmind/http-session without Composer
On this page you can find all versions of the php package innmind/http-session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download innmind/http-session
More information about innmind/http-session
Files in innmind/http-session
Download innmind/http-session
More information about innmind/http-session
Files in innmind/http-session
Vendor innmind
Package http-session
Short Description HTTP session
License MIT
Homepage http://github.com/Innmind/HttpSession
Package http-session
Short Description HTTP session
License MIT
Homepage http://github.com/Innmind/HttpSession
Please rate this library. Is it a good library?
Informations about the package http-session
Http session
Library to manage session for http requests.
The goal is to break the paradigm of considering the request and response as a global environment. Request and response should be delt as transiting data. The session for a request should obey this principle as well, thus the signature Manager::start(ServerRequest): Maybe<Session>
.
Installation
Usage
Note: you should take a look at innmint/http-server
in order to know how to have access to an instance of ServerRequest
and send the Response
.
All versions of http-session with dependencies
PHP Build Version
Package Version
The package innmind/http-session contains the following files
Loading the files please wait ....