Libraries tagged by api-requests
dorvidas/laravel-query-builder
5 Downloads
Easily build Eloquent queries from API requests
devbyte/devbyte-api
10 Downloads
Simple API Requests for DevByte projects
debugged/apilogger
1 Downloads
A Laravel package for logging API requests and responses
danthedev/laravel-typescript-transformer-api
2787 Downloads
Extension of `spatie/laravel-typescript-transformer` with improvements to work with API Requests and Responses
cron13/smsintel-api
7 Downloads
A PHP wrapper for the SmsIntel api. Provides one interface for both XML and JSON API requests.
cristianp6/slim-json-api-helper
86 Downloads
Slim3 JSON API Request & Response Helper inspired by jsonapi.org
clearcutcoding/php-api-tools
34 Downloads
PHP Library for handling API requests/responses
bycarmona141/king-monitor
35 Downloads
API requests and errors monitor
butterycrumpet/simpleguzzlecachemiddleware
16 Downloads
Simple cached api request parser
bubnov-mikhail/landedcostcalculationapi
13734 Downloads
Landed Cost API providing duty rates, calculation, and item harmonization. A set of sample requests are available as a [Postman Collection](https://www.getpostman.com/collections/ad308f6c9351a18c2c12). ## Basics ### Timestamps Timestamps should be formatted using ISO-8601 to the nearest second, in UTC e.g `2015-06-12T09:17:37Z` ### Expiries All Requests will have an associated timestamp. The validity for any request is 1 minute to account for any clock-skew. ## Authorization All API requests require an http header that contains your account ID and your account API Key. During account provisioning, you will be issued an API Key which you must supply with every request. ### Authorization Header To make an authorized API request, set the following HTTP header: `authorization: avalaraapikey id: key:`
brezgalov/yii2-external-api-logger
45 Downloads
logger for api requests
bleumi/payment-sdk-php
5 Downloads
A simple and powerful REST API to integrate Traditional (Credit/Debit Card, Alternative Payment Methods) and Crypto Currency (Bitcoin, Ethereum, Stablecoins) payments into your business or application. ### Getting Started 1. Create an account on [Bleumi](https://account.bleumi.com/signUp/?app=payment) 1. Fill up your [profile](https://account.bleumi.com/account/?app=payment&tab=profile) 1. Complete your KYC by contacting [[email protected]](mailto:[email protected]) 1. Add your preferred payment service providers in the [Bleumi Portal](https://account.bleumi.com/account/?app=payment&tab=gateway) 1. Create your API key on the [Bleumi Integration Settings](https://account.bleumi.com/account/?app=payment&tab=integration) screen ### Authentication Bleumi uses API keys to authenticate requests. You can view and manage your API keys in the [Bleumi Integration Settings](https://account.bleumi.com/account/?app=payment&tab=integration) screen. Authenticated API requests should be made with a `X-Api-Key` header. Your API key should be passed as the value. ### Payment Methods Use the [Bleumi Portal](https://account.bleumi.com/account/?app=payment&tab=gateway) to add your preferred payment service provider (e.g. Stripe, BitPay, Bleumi Pay) and configure the payment methods that buyers would be able to use to make payments.
beningreenjam/api-wrapper
7 Downloads
Api-Wrapper is a simple Laravel 5.5 bridge for making, throttling, caching and transforming RESTful API requests made via GuzzleHttp.
benegedeniz/apiman
30 Downloads
A powerful API request manager class.
bcastellano/json-schema-bundle
34 Downloads
Symfony bundle to validate json api request and responses with json-schema