Libraries tagged by request data
yanlongli/app-store-server-api
41239 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.
waavi/sanitizer
589868 Downloads
Data sanitizer and Laravel 7 form requests with input sanitation.
spryker/quote-request-data-import
1012988 Downloads
QuoteRequestDataImport module
scuttlebyte/laravel-request-context
74270 Downloads
Store and access contextual request data with ease
artyuum/request-dto-mapper-bundle
6076 Downloads
This bundle provides an easy way to automatically map the incoming request data to a DTO and optionally validate it.
spryker/customer-data-change-request
160815 Downloads
CustomerDataChangeRequest module
notihnio/php-multipart-form-data-parser
70290 Downloads
The missing php functionality to support put, patch, delete, put FORM and MULTIPART requests handling
illuminatech/data-provider
14193 Downloads
Allows easy build for DB queries from API requests
deefour/transformer
52761 Downloads
Transform raw input data into consistent, immutable PHP objects
kdyby/clock
51430 Downloads
Time provider, providing consistent current date, time, datetime and timezone across the request.
sarfraznawaz2005/meter
8199 Downloads
laravel package to find performance bottlenecks in your laravel application.
mg-code/yii2-helpers
23294 Downloads
A collection of useful helper classes for Yii framework 2.0
geeky/query-cache-builder
83480 Downloads
This package is caching every single query per request, to make sure that you will never duplicate your query again.
mzur/kirby-flash
78471 Downloads
Stores data in the session for the next request. Data is removed after the next page load.
middlewares/php-session
27722 Downloads
Middleware to start php sessions using the request data