Download the PHP package pematon/mysql-session-handler without Composer
On this page you can find all versions of the php package pematon/mysql-session-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pematon/mysql-session-handler
More information about pematon/mysql-session-handler
Files in pematon/mysql-session-handler
Download pematon/mysql-session-handler
More information about pematon/mysql-session-handler
Files in pematon/mysql-session-handler
Vendor pematon
Package mysql-session-handler
Short Description MySQL session handler for Nette Framework
License MIT
Package mysql-session-handler
Short Description MySQL session handler for Nette Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package mysql-session-handler
MySQL Session handler
Custom PHP session handler for Nette Framework that uses MySQL database for storage.
Requirements
- PHP 8.1+
Installation
Preferred way to install pematon/mysql-session-handler is by using Composer:
Setup
After installation:
1) Create the table session
using SQL in sql/create.sql.
2) Register an extension in config.neon:
3) Configure custom table name:
Features
- For security reasons, Session ID is stored in the database as an MD5 hash.
- Multi-Master Replication friendly (tested in Master-Master row-based replication setup).
All versions of mysql-session-handler with dependencies
PHP Build Version
Package Version
The package pematon/mysql-session-handler contains the following files
Loading the files please wait ....