Libraries tagged by session data
hexafuchs/laravel-database-privacy
8 Downloads
Less privacy intrusive database session handler
blast-project/doctrine-session-bundle
1955 Downloads
Store your Symfony sessions in database through doctrine
baraja-core/session
2417 Downloads
Simple performance package for storage your sessions to database by native PDO.
atk14/session-storer
194 Downloads
A library for storing sessions in database used in the ATK14 Framework
antriver/laravel-database-session-auth
43 Downloads
Laravel auth guard that stores a session token in the database.
necromant2005/tt-serverless-session
41 Downloads
Server less session (store all data in browser cookies)
carry0987/session-manager
50 Downloads
Flexible and secure session management for PHP. This library provides an object-oriented wrapper for PHP's native session handling functions, implementing SessionHandlerInterface for easy integration with existing projects. It also comes with additional features like session encryption and database storage handlers for scalable applications.
coroq/pdo-session-handler
19 Downloads
Session handler that saves data into RDBMS via PDO
coroq/db-session-handler
73 Downloads
Session handler that saves data into RDBMS via coroq/db
wenprise/session-manager
19 Downloads
Native PHP sessions stored in the database or object cache.
substacks/zebra_session
12 Downloads
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.
legalthings/mongodb-session-handler
9945 Downloads
A session handler that stores structured data in MongoDB
isleshocky77/ninja-forms-session
244 Downloads
Wordpress plugin and Ninja Forms add-on which allows you to save form data to the current session and then use it elsewhere.
jlsalvador/yii-db-http-token-session
7 Downloads
YiiDbHttpTokenSession is a Yii extension that extends CDbHttpSession by using a database as a token-session linker for each request-response without the need of a cookie or PHPSESSID usage (like a Rest Api solution).
gabriel403/g403-session-db
579 Downloads
Extension to ZF2 to allow sessions to be stored in the database.