Libraries tagged by PHP Requests
yapro/symfony-request-to-curl
671 Downloads
Converts the current / specified Symfony http request to a curl command.
xiaomi/galaxy-fds-sdk-php
2240 Downloads
A Readable, Chainable, REST friendly, PHP HTTP Client
tuutti/php-klarna-payments
61495 Downloads
The payments API is used to create a session to offer Klarna's payment methods as part of your checkout. As soon as the purchase is completed the order should be read and handled using the [`Order Management API`](https://docs.klarna.com/api/ordermanagement). **Note:** Examples provided in this section includes full payloads, including all supported fields , required and optionals. In order to implement a best in class request we recommend you don't include customer details when initiating a payment session. Refer to [Initiate a payment](https://docs.klarna.com/klarna-payments/integrate-with-klarna-payments/step-1-initiate-a-payment/) section for further details. Read more on [Klarna payments](https://docs.klarna.com/klarna-payments/).
tp/paydirekt-php
3221 Downloads
Library that provides functionality to create valid request for the paydirekt REST API
togos/php-n2r
13787 Downloads
Library (and stand-alone scripts) for handling /uri-res/N2R requests backed by a ccouch repository.
suzunone/l-auto-comment-for-php-swagger
3339 Downloads
Automatically generate PHP Swagger comments from Laravel's Controller, Model, and form requests.
sitmpcz/request-headers
1780 Downloads
Get PHP authorization headers
pudongping/hyperf-throttle-requests
1305 Downloads
A rate limiter implemented for Hyperf framework.
php-extended/php-http-client-uir
21213 Downloads
A psr-18 compliant middleware client that handles upgrade insecure request headers.
php-extended/php-http-client-simple-cache-psr16
21631 Downloads
A psr-18 compliant middleware client that handles requests through a psr-16 compliant simple-cache
php-extended/php-http-client-delay
21106 Downloads
An http client that adds delays between requests for getting around time based bot detection
php-extended/php-http-client-cache-psr6
21340 Downloads
A psr-18 compliant middleware client that handles requests through a psr-6 compliant cache.
patricksavalle/slim-request-params
1965 Downloads
Adds request-parameter validation to the SLIM 3.x PHP framework
mroosz/php-cassandra
459 Downloads
Cassandra client library with support for protocol v5 and asynchronous requests
mnavarrocarter/php-fetch
200 Downloads
A simple, type-safe, zero dependency port of the javascript fetch WebApi for PHP