Libraries tagged by requestid
diversen/http-send-file
323536 Downloads
Sends a file to a client, with support for (multiple) range requests. It is also able to throttle the download.
discord-php/http
250661 Downloads
Handles HTTP requests to Discord servers
digitaldream/laracrud
20798 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
cypresslab/patch-manager
93024 Downloads
A library to manage patch requests
coderjerk/bird-elephant
126830 Downloads
A simple library to request data from the Twitter APIv2 endpoints
ciareis/bypass
12384 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.
ci/restclientbundle
598438 Downloads
Provides REST request methods. Mapper bundle for php internal curl library
cerbero/lazy-json-pages
88399 Downloads
Framework-agnostic package to load items from any paginated JSON API into a Laravel lazy collection via async HTTP requests.
canvural/php-openapi-faker
377259 Downloads
Library to generate fake data for OpenAPI request/response/schemas.
byjg/webrequest
455556 Downloads
A lightweight and highly customized CURL wrapper for making RESt calls using PSR7 implementation and a wrapper for call dynamically SOAP requests.
bear/query-repository
483278 Downloads
AboutResource Query Responsibility Segregation (RQRS) is a caching framework for BEAR.Sunday that optimizes performance by separating query and command responsibilities. It features event-driven cache invalidation, dependency resolution, donut caching, CDN integration, and conditional requests.
anik/loguzz
177882 Downloads
Loguzz is a guzzlehttp/guzzle request & response logger
amphp/http-server-router
439200 Downloads
Routes to request handlers based on HTTP method and path for amphp/http-server.
akrabat/proxy-detection-middleware
70122 Downloads
PSR-7/PSR-15 Middleware that determines the scheme, host and port from the 'X-Forwarded-Proto', 'X-Forwarded-Host' and 'X-Forwarded-Port' headers and updates the Request's Uri object.
zendframework/zend-httphandlerrunner
1522842 Downloads
Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.