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

ActiveLibrary[API Development](/categories/api)

matthewnw/zoho-api
==================

A class to consume Zoho's Creator and Reports API.

1.0.1(8y ago)12692MITPHPPHP &gt;=5.6

Since Feb 17Pushed 8y ago2 watchersCompare

[ Source](https://github.com/matthewnw/zoho-api)[ Packagist](https://packagist.org/packages/matthewnw/zoho-api)[ RSS](/packages/matthewnw-zoho-api/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Zoho API Wrapper
================

[](#zoho-api-wrapper)

Library offers API wrapper for Zoho Creator and Zoho Reports .

PSR-4 compatible

Features
--------

[](#features)

- Access Creator applications and get/add/delete records
- Access Reports and import/export data

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

[](#installation)

The preferred way to install the library is using composer.

Run:

```
composer require matthewnw/zoho-api

```

Examples
--------

[](#examples)

### Creator Example

[](#creator-example)

```
use Matthewnw\Zoho\Creator\ZohoCreatorClient;

// Initializes the class.
$zohoCreatorClient = new ZohoCreatorClient($apiToken);

// Get a list of available Applications
$creatorapplications = $zohoCreatorClient->applications();

// Get a specific Application instance
$creatorapplication = $zohoCreatorClient->application($applicationName);

// get records from a Creator View and chain application method
$creatorViewRecords = $zohoCreatorClient->application($applicationName)->getRecords($viewName);

// add records form a Creator Form
$creatorapplication->add($formName, $dataArray);

```

### Reports Example

[](#reports-example)

```
use Matthewnw\Zoho\Creator\ZohoCreatorClient;

$zohoReportsClient = new ZohoReportsClient($apiToken);

// https://zohoreportsapi.wiki.zoho.com/importing-bulk-data.html
$uri = $zohoReportsClient->getURI($emailId, $reportsDatabaseName, $reportsTableName);
$importType = 'TRUNCATEADD'; // APPEND, TRUNCATEADD, UPDATEADD
$autoIdentify = 'TRUE';
$onError = 'ABORT';
$importData = json_encode($report_leads);
$config = ['ZOHO_IMPORT_FILETYPE' => 'JSON'];

$importReports = $zohoReportsClient->importDataAsString($uri, $importType, $importData, $autoIdentify, $onError, $config);

```

Zoho API Documentation
----------------------

[](#zoho-api-documentation)

### Reports API

[](#reports-api)

### ReportClient.php API Guide

[](#reportclientphp-api-guide)

### Creator API

[](#creator-api)

Author
------

[](#author)

Matthew Williams

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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 ~0 days

Total

2

Last Release

3008d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/123c24a17750c6c26916ce4a8b1b87c1e630c2e6d411e9af8451560149907113?d=identicon)[matthewnw](/maintainers/matthewnw)

---

Top Contributors

[![matthewnw](https://avatars.githubusercontent.com/u/4819352?v=4)](https://github.com/matthewnw "matthewnw (6 commits)")

---

Tags

apicreatorZohoreportszohocreator

### Embed Badge

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

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

###  Alternatives

[webleit/zohobooksapi

Zoho Books API v3 - PHP SDK

4881.0k1](/packages/webleit-zohobooksapi)[weble/zohoclient

Zoho API Client for oAuth auth and common tasks - PHP SDK

11145.6k3](/packages/weble-zohoclient)[tristanjahier/zoho-crm

A PHP client for the API of Zoho CRM.

2414.3k](/packages/tristanjahier-zoho-crm)

PHPackages © 2026

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