Libraries tagged by requestid
chesslablab/php-chess
3087 Downloads
A chess library for PHP.
cetver/yii2-language-url-manager
93223 Downloads
Parses and creates URLs containing languages for the Yii framework 2.0
brackets/advanced-logger
212561 Downloads
Advanced logger
bfunky/http-parser
22410 Downloads
A library to parse HTTP headers and HTTP header fields
bairwell/middleware-cors
16611 Downloads
A PSR-7 middleware layer for providing CORS (Cross Origin Request Security) headers and security provisions. Instead of just allowing invalid CORs requests to come through, this middleware actively blocks them after validating.
aura/http
37154 Downloads
The Aura HTTP package provides objects to build and send HTTP responses from the server to the client.
jyggen/curl
143486 Downloads
A simple and lightweight cURL library with support for asynchronous requests.
hoa/http
214601 Downloads
The Hoa\Http library.
asika/http
53602 Downloads
PSR HTTP Message implementations. (PHP 5.3 Compatible)
zounar/php-proxy
2348 Downloads
Forward your HTTP/HTTPS requests to another server.
zetacomponents/mvc-tools
473604 Downloads
The MvcTools component provides functionality for request parsing, routing, dispatching, views and response writing. With the tools in this component you can very easily build an MVC framework.
zarinpal/zarinpal
26980 Downloads
transaction request system for zarinpal
yoanm/symfony-jsonrpc-http-server
131398 Downloads
Symfony Bundle to convert an HTTP json-rpc request into HTTP json-rpc response
yoanm/jsonrpc-server-sdk
145531 Downloads
Server SDK to convert a json-rpc request string into json-rpc response string
yanlongli/app-store-server-api
5637 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.