Libraries tagged by http headers
bayfrontmedia/php-http-request
1721 Downloads
Easily handle data from incoming HTTP requests.
prolic/humus-stream-response-sender
755 Downloads
ZF2 module that can send stream responses with http range header, xsendfile & pecl_http support
chr15k/php-auth-generator
31 Downloads
Generate HTTP authentication headers in PHP (Basic, Bearer, Digest, JWT) with a fluent, zero-dependency API.
ptlis/psr7-conneg
37 Downloads
PSR7 content negotiation
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.
dragon-code/last-modified
8177 Downloads
Setting the response code 304 Not Modified in the absence of content changes.
andrey-helldar/last-modified
6616 Downloads
Setting the response code 304 Not Modified in the absence of content changes.
trin4ik/laravel-middleware-setlocale
1150 Downloads
Laravel "SetLocale" middleware from user data, http headers, post data etc
saksham/laravel-maintenance-signal
4 Downloads
Adds a configurable HTTP header to Laravel maintenance mode responses.
phmlabs/missingrequest
8 Downloads
Head outputs all http header information for a given website
kenvix/curl
13 Downloads
A very lite and high compatibility but powerful curl class(especially you're processing http headers and cookies). No dependence.
zaxbux/wn-securityheaders-plugin
11 Downloads
Easily configure HTTP response headers to increase site security.
martinmulder/openapi-crowdstrike-falcon-php
154 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.