dev-master
9999999-dev https://www.zoho.com/inventory/api/v1/Client library for ZOHO Inventory API.
Apache-2.0
The Requires
- php >=5.4
api php inventory zoho
Client library for ZOHO Inventory API.
Unofficial ZOHO Inventory API SDK for PHP, (*1)
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)
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
Client library for ZOHO Inventory API.
Apache-2.0
api php inventory zoho