Libraries tagged by requestid
rtheunissen/guzzle-rate-limiter
155610 Downloads
Guzzle 6 middleware used to delay requests dynamically
rickselby/laravel-gate-cache
63921 Downloads
Add a per-request caching layer to Laravel's Gate
rafaelfragoso/haversini-formula
188165 Downloads
This PHP class can replace the Google Distance Matrix to calculate the distance between two points using latitude and longitude. It will prevent you to do massive requests to Google servers and enhance your service performance.
open-telemetry/opentelemetry-auto-psr15
382397 Downloads
OpenTelemetry auto-instrumentation for PSR-15 (HTTP Server Request Handlers).
octoper/cuzzle
119821 Downloads
Get the cURL shell command from a Guzzle request
neos/flow-development-collection
167207 Downloads
Flow packages in a joined repository for pull requests.
muffin/throttle
196274 Downloads
(API) Rate limiting requests in CakePHP
middlewares/payload
401757 Downloads
Middleware to parse the body of the request with support for json, csv and url-encode
middlewares/client-ip
496601 Downloads
Middleware to detect the client ip and save it as a request attribute
middlewares/base-path
1031503 Downloads
Middleware to remove the prefix from the uri path of the request.
meabed/php-parallel-soap
65237 Downloads
Multi curl SoapClient that allow to perform multiple requests to SoapServer
mcustiel/phiremock-codeception-module
296195 Downloads
Codeception module for PhireMock. Allows to stub remote services for HTTP requests.
matthewbdaly/laravel-etag-middleware
284555 Downloads
A Laravel middleware for adding ETags to HTTP requests to improve response times
magento/module-upward-connector
286013 Downloads
Magento module used for routing all frontend requests through UPWARD-PHP.
maba/gentle-force-bundle
419389 Downloads
Symfony bundle that integrates gentle-force library for limiting both brute-force attempts and ordinary requests, using leaky/token bucket algorithm, based on Redis