Download the PHP package ryssbowh/zedonk-api-php without Composer
On this page you can find all versions of the php package ryssbowh/zedonk-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ryssbowh/zedonk-api-php
More information about ryssbowh/zedonk-api-php
Files in ryssbowh/zedonk-api-php
Download ryssbowh/zedonk-api-php
More information about ryssbowh/zedonk-api-php
Files in ryssbowh/zedonk-api-php
Vendor ryssbowh
Package zedonk-api-php
Short Description Simple PHP Wrapper for Zedonk API calls
License MIT
Homepage https://github.com/ryssbowh/zedonk-api
Package zedonk-api-php
Short Description Simple PHP Wrapper for Zedonk API calls
License MIT
Homepage https://github.com/ryssbowh/zedonk-api
Please rate this library. Is it a good library?
Informations about the package zedonk-api-php
Zedonk API
Simple wrapper to read a zedonk repository through its api.
You'll need to set your credentials before using it :
ZedonkAPI\ZedonkAPI::setCredentials($url, $key, $user, $password)
Each call will return an array of \ZedonkAPI\ZedonkEntity
which has basic getters/setters
Filters must have the following form
Change the default season name with ZedonkAPI::setSeason($season)
Available calls :
ZedonkAPI\ZedonkAPI::getProducts($filters = [])
ZedonkAPI\ZedonkAPI::getCustomers($filters = [])
ZedonkAPI\ZedonkAPI::getOrders($filters = [])
ZedonkAPI\ZedonkAPI::getInventory($filters = [])
Or you could call any report by its name :
ZedonkAPI\ZedonkAPI::call('MyCustomReport', $filters = [])
All versions of zedonk-api-php with dependencies
PHP Build Version
Package Version
Requires
ext-curl Version
*
ext-simplexml Version *
php Version >=5.6.0
ext-simplexml Version *
php Version >=5.6.0
The package ryssbowh/zedonk-api-php contains the following files
Loading the files please wait ....