Libraries tagged by session management
aura/session
1262660 Downloads
Provides session management functionality, including lazy session starting, session segments, next-request-only ("flash") values, and CSRF tools.
ericmann/wp-session-manager
24308 Downloads
Prototype session management for WordPress.
intellitrend/zabbixapi
63376 Downloads
Zabbix API client for PHP with session cache and SSL management
detain/session-samurai
2345 Downloads
🥷 Universal high-speed asynchronous (non-blocking) SessionHandlerInterface implementation for PHP supporting Semaphores, Mysqli, Redis, SQLite3, Symfony/Cache, WinCache, PhpFastCache, PHP-Cache, PDO, Memcached, FlySystem Filesystem, Illuminate, APCu, APC, OpCache, InfluxDB, WinCache, MongoDb and local file storage.
amphp/http-server-session
9911 Downloads
An HTTP server plugin that simplifies session management for your applications. Effortlessly handle user sessions, securely managing data across requests.
alajusticia/laravel-logins
15569 Downloads
Session management in Laravel apps, user notifications on new access, support for multiple separate remember tokens, IP geolocation, User-Agent parser
ory/kratos-client-php
33962 Downloads
This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
diego-ninja/laravel-devices
4045 Downloads
This package provides session tracking functionalities, multi-session management and user device management features for laravel applications.
talon-one/talon-one-client
127403 Downloads
Use the Talon.One API to integrate with your application and to manage applications and campaigns: - Use the operations in the [Integration API section](#integration-api) to integrate with our platform. - Use the operation in the [Management API section](#management-api) to manage applications and campaigns. ## Determining the base URL of the endpoints The API is available at the same hostname as your Campaign Manager deployment. For example, if you access the Campaign Manager at `https://yourbaseurl.talon.one/`, the URL for the [updateCustomerSessionV2](https://docs.talon.one/integration-api#tag/Customer-sessions/operation/updateCustomerSessionV2) endpoint is `https://yourbaseurl.talon.one/v2/customer_sessions/{Id}`.
waaseyaa/user
9875 Downloads
User entity, authentication, and session management for Waaseyaa
mbissonho/module-remember-admin-last-page
2632 Downloads
This module allow a admin user to come back to the same page(order, customer or config management) when it's session expires.
tuutti/php-klarna-payments
71233 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/).
willvincent/laravel-session-manager
1064 Downloads
Enhanced session management for Laravel with device tracking and remote logout
session-interop/session-manager-interop
54283 Downloads
This package contains the session interface for session management interopability.
mouf/utils.session.session-manager
254957 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.