Libraries tagged by request headers
chelout/laravel-http-logger
2041 Downloads
A Laravel package to log HTTP requests, headers and sessions
php-standard-library/http-message
455 Downloads
HTTP message abstractions for requests, responses, and headers
pavlakis/csp-middleware
523 Downloads
Add Content-Security-Policy headers for PSR-7 requests. Uses the csp-builder library paragonie/csp-builder.
piotrpress/remoter
1059 Downloads
This library is a chainable HTTP Client based on file_get_contents() function.
omaralalwi/laravel-api-helpers
4 Downloads
collection of helpful helper functions for API Requests .
oihana/php-middleware
28 Downloads
Composable PHP middleware helpers — security headers (HSTS, CSP, X-Frame-Options, Referrer-Policy, X-Content-Type-Options), CORS with preflight, CSRF, request-id, maintenance mode, rate limiting. PSR-7 compatible, zero magic strings.
make-dev/laravel-security
44 Downloads
Modern security headers for Laravel — turn-key. Strict CSP with per-request nonces and 'strict-dynamic', Subresource Integrity with smart noise filtering, HSTS, Permissions-Policy. An interactive setup wizard asks which third parties you use (GTM, HubSpot, Stripe, reCAPTCHA, and a dozen more) and wires the right directives automatically. First-party violation reporting endpoints, Filament + Livewire + Vite friendly, Vapor-ready. Laravel 11, 12, 13 on PHP 8.2+.
itspire/framework-extra-bundle
2207 Downloads
Itspire - Symfony Framework Extra Bundle
aszone/fakeheaders
844 Downloads
AsZone Component - Fake Headers
topup/laralog
209 Downloads
Log request & response including header, body etc...
fideloper/conditionalrequest
8 Downloads
Handle HTTP validation Caching using If-* Headers on requests
brocode/module-log-tracing
16 Downloads
Request-scoped trace ID for Magento 2 logs. Stamps every log line, echoes an X-Request-Id response header, and gives a single ID to correlate web logs, app logs, and downstream calls for one request. Compatible with Monolog 2 (Magento 2.4.4–2.4.7) and Monolog 3 (Magento 2.4.8+).
fakeheal/cors-anywhere
35 Downloads
cors-anywhere is a php reverse proxy which adds CORS headers to the proxy request.
semhoun/proxy-detection-middleware
2270 Downloads
PSR-7 Middleware that determines the scheme, host and port from the 'X-Forwarded-Proto', 'X-Forwarded-Host' and 'X-Forwarded-Port' headers and updates the Request's Uri object.
someniatko/json-decode-middleware
652 Downloads
Simple PSR-15 middleware for decoding JSON body of a server request when given respective Content-Type header