Libraries tagged by response headers
middlewares/csp
25876 Downloads
Middleware to add the Content-Security-Policy header to the response
zernio-dev/zernio-php
5679 Downloads
API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api Versioning and deprecation: all endpoints are versioned in the URL path (current version: /v1). Breaking changes only ship in a new path version; existing versions keep working. Deprecated operations are marked 'deprecated: true' in this spec and announced in the changelog (https://zernio.com/changelog) before removal. Errors: every 4xx/5xx response is application/json with a machine-readable 'code' and a human-readable 'error' message (see the ErrorResponse schema). Request ids: responses carry an X-Request-Id header with the id we log the request under. Quote it when reporting a problem. A valid x-request-id you send is reused as that id.
softonic/laravel-middleware-request-id
111235 Downloads
Middleware for Laravel Framework to add the X-Request-ID header in the requests and responses.
abordage/laravel-last-modified
19055 Downloads
Setting the Last-Modified header and 304 Not Modified response code if the page hasn't changed since the last visit
los/response-time
66096 Downloads
PHP middleware to add a Response Time header
bibrokhim/laravel-language-header
2084 Downloads
Set application locale from request header and return response with correct header
signify-nz/silverstripe-security-headers
11380 Downloads
Adds configurable security headers to HTTP responses via middleware.
batch.com/headers-bundle
55164 Downloads
A Symfony bundle to easily add headers to your responses.
jeffersongoncalves/laravel-security-headers
579 Downloads
This Laravel package stamps a configurable set of baseline security headers (X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy, Content-Security-Policy, Cross-Origin-Opener-Policy, X-Permitted-Cross-Domain-Policies and HSTS) onto your HTTP responses via a single middleware. Every header value and the full CSP directive map are driven by config, so you can tune or disable each one without touching code.
stevenmaguire/laravel-middleware-csp
107759 Downloads
Provides support for enforcing Content Security Policy with headers in Laravel responses.
stevenmaguire/middleware-csp
151688 Downloads
Provides support for enforcing Content Security Policy with headers in PSR 7 responses.
bfunky/http-parser
40464 Downloads
A library to parse HTTP headers and HTTP header fields
kyzegs/guzzle-rate-limit-middleware
1764 Downloads
A configurable Guzzle middleware for rate limiting HTTP requests based on response headers
b13/hydra
14680 Downloads
Hydra - Allows adding response headers through site config.
code-orange/turbolinks-location
44969 Downloads
Laravel middleware to insert Turbolinks-Location header into every response