shqear/zoho-inventory-api
Composer 安装命令:
composer require shqear/zoho-inventory-api
包简介
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
php composer.phar require --prefer-dist shqear/zoho-inventory-api "*"
or add
"shqear/zoho-inventory-api": "*"
to the require section of your composer.json file.
Usage
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
统计信息
- 总下载量: 653
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2016-08-04