shqear / zoho-inventory-api
ZOHO Inventory API的SDK。
0.1.8
2019-09-10 21:54 UTC
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2024-09-15 01:18:15 UTC
README
非官方的PHP ZOHO Inventory API SDK
安装
安装此扩展的首选方法是通过composer。
运行以下命令之一:
php composer.phar require --prefer-dist shqear/zoho-inventory-api "*"
或者
"shqear/zoho-inventory-api": "*"
将以下内容添加到您的composer.json
文件的require部分:
用法
require_once 'vendor/autoload.php';
use shqear\lib\ZohoClient;
$inventory = new ZohoInventory(array('accessToken' => 'your auth token'), 'organizationId' => 'your org id'));
$inventory->listContacts(); // Get all contacts