Libraries tagged by php request
popphp/pop-http
11010 Downloads
Pop Http Component for Pop PHP Framework
leafs/http
27062 Downloads
Http abstraction for Leaf PHP
ismaeltoe/osms
37171 Downloads
PHP library wrapper of the Orange SMS API.
httpsoft/http-router
15088 Downloads
Simple and fast HTTP request router providing PSR-7 and PSR-15
hannesvdvreken/guzzle-clockwork
54697 Downloads
A Guzzle middleware that logs requests with Clockwork
deefour/transformer
41239 Downloads
Transform raw input data into consistent, immutable PHP objects
ciareis/bypass
6850 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.
acamposm/ping
15116 Downloads
Ping uses the ICMP protocol's mandatory ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.
asika/http
53602 Downloads
PSR HTTP Message implementations. (PHP 5.3 Compatible)
utopia-php/fetch
32880 Downloads
A simple library that provides an interface for making HTTP Requests.
protomock/protomock
10576 Downloads
Mocking native PHP requests (file_get_contents(), ...)
jasonroman/nba-api
4376 Downloads
PHP Library to request data from various endpoints on NBA websites
api-clients/psr7-oauth1
26699 Downloads
Client-side PSR-7 Oauth1 request signer for PHP
muhammadhuzaifa/laravel-pulse-guzzle-recorder
7489 Downloads
Pulse Guzzle Recorder provide a custom recorder for intercepting http requests made via guzzlehttp/guzzle php library and add them into the pulse dashboard if the request is slow. The package uses the guzzle middleware for the data. The recorder intercept and log the request into the Laravel Pulse Slow Outgoing Requests.
yanlongli/app-store-server-api
5633 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.