PHPackages                             twentytwoeastdigital/zoho - 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. twentytwoeastdigital/zoho

ActiveLibrary[API Development](/categories/api)

twentytwoeastdigital/zoho
=========================

A Laravel package for Zoho API integration

v1.0.11(11mo ago)133MITPHPPHP ^7.4|^8.0

Since Jan 6Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/twentytwoeastdigital/zoho)[ Packagist](https://packagist.org/packages/twentytwoeastdigital/zoho)[ RSS](/packages/twentytwoeastdigital-zoho/feed)WikiDiscussions v1.x Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (13)Used By (0)

Twentytwoeastdigital
====================

[](#twentytwoeastdigital)

Overview
--------

[](#overview)

This package provides tools for interacting the Zoho API. Currently it supports Zoho Creator, Zoho Books and Zoho CRM.

Features
--------

[](#features)

- Built-in Throttle Control
- Automatic Record Caching
- Bypass Cache and Caching Time
- Bulk Download Data
- Batch request bulk data
- CRUD API Commands for Popular Zoho Apps

Coming Soon
-----------

[](#coming-soon)

- Zoho Inventory Wrapper
- Bulk Update Requests
- Create a GitHub Issue to Request Additional Features

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

[](#installation)

### 1. To install the package, run the following command:

[](#1-to-install-the-package-run-the-following-command)

```
composer require twentytwoeastdigital\zoho

```

### 2. Add required variables to ENV

[](#2-add-required-variables-to-env)

```
TWENTYTWOEASTDIGITAL_ZOHO_CLIENT_ID=1000.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
TWENTYTWOEASTDIGITAL_ZOHO_CLIENT_SECRET=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
TWENTYTWOEASTDIGITAL_ZOHO_REDIRECT_URI="${APP_URL}/zoho/callback"
TWENTYTWOEASTDIGITAL_ZOHO_CREATOR_APP_OWNER=""
TWENTYTWOEASTDIGITAL_ZOHO_CREATOR_APP_LINK_NAME=""

```

### 3. Add optional variables to ENV

[](#3-add-optional-variables-to-env)

```
Coming Soon

```

### 4. Make Initial OAuth Request

[](#4-make-initial-oauth-request)

```
In your browser visit: ${APP_URL}/zoho/authorize, approve the request. That's all!

```

Usage
-----

[](#usage)

### Creator API v2.1

[](#creator-api-v21)

#### Create

[](#create)

```
Definition: ZohoCreator::create(FORM_NAME, DATA);

Response: Returns Zoho Response

```

#### Read

[](#read)

##### Get All / Query Records

[](#get-all--query-records)

```
Definition: ZohoCreator::get(REPORT_NAME, QUERY (Optional), BYPASS_CACHE (Optional), BYPASS_DEFAULT_CACHE_TIME_IN_SECONDS (Optional));

Example with Caching: ZohoCreator::get('Report_Name');
Example with Caching & Query: ZohoCreator::get('Report_Name', 'Product_Name==Test&&Price>100');
Example bypassing Cache:  ZohoCreator::get('Report_Name', 'Name', true);
Example set Cache Time to 5 seconds: ZohoCreator::get('Report_Name', null, false, 5);

Response: Array of Records

```

##### Get Records By Id

[](#get-records-by-id)

```
Definition: ZohoCreator::getById(REPORT_NAME, RECORD_ID, BYPASS_CACHE (Optional), BYPASS_DEFAULT_CACHE_TIME_IN_SECONDS (Optional));

Example with Caching: ZohoCreator::getById('Report_Name', $id);
Example bypassing Cache:  ZohoCreator::getById('Report_Name', $id, true);
Example set Cache Time to 5 seconds: ZohoCreator::getById('Report_Name', $id, false, 5);

Response: Array of Record Values

```

##### Bulk Download for Single Record

[](#bulk-download-for-single-record)

```
Definition: ZohoCreator::bulk(REPORT_NAME, BYPASS_CACHE (Optional), BYPASS_DEFAULT_CACHE_TIME_IN_SECONDS (Optional));

Example with Caching: ZohoCreator::bulk('Report_Name', $id);
Example bypassing Cache:  ZohoCreator::bulk('Report_Name', true);
Example set Cache Time to 5 seconds: ZohoCreator::bulk('Report_Name', false, 5);

Response: Array of Record Values Keyed by Report Name

```

##### Bulk Download for Array of Records

[](#bulk-download-for-array-of-records)

```
Requests to Zoho are made at all once, rather than sequential so that the data is processed faster.

Definition: ZohoCreator::bulk([REPORT_NAME, REPORT_NAME2, REPORT_NAME3], RECORD_ID, BYPASS_CACHE (Optional), BYPASS_DEFAULT_CACHE_TIME_IN_SECONDS (Optional));

Example with Caching: ZohoCreator::bulk('Report_Name', $id);
Example bypassing Cache:  ZohoCreator::bulk('Report_Name', $id, true);
Example set Cache Time to 5 seconds: ZohoCreator::bulk('Report_Name', $id, false, 5);

Response: Array of Record Values Keyed by Report Name

```

#### Update

[](#update)

##### Update Record by ID

[](#update-record-by-id)

```
Definition: ZohoCreator::update(REPORT_NAME, DATA, RECORD_ID);

Response: Returns Zoho Response

```

##### Update Bulk Records

[](#update-bulk-records)

```
Coming Soon

```

#### Delete

[](#delete)

##### Delete Record by ID

[](#delete-record-by-id)

```
Definition: ZohoCreator::delete(REPORT_NAME, RECORD_ID);

Response: Returns Zoho Response

```

##### Delete Bulk Records

[](#delete-bulk-records)

```
Coming Soon

```

Contributing
------------

[](#contributing)

We welcome contributions! Please make a pull request on GitHub.

License
-------

[](#license)

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

Contact
-------

[](#contact)

For any questions or feedback, please contact us by submitting an issue on GitHub.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance52

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~13 days

Recently: every ~28 days

Total

13

Last Release

335d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1d3de427973852ff53d0278134a2eafa5dfe453b371cacec4298cb63f5e514bf?d=identicon)[22eastdigital](/maintainers/22eastdigital)

---

Top Contributors

[![drexelroth](https://avatars.githubusercontent.com/u/8276199?v=4)](https://github.com/drexelroth "drexelroth (14 commits)")

### Embed Badge

![Health badge](/badges/twentytwoeastdigital-zoho/health.svg)

```
[![Health](https://phpackages.com/badges/twentytwoeastdigital-zoho/health.svg)](https://phpackages.com/packages/twentytwoeastdigital-zoho)
```

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[spatie/laravel-route-discovery

Auto register routes using PHP attributes

23645.0k2](/packages/spatie-laravel-route-discovery)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
