Libraries tagged by request headers
liveteched/request-logs
11 Downloads
Store request/response data and headers from receiving API calls
alcalyn/authorization-header-fix
1685 Downloads
Simple listener that restore Authorization header in a Symfony Request under Apache.
dcarbone/curl-file-header-extractor
16 Downloads
Utility to extract headers from PHP CURL to file request.
kuria/request-info
547 Downloads
Get information about the current HTTP request
hvolschenk/http-request
14 Downloads
PHP functional HTTPRequest library.
link1515/http-utils-php5
21 Downloads
For users working with PHP 5.x environments, this package provides a convenient solution. It provides encapsulated utilities for handling requests and responses.
ecphp/reverse-proxy-helper-bundle
4855 Downloads
Helper bundle, configure the request headers from a given base URL.
titon/http
502 Downloads
The HTTP package provides classes for interacting with cookies, headers, the request, and the response.
phapi/middleware-method-override
1541 Downloads
Middleware handling request method override using headers
pavlakis/csp-middleware
519 Downloads
Add Content-Security-Policy headers for PSR-7 requests. Uses the csp-builder library paragonie/csp-builder.
kudashevs/laravel-last-modified
21 Downloads
A Laravel middleware that handles the If-Modified-Since request and Last-Modified response headers.
conejerock/idempotency-bundle
12 Downloads
Check idempotency keys in headers/body/query requests
pflorek/php-basic-auth
69 Downloads
Provides a simple way to get or set credentials (username, password) on a PSR-7 `RequestInterface`. Also it helps challenging an unauthorized client by adding the 'WWW-authenticate' header line with status code 401 to a PSR-7 `ResponseInterface`.
illum/http
53 Downloads
Modulo http para Illum routing
hilalahmad/http-client
5 Downloads
The HttpClient PHP package is a package designed for making HTTP requests using cURL. This package simplifies the process of sending GET, POST, PUT, PATCH, and DELETE requests, along with the ability to set custom headers, to external APIs or web services.