Libraries tagged by cookie middleware
spiral/cookies
21724 Downloads
Spiral Framework: Secure Cookie middleware
jeffersongoncalves/laravel-locale-cookie
431 Downloads
A Laravel middleware that resolves the application locale from a cookie, validating the requested value against a configurable list of supported locales and falling back to a sensible default when the cookie is missing or unknown. Cookie name, supported locales, and fallback locale are all driven by config.
jeffersongoncalves/laravel-page-cache
433 Downloads
This Laravel package provides a full-page response cache middleware for stateless public GET pages. It caches 200 responses keyed by a version token, locale, and theme cookie, skips authenticated requests, exposes an X-Page-Cache HIT/MISS header, and offers a static flush() helper to invalidate every cached page at once.
ngsoft/slim-cookie-middleware
4651 Downloads
A samesite cookie and session management for slim 4
hiraeth/middleware-encrypt-cookies
9505 Downloads
PSR-15 middleware to encrypt cookies for the Hiraeth Nano Framework
ellipse/cookie-encryption
24868 Downloads
Psr-15 middleware allowing to encrypt cookies using defuse/php-encryption
php-extended/php-http-client-cookiebag
23821 Downloads
A psr-18 compliant middleware client that handles cookies for psr-7 http messages
rasuvaeff/yii3-utm
91 Downloads
UTM capture and attribution for Yii3: touchpoint history in one cookie, click-id support, consent-gated middleware and an append-only attribution journal
larafony/core
65 Downloads
Larafony is a modern PHP 8.5 framework combining the elegance of Laravel, the stability of Symfony, and the power of PSR standards - built for production, not tutorials. Minimal dependencies, full PSR support, custom middleware stack, and analytics without cookies or Google.
quiet-metrics/laravel-metrics
32 Downloads
Pont Laravel du SDK Quiet Metrics (quiet-metrics/php-metrics) : pageviews serveur automatiques (middleware), facade et configuration.
everware/laravel-fortify-sanctum
446 Downloads
Automatically integrate Laravel Fortify with Laravel Sanctum so Fortify gives out Sanctum tokens on login while maintaining default Fortify functionality like two factor authentication. Also allows the use of 'api' middleware and makes login/sessions work without cookies (makes Fortify "stateless"-ish by creating temporary sessions).
tigerwill90/xsrf-middleware
46 Downloads
Csrf protection based on double submit pattern, cookie - JWT alternative
farzai/transport
7322 Downloads
A modern, PSR-compliant HTTP client for PHP with middleware architecture, advanced retry strategies, and fluent API for building requests
arefshojaei/delta
40 Downloads
A Powerful PHP Framework for REST API
symbiotic/http-cookie
121 Downloads
Slim (10Kb) implementation of working with cookies, with psr-15 middleware, without dependencies (psr interfaces only).