PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP Session MySQL Handler   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Session MySQL Handler
Handler for storing session data in MySQL
Author: By
Last change: Update of composer.json
Date: 5 years ago
Size: 1,108 bytes
 

Contents

Class file image Download
{ "name": "voku/session2db", "type": "library", "description": "A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.", "keywords": [ "session", "locking", "flash", "flashdata", "fixation", "hijack", "mysqli", "mysql", "database" ], "homepage": "http://stefangabos.ro/php-libraries/zebra-session/", "license": "LGPL-3.0", "authors": [ { "name": "Stefan Gabos", "email": "contact@stefangabos.ro", "homepage": "http://stefangabos.ro/", "role": "Developer" }, { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "http://moelleken.org/", "role": "Developer" } ], "require": { "php": ">=7.0.0", "voku/simple-mysqli": "~7.0 || ~8.0" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0" }, "autoload": { "psr-4": { "voku\\helper\\": "src/voku/helper/" } } }