Libraries tagged by http header
maplephp/http
631 Downloads
MaplePHP/Http is a powerful and easy-to-use PHP library that fully supports the PSR-7 HTTP message and PSR-18: HTTP Client.
leadtech/http-commons
26474 Downloads
A zero dependency set of definitions to help work with headers and status codes.
kenny1911/symfony-http-exception
1475 Downloads
The library provides a convenient way to convert PHP exceptions into Symfony HTTP exceptions with support for status codes, messages, headers, and translation capabilities.
encore-labs/guzzle-bundle-header-forward-plugin
23355 Downloads
Guzzle plugin that allow you to forward headers from your current request into the the guzzle one automatically. Forked to support Symfony 4
arkbauer/guzzle-bundle-header-forward-plugin
5856 Downloads
Guzzle plugin that allow you to forward headers from your current request into the the guzzle one automatically. Forked to support Symfony 4
amashukov/http-client-php
402 Downloads
PSR-18 HTTP client backed by ext-curl, with a middleware pipeline (retry on selected status codes, header injection). PSR-7 / PSR-17 message + factory interfaces; bring your own PSR-7 implementation (nyholm/psr7, guzzlehttp/psr7, slim/psr7, etc.).
yakeing/get_header
28 Downloads
This function is similar to the get_headers function
dcarbone/curl-header-extractor
65440 Downloads
Utility to extract headers from PHP CURL to file request.
rekalogika/file-metadata
4277 Downloads
Metadata library for rekalogika/file
meta-tech/pws-auth
3518 Downloads
PwsAuth is an authentication protocol throught http header designed to web services
kudashevs/laravel-last-modified
882 Downloads
A Laravel middleware that handles the If-Modified-Since request and Last-Modified response headers.
halloverden/symfony-route-deprecation-bundle
5632 Downloads
The Route Deprecation Bundle provides tools to deprecate routes in your Symfony application. It implements the IETF draft of The Deprecation HTTP Header Field.
bepsvpt/hpkp-builder
78506 Downloads
Easily integrate HTTP Public-Key-Pinning headers into your application.
adrii/curl-helper
18384 Downloads
CurlHelper is a streamlined PHP utility for easy cURL usage, supporting GET, POST, PUT, and DELETE methods. It simplifies HTTP requests by offering straightforward options and header settings, making web API interactions more accessible and efficient.
webrek/laravel-idempotency
142 Downloads
Safe request retries for Laravel APIs via the Idempotency-Key header.