PHPackages                             navari/laravel-zoho-desk - 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. navari/laravel-zoho-desk

ActiveLibrary[API Development](/categories/api)

navari/laravel-zoho-desk
========================

This package adds Zoho Desk API support to Laravel

v1.0.0(2y ago)03[2 PRs](https://github.com/Navari/laravel-zoho-desk/pulls)MITPHPPHP ^8.1

Since Feb 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Navari/laravel-zoho-desk)[ Packagist](https://packagist.org/packages/navari/laravel-zoho-desk)[ Docs](https://github.com/navari/laravel-zoho-desk)[ GitHub Sponsors](https://github.com/Navari)[ RSS](/packages/navari-laravel-zoho-desk/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (2)Dependencies (14)Versions (4)Used By (0)

This package adds Zoho Desk API support to Laravel
==================================================

[](#this-package-adds-zoho-desk-api-support-to-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bb90f841b542a8b651de2d6621a66f8d7fcc4d754bf95867cbbfc232c2dfd64c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e61766172692f6c61726176656c2d7a6f686f2d6465736b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/navari/laravel-zoho-desk)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ad1bf1f001b384ce9b968f50d5ed259485789861198dd272b110b295711b4b47/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e61766172692f6c61726176656c2d7a6f686f2d6465736b2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/navari/laravel-zoho-desk/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b8d5b8633b281aab3587331b0513c29bca0b7126441136f9e31971c2fb021a6c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6e61766172692f6c61726176656c2d7a6f686f2d6465736b2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/navari/laravel-zoho-desk/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/3aa64e8631a683bc2463a3b92c5e65fa4565c9b4912a6a4712d0372c1abfbf8d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e61766172692f6c61726176656c2d7a6f686f2d6465736b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/navari/laravel-zoho-desk)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require navari/laravel-zoho-desk
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-zoho-desk-config"
```

This is the contents of the published config file:

```
return [
    'organizationId' => env('ZOHO_DESK_ORGANIZATION_ID', ''),
    'departmentId' => env('ZOHO_DESK_DEPARTMENT_ID', ''),
    'clientId' => env('ZOHO_DESK_CLIENT_ID', ''),
    'clientSecret' => env('ZOHO_DESK_CLIENT_SECRET', ''),
    'oAuthBaseUrl' => env('ZOHO_DESK_OAUTH_BASE_URL', ''),
    'refreshToken' => env('ZOHO_DESK_REFRESH_TOKEN', ''),
    'baseApiUrl' => env('ZOHO_DESK_BASE_API_URL', 'https://desk.zoho.com/api/v1/'),
    'agentEmail' => env('ZOHO_DESK_AGENT_EMAIL', ''),
];
```

Usage
-----

[](#usage)

```
$createTicketEntity = new \Navari\ZohoDesk\Entities\CreateTicketEntity();

$createTicketEntity->firstName = 'Larus';
$createTicketEntity->lastName = 'Navari';
$createTicketEntity->email = 'larustr@gmail.com';
$createTicketEntity->subject = 'Test Ticket';
$createTicketEntity->departmentId = '123456789';
$createTicketEntity->message = 'This is a test ticket';
$ticket = \Navari\ZohoDesk\ZohoDesk::createTicket($createTicketEntity);
```

Usage for other methods
-----------------------

[](#usage-for-other-methods)

All methods usage will be similar to the above example

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Larus Navari](https://github.com/Navari)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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

Unknown

Total

1

Last Release

868d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/79ed750d860834c2cdd231dbaf68372c5c484f2d28fcf677072fd8ea6a8783d0?d=identicon)[navari](/maintainers/navari)

---

Top Contributors

[![Navari](https://avatars.githubusercontent.com/u/9331482?v=4)](https://github.com/Navari "Navari (5 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

apilaravelZohodesknavari

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/navari-laravel-zoho-desk/health.svg)

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

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M101](/packages/dedoc-scramble)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M167](/packages/spatie-laravel-health)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.9k3](/packages/defstudio-telegraph)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k96](/packages/nativephp-mobile)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1123.7k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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