Libraries tagged by api-responder
yanlongli/app-store-server-api
43814 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.
wp-forge/wp-update-handler
164659 Downloads
A WordPress package for updating custom plugins and themes based on an API response from a custom update server.
cortexphp/json-repair
7143 Downloads
Repair invalid JSON strings by fixing common syntax errors like single quotes, unquoted keys, trailing commas, and missing brackets. Perfect for parsing LLM outputs and malformed API responses.
obiefy/api-response
24996 Downloads
Simple Laravel package to return Json responses.
guanguans/laravel-api-response
6357 Downloads
Normalize and standardize Laravel API response data structure. - 规范化和标准化 Laravel API 响应数据结构。
dees040/laravel-api-responses
24664 Downloads
Helper methods for Laravel API Responses
aelnemr/api-response
6669 Downloads
This package will handle restful api response
unglue/client
57391 Downloads
The client binary which sends the data to the server and creates the output from the API response.
sycho/json-api
1166953 Downloads
JSON-API responses in PHP
radebatz/openapi-verifier
167641 Downloads
Verify JSON (api response) against OpenAPI specification.
nilportugues/json-api
107176 Downloads
Serializer transformers outputting valid API responses in JSON, JSON API and HAL+JSON API formats.
bcrowe/cakephp-api-pagination
54185 Downloads
CakePHP 4 plugin that injects pagination information into API responses.
apigee/apigee-mock-client-php
165534 Downloads
To be used for queueing mock API responses for the `apigee/apigee-client-php` library.
teoprayoga/teobiefy-laravel-api-response
645 Downloads
Laravel API response helpers with server-configured payload compression and encryption.
signaturetech/laravel-api-response-builder
542 Downloads
A super simple package allowing for consistent API responses throughout your Laravel application