Libraries tagged by requests
mehrancodes/laravel-harbor
17627 Downloads
A CLI tool to Quickly create On-Demand preview environment for your apps.
friendsofcxml/cxml-php
48389 Downloads
PHP Implementation of cXML Standard
fansipan/fansipan
8403 Downloads
A simple package that allows you to write your API integrations or SDKs in a elegant way.
dersam/rt-php-lib
69768 Downloads
Wrapper class for Request Tracker REST API
zfr/zfr-cors
1202300 Downloads
Zend Framework module that let you deal with CORS requests
yanlongli/app-store-server-api
11331 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.
werk365/etagconditionals
249040 Downloads
Laravel package to enable support for ETags and handling If-Match and If-None-Match conditional requests
volnix/csrf
162300 Downloads
CSRF protection library that compares provided token to session token to ensure request validity.
vladflonta/magento2-webapi-log
126085 Downloads
Logger for webapi REST requests.
tomlerendu/laravel-convert-case-middleware
61780 Downloads
Convert request and response keys to and from camel and snake case.
thamtech/yii2-ratelimiter-advanced
130670 Downloads
An advanced request rate limiter
stil/curl-easy
198010 Downloads
cURL wrapper for PHP. Supports parallel and non-blocking requests. For high speed crawling, see stil/curl-robot.
sapien/sapien
43628 Downloads
Server API (SAPI) request and response objects for PHP.
rtheunissen/guzzle-rate-limiter
160673 Downloads
Guzzle 6 middleware used to delay requests dynamically
rickselby/laravel-gate-cache
76381 Downloads
Add a per-request caching layer to Laravel's Gate