Libraries tagged by session data
blast-project/doctrine-session-bundle
1958 Downloads
Store your Symfony sessions in database through doctrine
baraja-core/session
2419 Downloads
Simple performance package for storage your sessions to database by native PDO.
atk14/session-storer
198 Downloads
A library for storing sessions in database used in the ATK14 Framework
antriver/laravel-database-session-auth
49 Downloads
Laravel auth guard that stores a session token in the database.
aniftyco/laravel-advanced-db-sessions
273 Downloads
Advanced Database Sessions for Laravel
necromant2005/tt-serverless-session
42 Downloads
Server less session (store all data in browser cookies)
carry0987/session-manager
55 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.
nixphp/session
41 Downloads
NixPHP Session Plugin for storing data across requests.
coroq/pdo-session-handler
21 Downloads
Session handler that saves data into RDBMS via PDO
coroq/db-session-handler
77 Downloads
Session handler that saves data into RDBMS via coroq/db
wenprise/session-manager
24 Downloads
Native PHP sessions stored in the database or object cache.
substacks/zebra_session
13 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
9949 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).