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

Session Laravel Package

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.

View on GitHub
Deep Wiki
Context7

Joomla\Session\HandlerInterface

The HandlerInterface is an extension of the native SessionHandlerInterface adding additional capabilities to session handlers.

Implementations of the SessionHandlerInterface are used by a Joomla\Session\Storage\NativeStorage instance for managing session data. Note that the Session API does not require session handlers to implement the Joomla\Session\HandlerInterface, all uses typehint against the SessionHandlerInterface and check whether the extended interface is used.

Check if the handler is supported

The isSupported method is used to validate whether a handler can be used in the current environment. Handlers implementing this interface should add internal checks to ensure its dependencies are available. For example, the Joomla\Session\Handler\MemcachedHandler::isSupported() method ensures that Memcached is available on the server.

/*
 * [@return](https://github.com/return)  boolean
 */
public static function isSupported();
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.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport