Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laminas Session Laravel Package

laminas/laminas-session

Laminas Session provides object-oriented PHP session management: session containers, validators, save handlers, and configuration utilities. Supports secure, testable session workflows for Laminas/Mezzio apps, including storage options and session lifecycle control.

View on GitHub
Deep Wiki
Context7

Session Container

Laminas\Session\Container instances provide the primary API for manipulating session data in laminas-session. Containers are used to segregate all session data, although a default namespace exists for those who only want one namespace for all their session data.

Each instance of Laminas\Session\Container corresponds to an entry of the Laminas\Session\Storage, where the namespace is used as the key. Laminas\Session\Container itself is an instance of an ArrayObject.

Basic Usage

use Laminas\Session\Container;

$container = new Container('namespace');
$container->item = 'foo';

Setting the Default Session Manager

In the event you are using multiple session managers or prefer to be explicit, the default session manager that is utilized can be explicitly set.

use Laminas\Session\Container;
use Laminas\Session\SessionManager;

$manager = new SessionManager();
Container::setDefaultManager($manager);
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky