Libraries tagged by php-session
laminas/laminas-session
24626712 Downloads
Object-oriented interface to PHP sessions and storage
wikimedia/php-session-serializer
1286694 Downloads
Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION
pantheon-systems/wp-native-php-sessions
10748 Downloads
native PHP sessions stored in the database for WordPress.
zendframework/zend-session
12117721 Downloads
Object-oriented interface to PHP sessions and storage
cache/session-handler
564604 Downloads
An implementation of PHP's SessionHandlerInterface that allows PSR-6
byjg/jwt-session
84370 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.
async-aws/dynamo-db-session
1415132 Downloads
AsyncAws DynamoDB integration for PHP Sessions.
middlewares/php-session
28132 Downloads
Middleware to start php sessions using the request data
compwright/php-session
10267 Downloads
Standalone session implementation that does not rely on the PHP session module or the $_SESSION global, ideal for ReactPHP applications
stechstudio/laravel-raw-sessions
101249 Downloads
A raw PHP session handler for Laravel
ghostff/session
3411 Downloads
PHP Session Manager (non-blocking, flash, segment, session encryption).
ezimuel/php-secure-session
6621 Downloads
Encrypt and authenticate PHP session data using AES-256 and HMAC-SHA256
ericmann/sessionz
5715 Downloads
PHP Session Manager Interface
customergauge/session
37243 Downloads
Native PHP Session adapter for Laravel Authentication
bolt/session
105587 Downloads
PHP session storage for Symfony's HTTP layer