Libraries tagged by DbSession
cedricve/lockfile
12372 Downloads
A session driver which properly locks the file session driver for Laravel
cashdash-pro/zaar
1500 Downloads
A robust Laravel package for Shopify authentication handling both embedded and external app flows. Features JWT session management, seamless online/offline token handling, and automatic re-authentication for embedded apps. Built for Laravel 10+ and PHP 8.2+.
apix/simple-cache
16793 Downloads
The PSR-16 extension to Apix-Cache.
wandu/http
5859 Downloads
Http Psr-7 Implementation with Session and Cookie.
resonantcore/anti-csrf
12 Downloads
Paragon Initiative's Anti-CSRF Security Library
darkghosthunter/laralerts
676 Downloads
Quickly create one or multiple Alerts from your backend
szczyglis/php-ultra-small-proxy
217 Downloads
Lightweight proxy with full support for sessions, cookies, POST/FORM submissions, and URL rewriting.
spatie/laravel-tinker-tools
50211 Downloads
Use short class names in an Artisan tinker session
somardesignstudios/silverstripe-redis
1970 Downloads
A silverstripe module providing redis caching and session handling
slick/http
6548 Downloads
Slick/Http is an useful library for Web application foundation. It implements the PSR-7 message interface and has a middleware server, session handling and an HTTP client.
oscarricardosan/cache_object
744 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
orangecat/checkip
114 Downloads
Prevent crawlers and IPs reported from creating a session
opengento/module-country-store-redirect
3544 Downloads
This module will redirect the customers regarding their country of origin, on their first visit session.
mvccore/ext-form
4282 Downloads
MvcCore - Extension - Form - form extension with base classes to create and render web forms with HTML5 controls, to handle and validate submited user data, to manage forms sessions for default values, to manage user input errors and to extend and develop custom fields and field groups.
mouf/utils.cache.cache-interface
376235 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.