Libraries tagged by session
webteractive/filament-browser-timezone
2663 Downloads
A Filament plugin to detect user's browser timezone and make it available to Tables, Forms, and Infolist via session
webrium/core
1698 Downloads
A lightweight set of PHP utility classes for common web tasks: routing, HTTP requests and headers, sessions, validation, file uploads, JWT, and hashing.
waypointer-digital/bug-tracking-laravel
1947 Downloads
Kanbino Bug Tracking SDK for Laravel - Error capture, breadcrumbs, and session replay
tuutti/php-klarna-payments
71749 Downloads
The payments API is used to create a session to offer Klarna's payment methods as part of your checkout. As soon as the purchase is completed the order should be read and handled using the [`Order Management API`](https://docs.klarna.com/api/ordermanagement). **Note:** Examples provided in this section includes full payloads, including all supported fields , required and optionals. In order to implement a best in class request we recommend you don't include customer details when initiating a payment session. Refer to [Initiate a payment](https://docs.klarna.com/klarna-payments/integrate-with-klarna-payments/step-1-initiate-a-payment/) section for further details. Read more on [Klarna payments](https://docs.klarna.com/klarna-payments/).
toteph42/identity_switch
1661 Downloads
This plugin allows users to switch between different identities (and check for new mails) in a single Roundcube session.
thrieu/yii2-grid-view-state
13876 Downloads
Save filters from GridView to session, keep the filter state between pages.
szczyglis/php-ultra-small-proxy
292 Downloads
Lightweight proxy with full support for sessions, cookies, POST/FORM submissions, and URL rewriting.
spatie/laravel-tinker-tools
50264 Downloads
Use short class names in an Artisan tinker session
smith197/steamauthentication
546 Downloads
SteamAuthentication is a basic set of PHP files that enable users to login using their steam account to view protected content on your website. it creates a session using their steamid as the sessionID and checks for the session when a user visits the page. It also includes a file which allows you to use their profile information such as their avatar and online status.
se7enxweb/ezstarrating
782 Downloads
eZ Star Rating is an extension that allows the addition of a rating system to eZ publish content objects via a dedicated datatype. The current version allows ratings between 1 and 5 stars; users can vote once per session.
rainwaves/lara-auth-suite
1107 Downloads
Laravel API auth suite: Sanctum tokens & session modes, password reset, and 2FA.
prunacatalin/filament-locale-switcher
1799 Downloads
Drop-in topbar locale switcher for Filament v4/v5 panels. Session + per-user persistence, explicit locale list, render-hook dropdown.
osa-eg/laravel-tabby-integration
1213 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.
mpyw/laravel-mysql-system-variable-manager
6412 Downloads
A tiny extension of MySqlConnection that manages session system variables
mouf/utils.cache.cache-interface
381827 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.