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

ActiveLibrary[API Development](/categories/api)

marshmallow/zoho-desk
=====================

This packages provides you with the ability to easily connect your Laravel application to ZohoDesk.

v1.5.1(2y ago)024.4k↓22.9%[1 PRs](https://github.com/marshmallow-packages/zoho-desk/pulls)MITPHPPHP ^7.4|^8.0CI passing

Since Jan 7Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/marshmallow-packages/zoho-desk)[ Packagist](https://packagist.org/packages/marshmallow/zoho-desk)[ Docs](https://github.com/Marshmallow-Development/)[ RSS](/packages/marshmallow-zoho-desk/feed)WikiDiscussions master Synced 1mo ago

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

[![alt text](https://camo.githubusercontent.com/f5450f299f5713ce2f04dd5a1ba7ce9960ed4568b3574e4c4ee3cddc75477253/68747470733a2f2f6d617273686d616c6c6f772e6465762f63646e2f6d656469612f6c6f676f2d7265642d3233377834362e706e67 "marshmallow.")](https://camo.githubusercontent.com/f5450f299f5713ce2f04dd5a1ba7ce9960ed4568b3574e4c4ee3cddc75477253/68747470733a2f2f6d617273686d616c6c6f772e6465762f63646e2f6d656469612f6c6f676f2d7265642d3233377834362e706e67)

Laravel Zoho Desk
=================

[](#laravel-zoho-desk)

[![Version](https://camo.githubusercontent.com/4e74b5133063db5b85f39b67c2fce5f4765f86403118e2dc8529f204637eaedf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d617273686d616c6c6f772f7a6f686f2d6465736b)](https://github.com/marshmallow-packages/pages)[![Issues](https://camo.githubusercontent.com/4010b73a4f41f2fa7678f70f20708d2006831d4e0814155a33007e3289b8dbae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6d617273686d616c6c6f772d7061636b616765732f7a6f686f2d6465736b)](https://github.com/marshmallow-packages/pages)[![Licence](https://camo.githubusercontent.com/3155a39f02e2ed6c11082bc89d6533251ff6231f4e56cf3ce8558116af9cda02/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d617273686d616c6c6f772d7061636b616765732f7a6f686f2d6465736b)](https://github.com/marshmallow-packages/pages)[![PHP Syntax Checker](https://github.com/marshmallow-packages/zoho-desk/workflows/PHP%20Syntax%20Checker/badge.svg)](https://github.com/marshmallow-packages/zoho-desk/workflows/PHP%20Syntax%20Checker/badge.svg)

This packages provides you with the ability to easily connect your Laravel application to ZohoDesk.

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

[](#installation)

### Composer

[](#composer)

You can install the package via composer:

```
composer require marshmallow/zoho-desk
```

### Documentation

[](#documentation)

The documentation for the Zoho Desk api can be found [here](https://desk.zoho.com/DeskAPIDocument):

### Configuration

[](#configuration)

You need to fill in you `ZOHO_CLIENT_ID` and `ZOHO_CLIENT_SECRET` to be able to run the next step of the installation. If you know your `ZOHO_DEPARTMENT_ID` you can fill that in. If you don't, we have a command for you where u can list you departments and then fill it in. This can be run after you've run the auth command.

```
ZOHO_CLIENT_ID=
ZOHO_CLIENT_SECRET=
ZOHO_DEPARTMENT_ID=
```

### Migrate

[](#migrate)

You need to run a migration so we can create a database table where we can store the access tokens for the connection to Zoho Desk.

```
php artisan migrate
```

### Publish config

[](#publish-config)

Publish the config file and make adjustments where changes are needed for your situation.

```
php artisan vendor:publish --provider="Marshmallow\ZohoDesk\ZohoDeskServiceProvider"
```

### Auth

[](#auth)

We need to authenticate you Laravel application with Zoho Desk. You can do this by running the command below. This command will take you through a number of steps to complete the connection.

```
php artisan zoho-desk:auth

```

### Departments

[](#departments)

You can list you Departments if you don't know which department ID you need to use. Run the command below, copy the ID and add it to your `.env` file.

```
php artisan zoho-desk:list-departments
```

#### Ticket

[](#ticket)

```
Ticket::setDueDate($ticket_id, now());
Ticket::comment($ticket_id, 'This comment should be added to this ticket', $public = false);
Ticket::attachment($ticket_id, $relative_storage_path);

// Or bind them all together
Ticket::of($ticket_id)
    ->setDueDate(now())
    ->comment('This comment should be added to this ticket', $public = false)
    ->attachment($relative_storage_path);
```

Applications
------------

[](#applications)

We are preparing to implement more Zoho applications than just Zoho Desk. We are starting with Zoho Portal. This can be activated by calling the `portal()` method on the ZohoDesk facade.

```
ZohoDesk::portal()->get('kbArticles/{articles_id});
```

Changelog
---------

[](#changelog)

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

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance53

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~69 days

Recently: every ~208 days

Total

15

Last Release

985d ago

PHP version history (2 changes)v1.0.0PHP ^7.4

v1.1.1PHP ^7.4|^8.0

### Community

Maintainers

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

---

Top Contributors

[![stefvanesch](https://avatars.githubusercontent.com/u/46725619?v=4)](https://github.com/stefvanesch "stefvanesch (63 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")

---

Tags

laravelZohomarshmallowzoho-deskZohoDesk

### Embed Badge

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

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

###  Alternatives

[asciisd/zoho

Asciisd Zoho provide an elegant and easy way to communicate with Zoho CRM.

3751.9k](/packages/asciisd-zoho)[asciisd/zoho-v3

Laravel Zoho API V3 Package

2121.3k](/packages/asciisd-zoho-v3)[marshmallow/laravel-facebook-webhook

A package to retrieve Facebook Leads with webhooks &amp; Graph API in Laravel.

123.2k](/packages/marshmallow-laravel-facebook-webhook)

PHPackages © 2026

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