shohag/zoho-inventory-sdk
Composer 安装命令:
composer require shohag/zoho-inventory-sdk
包简介
SDK for ZOHO Inventory API.
关键字:
README 文档
README
Unofficial ZOHO Inventory API SDK for PHP
Installation
The preferred way to install this extension is through composer.
Either run
composer require shohag/zoho-inventory-sdk
or add
"shohag/zoho-inventory-sdk": "*"
to the require section of your composer.json file.
Usage
require_once 'vendor/autoload.php';
use shohag\ZohoInventorySDK\ZohoInventory;
$inventory = new ZohoInventory(array('accessToken' => 'your auth token'), 'organizationId' => 'your org id'));
$inventory->listContacts(); //get all contacts
die(var_dump($inventory));
统计信息
- 总下载量: 68
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2019-09-07