Libraries tagged by this7 session

ordereazi/commerce-sdk

0 Favers
4 Downloads

Build a fully custom headless storefront - your own web app, mobile app, or POS - against a single OE Commerce store. Every endpoint below is namespaced under `/api/v1/store/...`. Building admin/back-office tooling instead? See [/docs/admin](/docs/admin). New here? [/guides/store](/guides/store) walks through getting a key, the anonymous cart session, and calling your first endpoints step by step - this page is the field-level reference to come back to afterward. ## Getting Started 1. Click the **Authorize** button at the top of this page. 2. Provide credentials: - **X-Commerce-Key** (always required) - your store's Store Access Key from Backoffice > Settings > Application APIs. `pk_store_...` (publishable) is safe for browser/mobile code; `sk_store_...` (secret) is server-to-server only and is rejected outright if a browser Origin header is present. - **Bearer** (only for endpoints acting on a specific customer - Account, Orders, Wishlists, etc.) - the token from **Auth > register** or **Auth > login**. Once authorized, you can explore and test all available endpoints directly from this interface. ## Anonymous Carts A guest cart is tracked by an `X-Session-Ref` header, not a cookie - the server generates one on your first request and echoes it back on every response after. Keep sending back whatever value you last received. Logging in carries that same cart forward onto the customer's account automatically, with no separate merge step. ## Errors Failures use RFC 9457 Problem Details (`application/problem+json`) with a stable `code` field for programmatic handling, e.g. `store_key_invalid`, `store_key_revoked`, `store_key_scope_denied`, `rate_limited`. A rejected *business* action (e.g. adding fewer than a product's minimum order quantity to the cart) instead comes back as HTTP 200 with `"success": false` and a human-readable `message` - always check `success` in the body, not just the HTTP status code. ## Rate Limits Requests are limited per Store Access Key (200/minute). The credential-stuffing surface (register/login/forgot-password/reset-password) is limited more tightly per caller IP (10 per 5 minutes). A 429 response includes a `Retry-After` header.

Go to Download


mouf/utils.i18n.fine.language-detection

1 Favers
17865 Downloads

Language detection is a PHP internationalisation package, it depends of translation-interface. This package contain many class to return a language select for internationalisation. It's could be with : Browser detection, fix language, data set in session, a link between domain name and language or a cascading of many solutions. The language can be used to translate message in fin or whatever.

Go to Download


magenizr/magento2-hideshippingmethod

9 Favers
64 Downloads

Hide Shipping Method allows admin users to hide one or multiple shipping methods on the cart and checkout page. This can be limited to specific weekdays, by start and end-date or customer sessions.

Go to Download


eawardie/tab-manager-laravel

0 Favers
274 Downloads

This is a Laravel package used to manage browser tab specific session data

Go to Download


drupal-eca-recipe/eca_lib_0029

0 Favers
118 Downloads

This model demonstrates how to add a role to an inserted or updated user entity. There are actually 3 potential ways of doing this, only 1 of them being recommended. The recorded session (see link below) shows the issues you can run into when choosing one of the other options and it may become transparent, why the third option is the best of the available ones.The creation of this module was recorded and the video with additional explanations can be [watched here](https://tube.tchncs.de/w/odtnGZjaEAKtzZSVX1gdAS).

Go to Download


boressoft/ident_switch

3 Favers
7459 Downloads

This plugin allows users to switch between different accounts (including remote) in single Roundcube session.

Go to Download


minhbxn/laravel-session-tracker

1 Favers
8 Downloads

This package provides session tracking functionalities, multisession management and user device management features for laravel applications.

Go to Download


hardevine/laravel-session-tracker

3 Favers
11964 Downloads

This package provides session tracking functionalities, multisession management and user device management features for laravel applications.

Go to Download


session-interop/session-writer-interop

0 Favers
18 Downloads

This package contains the session interface for session saving interopability.

Go to Download


limboniatech/limbonia-session-manager

0 Favers
35 Downloads

This is the Limbonia session management library

Go to Download


rapidwebltd/zebra-session-loader

1 Favers
374 Downloads

This library automatically starts Zebra sessions (database powered sessions) wherever vendor/autoload.php is included. It can be useful if you need to add database powered sessions to a bespoke PHP application that lacks an existing framework.

Go to Download


mferly/session-parser

0 Favers
5 Downloads

Use this to iterate through active session files within the defined PHP sessions folder found in php.ini to look for authenticated sessions.

Go to Download


cweetagram/chat-session-manager

0 Favers
7 Downloads

This package helps managing chat sessions in your apps

Go to Download


carry0987/session-manager

0 Favers
58 Downloads

Flexible and secure session management for PHP. This library provides an object-oriented wrapper for PHP's native session handling functions, implementing SessionHandlerInterface for easy integration with existing projects. It also comes with additional features like session encryption and database storage handlers for scalable applications.

Go to Download


linkorb/flex-session-bundle

0 Favers
3 Downloads

This Bundle provides integration with flex session for symfony

Go to Download


<< Previous Next >>