2017 © Pedro Peláez
 

library zoho-inventory-api

Client library for ZOHO Inventory API.

image

shqear/zoho-inventory-api

Client library for ZOHO Inventory API.

  • Tuesday, April 24, 2018
  • by shqear93
  • Repository
  • 1 Watchers
  • 4 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

ZOHO Inventory API SDK

Unofficial ZOHO Inventory API SDK for PHP, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist shqear/zoho-inventory-api "*"

or add, (*4)

"shqear/zoho-inventory-api": "*"

to the require section of your composer.json file., (*5)

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

The Versions

24/04 2018

dev-master

9999999-dev https://www.zoho.com/inventory/api/v1/

Client library for ZOHO Inventory API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4

 

api php inventory zoho