Registry / utility / aura-session

aura-session

JSON →
library6.0.0phppackagistunverified

Provides session management functionality, including lazy session starting, session segments, next-request-only ("flash") values, and CSRF tools.

composer require aura/session
INSTALL
IMPORT
SIG · AURA-SESSION
A
aura-session
utilityphpv6.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SessionFactory
use Aura\Session\SessionFactory;

Creates a session instance and stores/retrieves a value.

<?php require_once 'vendor/autoload.php'; use Aura\Session\SessionFactory; $session_factory = new SessionFactory(); $session = $session_factory->newInstance($_COOKIE); $session->set('key', 'value'); echo $session->get('key');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
2
Meta
1
Resources
aura-session — pip install aura-session · libregistry