Download the PHP package wincorex/mysql-session-handler without Composer
On this page you can find all versions of the php package wincorex/mysql-session-handler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wincorex/mysql-session-handler
More information about wincorex/mysql-session-handler
Files in wincorex/mysql-session-handler
Download wincorex/mysql-session-handler
More information about wincorex/mysql-session-handler
Files in wincorex/mysql-session-handler
Vendor wincorex
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
- nette/database 2.4+
- PHP 7.2+
Installation
Preferred way to install wincorex/mysql-session-handler is by using Composer:
Setup
After installation:
1) Create the table sessions using SQL in sql/create.sql.
2) Register an extension in config.neon:
Original source code
- Pematon GitHub
- MD5 hash is not applicated for easy debugging
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 wincorex/mysql-session-handler contains the following files
Loading the files please wait ....