Download the PHP package dustindoiron/session-encode-decode without Composer
On this page you can find all versions of the php package dustindoiron/session-encode-decode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dustindoiron/session-encode-decode
More information about dustindoiron/session-encode-decode
Files in dustindoiron/session-encode-decode
Download dustindoiron/session-encode-decode
More information about dustindoiron/session-encode-decode
Files in dustindoiron/session-encode-decode
Vendor dustindoiron
Package session-encode-decode
Short Description Storageless PSR-7 Session support
License MIT
Package session-encode-decode
Short Description Storageless PSR-7 Session support
License MIT
Please rate this library. Is it a good library?
Informations about the package session-encode-decode
:lock_with_ink_pen: PSR7Session encoder/decoder
This library provides a way to encode and decode default session data.
Installation
The suggested installation method is via composer:
Why this library?
PHP's native session_encode()
and session_decode()
functions has some limitations:
-
session_decode()
- Can't be used if there's no session active
- Populates the super global
$_SESSION
variable automatically
- session_encode()
- Do not accept parameters, so you can't use it to encode the content you want.
- Depends on
$_SESSION
global state
Encoding
Decoding
All versions of session-encode-decode with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package dustindoiron/session-encode-decode contains the following files
Loading the files please wait ....