Skip to content
 
 

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZOHO Inventory API SDK

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));

About

Zoho Inventory API SDK

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages