Libraries tagged by HTTP requests
matthewbdaly/laravel-etag-middleware
306602 Downloads
A Laravel middleware for adding ETags to HTTP requests to improve response times
jeroen/file-fetcher
314281 Downloads
Simple file fetching interface
fansipan/fansipan
11145 Downloads
A simple package that allows you to write your API integrations or SDKs in a elegant way.
emartech/escher
261640 Downloads
Library for HTTP request signing (PHP implementation)
guzzlehttp/retry-subscriber
969066 Downloads
Retries failed HTTP requests using customizable retry strategies (Guzzle 4+)
micheh/psr7-cache
230446 Downloads
Cache and conditional request helpers for PSR-7 HTTP Messages
rtheunissen/guzzle-rate-limiter
163991 Downloads
Guzzle 6 middleware used to delay requests dynamically
middlewares/payload
449933 Downloads
Middleware to parse the body of the request with support for json, csv and url-encode
middlewares/client-ip
568287 Downloads
Middleware to detect the client ip and save it as a request attribute
middlewares/base-path
1204889 Downloads
Middleware to remove the prefix from the uri path of the request.
khr/php-mcurl-client
196443 Downloads
wrap curl client (http client) for PHP 5.3; using php multi curl, parallel request and write asynchronous code
hannesvdvreken/guzzle-profiler
418722 Downloads
A Guzzle middleware that profiles requests made by the client.
ciareis/bypass
11468 Downloads
Bypass for PHP provides a quick way to create a custom instead of an actual HTTP server to return prebaked responses to client requests. This is most useful in tests, when you want to create a mock HTTP server and test how your HTTP client handles different types of responses from the server.
beheh/flaps
231347 Downloads
Modular library for rate limiting requests in applications
utopia-php/fetch
71175 Downloads
A simple library that provides an interface for making HTTP Requests.