PHPackages                             yls/zoholib - 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. yls/zoholib

ActiveProject[API Development](/categories/api)

yls/zoholib
===========

Zoholib - service to connect zoho desk.

10PHP

Since Nov 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/okochunk/zoholib)[ Packagist](https://packagist.org/packages/yls/zoholib)[ RSS](/packages/yls-zoholib/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

zoholib
=======

[](#zoholib)

laravel simple zoho library

installation
============

[](#installation)

composer create-project yls/zoholib

Library to use part of  list of feature

- Authentication(OAuth) Generate Refresh Token
- Generate Access Token
- Get List Departments
- Get List Agents
- Get List Contacts
- Create Ticket
- create Ticket Comment

usage
=====

[](#usage)

add on .env

- ZOHO\_CLIENT\_ID="3000.XXXX1R45EK2K8X8MY2ZVBOKR5DBQ3X"
- ZOHO\_CLIENT\_SECRET="e137da3dff3axxxxxxxxxx0b3bb122543426211b7c"
- ZOHO\_REFRESH\_TOKEN="4000.1841927626424bd4bxxxxxxxxxxxaa8.377acdba4a770fb653320fb8c042fd4c"

- on your controller

```
$data['subject']     = Config::get('services.zoho.subject.leads_cm');
$data['id']          = $leads->mt_form_id;
$data['phone']       = $leads->mobile;
$data['email']       = $leads->email;
$data['name']        = $leads->name;
$data['department']  = Config::get('services.zoho.default_department_id');
$data['assignee_id'] = Config::get('services.zoho.assignee_id');

$data['description'] = 'Name: ' . $leads->name . '';

$zoho = new ZohoService();
$ticket = $zoho->createTicket($data);
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bbfd4a175fe7207b0e48c97933c2bff8712d1f1a9dffdacda643d7be3d9ffa17?d=identicon)[okochunk](/maintainers/okochunk)

---

Top Contributors

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

---

Tags

zohozoho-apizoho-crm

### Embed Badge

![Health badge](/badges/yls-zoholib/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M270](/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.1M452](/packages/google-gax)

PHPackages © 2026

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