PHPackages                             chi-teck/zoho-crm-connector - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. chi-teck/zoho-crm-connector

ActiveLibrary[API Development](/categories/api)

chi-teck/zoho-crm-connector
===========================

Zoho CRM connector

1.x-dev(3y ago)0204GPL-2.0-or-laterPHPPHP &gt;=8.1.0

Since Oct 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Chi-teck/zoho-crm-connector)[ Packagist](https://packagist.org/packages/chi-teck/zoho-crm-connector)[ RSS](/packages/chi-teck-zoho-crm-connector/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

Zoho CRM connector
==================

[](#zoho-crm-connector)

A simple connector to Zoho CRM API v3.

Unlike official Zoho SDK this connector does not provide helpers for each API endpoint. Essentially this is just a thin wrapper around Guzzle HTTP client that authorizes requests to Zoho API. Note that you need to handle connection errors yourself.

System Requirements
-------------------

[](#system-requirements)

PHP 8.1 or later

Installation
------------

[](#installation)

```
composer require chi-teck/zoho-api-connector

```

[Register](https://www.zoho.com/crm/developer/docs/api/v3/register-client.html) your application in Zoho Developer Console. The way you obtain auth token (grant code) depends on the application type. Refer to [Authorization Request guide](https://www.zoho.com/crm/developer/docs/api/v3/auth-request.html) for details.

Usage
-----

[](#usage)

```
