Libraries tagged by Request client
hhxsv5/php-sse
145276 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.
crestapps/laravel-code-generator
76799 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
tectalic/openai
212809 Downloads
An OpenAI REST API Client with support for ChatGPT, GPT-4, GPT-3.5, GPT-3, Codex, DALL·E, Whisper, Embeddings, Fine-Tuning and Moderation models. Includes fully typed Data Transfer Objects (DTOs) for all requests and responses and IDE autocomplete support.
middlewares/client-ip
518479 Downloads
Middleware to detect the client ip and save it as a request attribute
khr/php-mcurl-client
186638 Downloads
wrap curl client (http client) for PHP 5.3; using php multi curl, parallel request and write asynchronous code
fapi-cz/http-client
99306 Downloads
Library for making HTTP requests.
kelvinzer0/curl-impersonate-php
21557 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).
jeroen/file-fetcher
298700 Downloads
Simple file fetching interface
ci/restclientbundle
588423 Downloads
Provides REST request methods. Mapper bundle for php internal curl library
ciareis/bypass
7705 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.
hannesvdvreken/guzzle-profiler
388684 Downloads
A Guzzle middleware that profiles requests made by the client.
diversen/http-send-file
306908 Downloads
Sends a file to a client, with support for (multiple) range requests. It is also able to throttle the download.
yanlongli/app-store-server-api
11284 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.
duoshuo/php-cassandra
66210 Downloads
Cassandra client library for PHP, which support Protocol v3 and asynchronous request
ideasoft/batch-request-client
14238 Downloads
Batch request client implementation for php.