Download the PHP package davidlienhard/sessionhandler without Composer
On this page you can find all versions of the php package davidlienhard/sessionhandler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download davidlienhard/sessionhandler
More information about davidlienhard/sessionhandler
Files in davidlienhard/sessionhandler
Download davidlienhard/sessionhandler
More information about davidlienhard/sessionhandler
Files in davidlienhard/sessionhandler
Vendor davidlienhard
Package sessionhandler
Short Description 🐘 php sessionhandler using database connection
License MIT
Homepage https://github.com/davidlienhard/sessionhandler/
Package sessionhandler
Short Description 🐘 php sessionhandler using database connection
License MIT
Homepage https://github.com/davidlienhard/sessionhandler/
Please rate this library. Is it a good library?
Informations about the package sessionhandler
davidlienhard/sessionhandler
🐘 php sessionhandler using a database connection
Setup
You can install through composer
with:
Note: davidlienhard/sessionhandler requires PHP 8.0
Example
Requirements
There must be an existing database connection using davidlienhard/database
. This database object must be passed to the constructor.
Database-Table
A table with the name sessions
with the following structure must exist in the database.
License
The MIT License (MIT). Please see LICENSE for more information.
All versions of sessionhandler with dependencies
PHP Build Version
Package Version
The package davidlienhard/sessionhandler contains the following files
Loading the files please wait ....