Libraries tagged by php-sessions
laminas/laminas-session
24065385 Downloads
Object-oriented interface to PHP sessions and storage
pantheon-systems/wp-native-php-sessions
5315 Downloads
native PHP sessions stored in the database for WordPress.
zendframework/zend-session
12089794 Downloads
Object-oriented interface to PHP sessions and storage
wikimedia/php-session-serializer
1266594 Downloads
Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION
byjg/jwt-session
81788 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
1401691 Downloads
AsyncAws DynamoDB integration for PHP Sessions.
middlewares/php-session
27611 Downloads
Middleware to start php sessions using the request data
compwright/php-session
9930 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
100202 Downloads
A raw PHP session handler for Laravel
plasticbrain/php-flash-messages
229756 Downloads
A modern take on PHP session-based flash messages
ghostff/session
2740 Downloads
PHP Session Manager (non-blocking, flash, segment, session encryption).
ericmann/sessionz
5202 Downloads
PHP Session Manager Interface
customergauge/session
35807 Downloads
Native PHP Session adapter for Laravel Authentication
bolt/session
104599 Downloads
PHP session storage for Symfony's HTTP layer
programster/mysql-session-handler
6998 Downloads
MySQL PHP Session Handler