booni3 / linnworks-laravel
Linnworks API service provider and facade for Laravel
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/booni3/linnworks-laravel
Requires
- booni3/linnworks: dev-master
This package is auto-updated.
Last update: 2020-01-07 20:54:27 UTC
README
About
Wrapper for the Linnworks API, as documented at http://apps.linnworks.net/Api
Install
composer require booni3/linnworks-laravel
Usage
Using Facade:
$orders = Linnworks::Orders()->getOpenOrders(
25,
1,
null,
null,
'e41b4701-0885-430d-9623-d840d9d46dd6',
null);