Libraries tagged by php-sessions
laminas/laminas-session
20029142 Downloads
Object-oriented interface to PHP sessions and storage
plasticbrain/php-flash-messages
218472 Downloads
A modern take on PHP session-based flash messages
zendframework/zend-session
11881535 Downloads
Object-oriented interface to PHP sessions and storage
wikimedia/php-session-serializer
1161138 Downloads
Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION
async-aws/dynamo-db-session
1127059 Downloads
AsyncAws DynamoDB integration for PHP Sessions.
middlewares/php-session
21299 Downloads
Middleware to start php sessions using the request data
compwright/php-session
7431 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
91125 Downloads
A raw PHP session handler for Laravel
ezimuel/php-secure-session
6405 Downloads
Encrypt and authenticate PHP session data using AES-256 and HMAC-SHA256
customergauge/session
25070 Downloads
Native PHP Session adapter for Laravel Authentication
byjg/jwt-session
73234 Downloads
JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation following the SessionHandlerInterface.
pantheon-systems/wp-native-php-sessions
1773 Downloads
native PHP sessions stored in the database for WordPress.
session-interop/session-interop
61060 Downloads
This package contains the session interface for session interopability. It tries to standardize features in session object
programster/mysql-session-handler
5712 Downloads
MySQL PHP Session Handler
mouf/utils.session.session-manager
253210 Downloads
This package is used to manage sessions. It provides a DefaultSessionManager class that you can use to configure your PHP sessions, and a SessionManagerInterface that you can implement if you want to provide your own session management.