Download the PHP package tnapf/mysqlsessions without Composer
On this page you can find all versions of the php package tnapf/mysqlsessions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tnapf/mysqlsessions
More information about tnapf/mysqlsessions
Files in tnapf/mysqlsessions
Download tnapf/mysqlsessions
More information about tnapf/mysqlsessions
Files in tnapf/mysqlsessions
Vendor tnapf
Package mysqlsessions
Short Description A sessioninterface implementation for storing sessions in a mysql database
License MIT
Package mysqlsessions
Short Description A sessioninterface implementation for storing sessions in a mysql database
License MIT
Please rate this library. Is it a good library?
Informations about the package mysqlsessions
Tnapf/MySQLSessions
A sessioninterfaces implementation for using a MySQL database as session storage
Installation
composer require tnapf/mysqlsessions
Usage
Setting up table
First, use this SQL code to create your sessions table
Creating Session Controller
Next create a PDO Connection (will be using tnapf/pdo
for building the driver)
After creating the driver construct Tnapf\MysqlSessions\Controller
using the PDO object as the first argument.
Creating a session
Setting session variables
Unsetting session variables
Deleting sessions
All versions of mysqlsessions with dependencies
PHP Build Version
Package Version
The package tnapf/mysqlsessions contains the following files
Loading the files please wait ....