Libraries tagged by request data
nette/http
16684903 Downloads
š Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.
mpyw/laravel-cached-database-stickiness
261244 Downloads
Guarantee database stickiness over the same user's consecutive requests
bedezign/yii2-audit
587625 Downloads
Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.
muhammadhuzaifa/telescope-guzzle-watcher
191742 Downloads
Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.
canvural/php-openapi-faker
375539 Downloads
Library to generate fake data for OpenAPI request/response/schemas.
waavi/sanitizer
582387 Downloads
Data sanitizer and Laravel 7 form requests with input sanitation.
tectalic/openai
245219 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.
yiisoft/request-body-parser
63008 Downloads
Middleware for parsing various data formats
arondeparon/laravel-request-sanitizer
137019 Downloads
An easy to use request sanitizer that allows you to sanitize your form data before validating it.
yiisoft/input-http
46452 Downloads
Maps data from PSR-7 HTTP request to PHP DTO representing user input.
illuminatech/multipart-middleware
231505 Downloads
'multipart/form-data' parser middleware for Laravel
friendsofcxml/cxml-php
64838 Downloads
PHP Implementation of cXML Standard
duoshuo/php-cassandra
68848 Downloads
Cassandra client library for PHP, which support Protocol v3 and asynchronous request
coderjerk/bird-elephant
125764 Downloads
A simple library to request data from the Twitter APIv2 endpoints
yanlongli/app-store-server-api
18383 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.