Libraries tagged by server requests
psr/http-server-handler
113608473 Downloads
Common interface for HTTP server-side request handler
psr/http-server-middleware
102874025 Downloads
Common interface for HTTP server-side middleware
nyholm/psr7-server
26938612 Downloads
Helper classes to handle PSR-7 server requests
relay/relay
2240787 Downloads
A PSR-15 server request handler.
middlewares/request-handler
1737664 Downloads
Middleware to execute request handlers
amphp/http-server-router
534718 Downloads
Routes to request handlers based on HTTP method and path for amphp/http-server.
mcustiel/phiremock-codeception-extension
1056734 Downloads
Codeception extension for Phiremock. Allows to stub remote services for HTTP requests.
hhxsv5/php-sse
185930 Downloads
A simple and efficient library implemented HTML5's server-sent events by PHP, is used to real-time push events from server to client, and easier than Websocket, instead of AJAX request.
http-interop/http-middleware
2855389 Downloads
Common interface for HTTP server-side middleware
internations/http-mock
663363 Downloads
Mock HTTP requests on the server side in your PHP unit tests
discord-php/http
357320 Downloads
Handles HTTP requests to Discord servers
intaro/pinba-bundle
916950 Downloads
Collects and sends execution time of Doctrine queries, Twig renders and Redis requests as pinba timers to pinba server
httpsoft/http-server-request
126601 Downloads
Infrastructure for creating PSR-7 ServerRequest and UploadedFile
yanlongli/app-store-server-api
40621 Downloads
PHP client for App Store Server API. Manage your customers’ App Store transactions from your server.The App Store Server API is a REST API that you call from your server to request and provide information about your customers' in-app purchases. The App Store signs the transaction and subscription renewal information that this API returns using the JSON Web Signature (JWS) specification.App Store Server API is independent of the app’s installation status on the customer’s devices. The App Store server returns information based on the customer’s in-app purchase history regardless of whether the customer installed, removed, or reinstalled the app on their devices.To request transaction and subscription status information with this API, provide any original transaction identifier that belongs to the customer. The transaction history API responds with a complete list of transactions, 20 at a time, starting with the oldest first. The subscription status API returns the status for all of the customer’s subscriptions, organized by their subscription group identifier.Use the Send Consumption Information endpoint to send information to the App Store when customers request a refund for a consumable in-app purchase, after you receive the CONSUMPTION_REQUEST App Store server notification. Your data helps inform refund decisions.
amphp/http-server-static-content
72708 Downloads
Static content request handler for Amp's HTTP server.