Libraries tagged by headers
middlewares/response-time
284442 Downloads
Middleware to save the response time into the X-Response-Time header
middlewares/method-override
24716 Downloads
Middleware to override the request method using the X-Http-Method-Override header
middlewares/https
91082 Downloads
Middleware to redirect to https and adds the Strict-Transport-Security header
middlewares/csp
25417 Downloads
Middleware to add the Content-Security-Policy header to the response
lukasss93/laravel-route-debug
58382 Downloads
Print the route name and action in the response headers.
laramint/laravel-security-scanner
4447 Downloads
Laravel-aware security rules for php-security-scanner. Detects Laravel SQL injection (DB::raw, whereRaw), mass assignment, debug/dd leaks, unsafe validators, CSRF bypass, insecure cookies, env exposure, Blade raw echo, open redirect, Http SSRF, Storage/File path traversal, file-upload validation gaps, Auth/Crypt/Artisan/Process/Config injection, view-name injection, session fixation, and Mail header injection.
kunstmaan/seo-bundle
133236 Downloads
Annotating content with metadata for social sharing and seo purposes cannot be overlooked nowadays. The KunstmaanSeoBundle contains default editing functionality for OpenGraph data, meta descriptions, keywords and titles and Metriweb tags. Because the metatagging and tracking options are always changing, a free field to add custom header information is provided as well.
indieweb/link-rel-parser
37505 Downloads
Parse rel values from HTTP headers
hryvinskyi/magento2-csp
6456 Downloads
Advanced Content Security Policy (CSP) module for Magento 2 with whitelist management, violation reports, header splitting, and value optimization
flowpack/content-security-policy
9684 Downloads
Configure your content-security-policy header easily with yaml.
code-orange/turbolinks-location
44848 Downloads
Laravel middleware to insert Turbolinks-Location header into every response
bytestream/horde-listheaders
360537 Downloads
Horde list headers parsing library
agungsugiarto/codeigniter4-cors
26702 Downloads
Send CORS Headers in a CodeIgniter 4 application.
abordage/laravel-last-modified
18705 Downloads
Setting the Last-Modified header and 304 Not Modified response code if the page hasn't changed since the last visit
akrabat/rka-scheme-and-host-detection-middleware
51481 Downloads
PSR-7/PSR-15 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.