Download the PHP package snawoot/php-storageless-sessions without Composer
On this page you can find all versions of the php package snawoot/php-storageless-sessions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download snawoot/php-storageless-sessions
More information about snawoot/php-storageless-sessions
Files in snawoot/php-storageless-sessions
Download snawoot/php-storageless-sessions
More information about snawoot/php-storageless-sessions
Files in snawoot/php-storageless-sessions
Vendor snawoot
Package php-storageless-sessions
Short Description Storageless sessions with encrypted and HMAC-signed cookies
License MIT
Homepage https://github.com/Snawoot/php-storageless-sessions
Package php-storageless-sessions
Short Description Storageless sessions with encrypted and HMAC-signed cookies
License MIT
Homepage https://github.com/Snawoot/php-storageless-sessions
Please rate this library. Is it a good library?
Informations about the package php-storageless-sessions
php-storageless-sessions
Sessions handler which stores session data in HMAC-signed and encrypted cookies.
:heart: :heart: :heart:
You can say thanks to the author by donations to these wallets:
- ETH:
0xB71250010e8beC90C5f9ddF408251eBA9dD7320e
- BTC:
- Legacy:
1N89PRvG1CSsUk9sxKwBwudN6TjTPQ1N8a
- Segwit:
bc1qc0hcyxc000qf0ketv4r44ld7dlgmmu73rtlntw
- Legacy:
Requirements
- PHP 5.4.0 or newer
- OpenSSL extension (built-in by default)
- Hash extension (built-in by default)
- Enabled output buffering (
output_buffering=1
oroutput_buffering=On
in php.ini)
Usage
Plain PHP
Symfony
Handler constructor parameters
$secret
- secret passphrase used for HMAC signature and encryption$expire
- expiration time of HMAC signature$digest_algo
- hash algorithm used for key derivation and cookie signature. Seehash_algos()
for all available message digest algorithms.$cipher_algo
- cipher algorithm used for session contents encryption. Seeopenssl_get_cipher_methods()
for all available ciphers.$cipher_keylen
- proper key length for specified cipher algorithm, used for encryption key derivation
All versions of php-storageless-sessions with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
ext-hash Version *
ext-openssl Version *
ext-hash Version *
ext-openssl Version *
The package snawoot/php-storageless-sessions contains the following files
Loading the files please wait ....