Libraries tagged by session data
nette/http
20343697 Downloads
🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.
stefangabos/zebra_session
131341 Downloads
A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing better performance, better security and protection against session fixation and session hijacking
pantheon-systems/wp-native-php-sessions
19671 Downloads
native PHP sessions stored in the database for WordPress.
geometria-lab/rediska
318404 Downloads
Full-featured PHP client for key-value database Redis
byjg/jwt-session
90336 Downloads
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.
aplus/session
1608669 Downloads
Aplus Framework Session Library
rediska/rediska
245873 Downloads
Full-featured PHP client for key-value database Redis
kodus/session
54161 Downloads
A simple interface for storing and retrieving session data without the use of PHP's native session handling
ezimuel/php-secure-session
6633 Downloads
Encrypt and authenticate PHP session data using AES-256 and HMAC-SHA256
cse/helpers-session
4196 Downloads
The helpers allows you to easily manage session data. START, SET, GET DELETE, HAS method session - all this is available in this library.
amphp/http-server-session
10372 Downloads
An HTTP server plugin that simplifies session management for your applications. Effortlessly handle user sessions, securely managing data across requests.
middlewares/php-session
28706 Downloads
Middleware to start php sessions using the request data
mzur/kirby-flash
84774 Downloads
Stores data in the session for the next request. Data is removed after the next page load.
erikwang2013/security-php
934 Downloads
A PHP security attack detection plugin with 31 stateless threat detectors and 4 cross-request identity checks (session hijack, unusual login, data tamper, brute-force lockout). Works with Laravel, Webman, ThinkPHP, and Hyperf, or with no framework at all via global functions.
aplus/app
1584135 Downloads
Aplus Framework App Project