Libraries tagged by Request client
systemhaus/guzzle-http-mock
90458 Downloads
A mock library for verifying requests made with the Guzzle Http Client, and mocking responses.
voku/httpful
168141 Downloads
A Readable, Chainable, REST friendly, PHP HTTP Client
othercode/rest
32061 Downloads
Rest client to make GET, POST, PUT, DELETE, PATCH, etc calls.
kelvinzer0/curl-impersonate-php
16549 Downloads
Curl-Impersonate-PHP - Library to execute HTTP requests using cURL in PHP with the ability to impersonate the behavior of major browsers (Chrome, Firefox, Safari, and Microsoft Edge).
ismaeltoe/osms
37598 Downloads
PHP library wrapper of the Orange SMS API.
chillerlan/php-httpinterface
11557 Downloads
A PSR-7/17/18 http message/client implementation
aura/http
37274 Downloads
The Aura HTTP package provides objects to build and send HTTP responses from the server to the client.
asika/http
53990 Downloads
PSR HTTP Message implementations. (PHP 5.3 Compatible)
ciareis/bypass
7081 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.
yanlongli/app-store-server-api
6731 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.
emargareten/client-logger-laravel
880 Downloads
Log HTTP client requests and responses in Laravel
webignition/guzzle-request-headers-middleware
30596 Downloads
Middleware for setting headers on all requests sent by a Guzzle 6 client
renoki-co/aws-elastic-client
39210 Downloads
Just a simple Elasticsearch Client handler that signs the requests for AWS Elasticsearch service with the provided credentials.
sourceability/openai-client
7443 Downloads
PHP 8.0+ OpenAI API client with fully typed/documented requests+responses models, guzzle and symfony/http-client support and async/parallel requests.
oneduo/laravel-gitlab-webhook-client
308 Downloads
A client to handle incoming Gitlab webhook requests