Libraries tagged by samples
devdrawer/tutorial
15 Downloads
This is a sample composer package tutorial.
deniem/lara-logger
7 Downloads
Lara Logger Sample
deniem/hello-world
5 Downloads
Sample Hello-World App
dawnco/wms-fw
316 Downloads
wms sample php framework
davin.bao/apidoc
6 Downloads
A sample way to scan Swagger annotation documents
davidwyly/rxn
4 Downloads
Rxn PHP Sample Project
darkterminal/gitlab-json-db
69 Downloads
A PHP Class that reads JSON file as a database. Use for sample DBs using Gitlab API inspire from donjajo/jsondb
cradlephp/kitchen-sink
200 Downloads
Flow samples and testing
clozed2u/hello-composer
69 Downloads
Sample composer package
claytonfbell/package
19 Downloads
Just a simple hello-world sample
chenlin/canal-php
10 Downloads
This is a sample way to deal subscribe of canal!
chenhaitry/laravel-command
97 Downloads
A sample laravel command
charles0301/myfirstplugin
3 Downloads
My First Sample Plugin
burakg/web-app
46 Downloads
Starter website app sample for ION Engine seed.
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:`