shqear/zoho-inventory-api

SDK for ZOHO Inventory API.

Maintainers

Package info

github.com/shqear93/zoho-inventory-api

Homepage

pkg:composer/shqear/zoho-inventory-api

Statistics

Installs: 653

Dependents: 0

Suggesters: 0

Stars: 9

Open Issues: 1

0.1.8 2019-09-10 21:54 UTC

This package is not auto-updated.

Last update: 2026-03-15 08:53:50 UTC


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