Libraries tagged by http request
stefangabos/zebra_curl
65627 Downloads
A high performance solution for making multiple HTTP requests concurrently, asynchronously from your PHP projects using cURL
mcustiel/phiremock-codeception-module
367057 Downloads
Codeception module for PhireMock. Allows to stub remote services for HTTP requests.
matthewbdaly/laravel-etag-middleware
296635 Downloads
A Laravel middleware for adding ETags to HTTP requests to improve response times
jeroen/file-fetcher
297695 Downloads
Simple file fetching interface
fansipan/fansipan
8234 Downloads
A simple package that allows you to write your API integrations or SDKs in a elegant way.
emartech/escher
250782 Downloads
Library for HTTP request signing (PHP implementation)
guzzlehttp/retry-subscriber
965103 Downloads
Retries failed HTTP requests using customizable retry strategies (Guzzle 4+)
micheh/psr7-cache
226331 Downloads
Cache and conditional request helpers for PSR-7 HTTP Messages
rtheunissen/guzzle-rate-limiter
160425 Downloads
Guzzle 6 middleware used to delay requests dynamically
middlewares/payload
410742 Downloads
Middleware to parse the body of the request with support for json, csv and url-encode
middlewares/client-ip
516232 Downloads
Middleware to detect the client ip and save it as a request attribute
middlewares/base-path
1133433 Downloads
Middleware to remove the prefix from the uri path of the request.
khr/php-mcurl-client
186068 Downloads
wrap curl client (http client) for PHP 5.3; using php multi curl, parallel request and write asynchronous code
hannesvdvreken/guzzle-profiler
387165 Downloads
A Guzzle middleware that profiles requests made by the client.
ciareis/bypass
7603 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.