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 SessionEvent class is an event class that is the root of all session event classes for Joomla\Session\SessionInterface implementations which support dispatching events.
The getSession() method is used to get the current SessionInterface which dispatched the event.
/**
* [@return](https://github.com/return) SessionInterface
*/
public function getSession(): SessionInterface
How can I help you explore Laravel packages today?