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

ActiveLibrary[API Development](/categories/api)

shohag/zoho-creator-api
=======================

Simple Zoho creator api php client.

1.0.1(6y ago)2171MITPHPPHP &gt;=5.6

Since Sep 20Pushed 6y ago1 watchersCompare

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

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

\#Zoho creator API Installation
-------------------------------

[](#zoho-creator-apiinstallation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require shohag/zoho-creator-api

```

or add

```
"shohag/zoho-creator-api": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

```
require_once 'vendor/autoload.php';
use shohag\ZohoCreatorAPI\CreatorAPI;

$conf = array(
            'applicationOwner' => 'your application owner',
            'applicationName' => 'your application Name',
            'authToken' => 'your auth Token',
        );

$creator = new CreatorAPI($conf);
echo $creator->allRecords('view_name');

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

2364d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/364777?v=4)[shohag](/maintainers/shohag)[@SHOHAG](https://github.com/SHOHAG)

---

Top Contributors

[![shohag121](https://avatars.githubusercontent.com/u/5476784?v=4)](https://github.com/shohag121 "shohag121 (11 commits)")

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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