Libraries tagged by RequestPHP
loyaltycorp/requesthandlers
349 Downloads
Support library to enable Request DTO and Doctrine ParamConverters in Lumen
plugin-master/request
300 Downloads
The RequestHandler for PHP.
pawel-jakowczyk/example-app-home
5 Downloads
Example RequestHandler and RequestHandlerFactory
openjk/request-handler
17 Downloads
A simple implements of psr-15 RequestHandlerInterface
navarr/verticalresponse-spiral
0 Downloads
Spiral HttpClient and RequestProvider for navarr/verticalresponse
navarr/verticalresponse-m2http
0 Downloads
HttpClient and RequestProvider for navarr/verticalresponse using Magento2's HTTP Driver
navarr/verticalresponse-guzzle
1155 Downloads
Guzzle HttpClient and RequestProvider for navarr/verticalresponse
marcel-maqsood/mezzio-abstract-request-handler
152 Downloads
The AbstractRequestHandler is a abstract RequestHandler that contaisn additional functions to be used in a Laminas/Mezzio application
leo980/request-handler-fixture
10 Downloads
A fixture implements PSR-15 RequestHandlerInterface for unit-testing.
hmones/laravel-cacheable
6 Downloads
A simple package to automatically cache the returns of certain methods in a given class and forgets them as well on request.The package is highly configurable and let you manage naming of the cache keys with ease.
ecentral/celum-connect-fal-rest-client
2 Downloads
### Authorization If you are already logged into CELUM Content via browser, no further authorization is required. Otherwise, please use one of the below methods: 1. Click on 'Authorize' on the right and either provide an API Key, type in your username/password or use OpenID Connect to log in. 2. OpenId implicit flow is disabled for security reasons and will not work as Authorization option. ### Creating an asset 1. Request upload via [upload endpoint](#/Upload/requestUpload). The endpoint will return a URl for uploading the binary and a upload handle to identify the upload. 2. Upload the content of your asset by sending a POST request to the upload URL from step 1 and setting the ```Content-Type``` header to ```application/octet-stream```. Optionally, you can also use multipart upload with ```multipart/form-data``` as ```Content-Type``` - like our Nova UI. 3. Create the asset via [create asset endpoint](#/Assets/createAssetInCollection) by passing in the upload handle from step 1 together with other parameters.
dryspell/middleware-stack
26 Downloads
Module to manage middlewares. Can be used by RequestHandlers to access middlewares.
cormy/server-request-handler-skeleton
24 Downloads
Cormy Server RequestHandler skeleton/template
cdma-numiscorner/ebay-developer-key-management-api
679 Downloads
Due to regulatory requirements applicable to our EU/UK sellers, for certain APIs, developers need to add digital signatures to the respective HTTP call. The Key Management API creates keypairs that are required when creating digital signatures for the following APIs:All methods in the Finances APIissueRefund in the Fulfillment APIGetAccount in the Trading APIThe following methods in the Post-Order API:Issue Inquiry RefundIssue case refundIssue return refundProcess Return RequestApprove Cancellation RequestCreate Cancellation RequestNote: For additional information about keypairs and creating Message Signatures, refer to Digital Signatures for APIs.
laminas70/laminas-httphandlerrunner
3 Downloads
PHP 7.0 support for: Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.