joomla/session
Framework-agnostic PHP 8.1+ session management from the Joomla Framework. Provides interfaces and utilities to start and manage sessions, store and retrieve session data, and integrate session handling cleanly within your application.
The RuntimeStorage class is an implementation of Joomla\Session\StorageInterface that stores session related data in-memory.
This storage class is best suited for use in an application's test suite or as the storage layer for a command-line application which triggers session related code.
How can I help you explore Laravel packages today?