Libraries tagged by php-session
laminas/laminas-session
25608512 Downloads
Object-oriented interface to PHP sessions and storage
wikimedia/php-session-serializer
1323679 Downloads
Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION
pantheon-systems/wp-native-php-sessions
19468 Downloads
native PHP sessions stored in the database for WordPress.
zendframework/zend-session
12160515 Downloads
Object-oriented interface to PHP sessions and storage
byjg/jwt-session
90167 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
1435148 Downloads
AsyncAws DynamoDB integration for PHP Sessions.
middlewares/php-session
28686 Downloads
Middleware to start php sessions using the request data
compwright/php-session
10875 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
102934 Downloads
A raw PHP session handler for Laravel
ghostff/session
4008 Downloads
PHP Session Manager (non-blocking, flash, segment, session encryption).
ezimuel/php-secure-session
6633 Downloads
Encrypt and authenticate PHP session data using AES-256 and HMAC-SHA256
customergauge/session
39979 Downloads
Native PHP Session adapter for Laravel Authentication
cache/session-handler
567428 Downloads
Locking PHP session handlers for PSR-6 and PSR-16 caches
bolt/session
107404 Downloads
PHP session storage for Symfony's HTTP layer
glowy/session
2356 Downloads
Session Package provides basic methods to work with session.