Libraries tagged by api-requests
faraweilyas/mangoapi
0 Downloads
PHP library that provides an object-oriented wrapper to manage API requests.
etelford/laravel-api-validation
148 Downloads
Custom Validation for Laravel API requests
eonx-com/apiformats
54722 Downloads
Package for working with API requests and responses in different formats
editstefanh/apitools
10 Downloads
PHP Library for sending curl api requests
dorvidas/laravel-query-builder
5 Downloads
Easily build Eloquent queries from API requests
devbyte/devbyte-api
11 Downloads
Simple API Requests for DevByte projects
debugged/apilogger
37 Downloads
A Laravel package for logging API requests and responses
danthedev/laravel-typescript-transformer-api
2791 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
89 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
57 Downloads
API requests and errors monitor
butterycrumpet/simpleguzzlecachemiddleware
17 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:`
brianllevado123/bw-zoho-guard
9 Downloads
Secures and facilitates the communication between Bitwarden and Zoho by acting as a middleware, ensuring safe and authenticated handshakes for API requests.