Libraries tagged by php-session
laminas/laminas-session
23804413 Downloads
Object-oriented interface to PHP sessions and storage
zendframework/zend-session
12076278 Downloads
Object-oriented interface to PHP sessions and storage
wikimedia/php-session-serializer
1258527 Downloads
Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION
pantheon-systems/wp-native-php-sessions
3683 Downloads
native PHP sessions stored in the database for WordPress.
cache/session-handler
561561 Downloads
An implementation of PHP's SessionHandlerInterface that allows PSR-6
byjg/jwt-session
80943 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
1395228 Downloads
AsyncAws DynamoDB integration for PHP Sessions.
middlewares/php-session
27303 Downloads
Middleware to start php sessions using the request data
compwright/php-session
9846 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
99671 Downloads
A raw PHP session handler for Laravel
plasticbrain/php-flash-messages
229745 Downloads
A modern take on PHP session-based flash messages
ghostff/session
2553 Downloads
PHP Session Manager (non-blocking, flash, segment, session encryption).
ezimuel/php-secure-session
6608 Downloads
Encrypt and authenticate PHP session data using AES-256 and HMAC-SHA256
ericmann/sessionz
5080 Downloads
PHP Session Manager Interface
customergauge/session
34850 Downloads
Native PHP Session adapter for Laravel Authentication