Libraries tagged by session package
session-interop/session-interop
60651 Downloads
This package contains the session interface for session interopability. It tries to standardize features in session object
session-interop/session-factory-interop
52905 Downloads
This package contains the session interface for session getting interopability.
session-interop/session-configuration-interop
52939 Downloads
This package contains the session interface for session configuration interopability.
mouf/utils.session.session-manager
252520 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.
binarcode/laravel-stateless-session
1329 Downloads
This package allow you to keep the session through request/response header. No cookie needed.
session-interop/utils.defaultmanager
52932 Downloads
This package contains the session implementation to be able to iterate over it.
session-interop/utils.arraysession.savable
52919 Downloads
This package contains the session implementation to be able to iterate over it.
session-interop/utils.arraysession
53056 Downloads
This package contains the session interface implementation
nassiry/flash-messages
80 Downloads
A PHP package for handling flash messages with session storage & rendering.
session-interop/middleware.async
52948 Downloads
This package contains a zend's middleware to be able to inject a Session Object into the request
jambasangsang/flash
2785 Downloads
This package will send flash notification to your application
cashdash-pro/zaar
717 Downloads
A robust Laravel package for Shopify authentication handling both embedded and external app flows. Features JWT session management, seamless online/offline token handling, and automatic re-authentication for embedded apps. Built for Laravel 10+ and PHP 8.2+.
stianscholtz/tab-manager-laravel
468 Downloads
This is a Laravel package used to manage browser tab specific session data
osa-eg/laravel-tabby-integration
206 Downloads
The package acts as a Laravel integration for the Tabby API, allowing developers to easily create sessions, handle payments, and manage webhooks in their applications.
mouf/utils.cache.cache-interface
375882 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.