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

AbandonedLibrary[API Development](/categories/api)

purplemountain/laravel-zoho
===========================

Laravel wrapper for the Zoho PHP SDK

0.0.9(4y ago)063PHP

Since Jun 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/PurpleMountainMedia/Laravel-Zoho)[ Packagist](https://packagist.org/packages/purplemountain/laravel-zoho)[ RSS](/packages/purplemountain-laravel-zoho/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

Laravel Zoho
============

[](#laravel-zoho)

A lightweight (for now) wrapper around the Zoho PHP SDK

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

[](#installation)

```
composer require purplemountain/laravel-zoho

```

Setup
-----

[](#setup)

1. If you haven't already, you need to create an Oauth2 client within Zoho. This can be done [here](https://api-console.zoho.com/).
2. You want to choose a "Server-based Application" client within Zoho.
3. For the "Authorized Redirect URIs" entry, you need to add `your-app-domain.tld/oauth/zoho`. Don't worry we handle this route for you within your app.

Env
---

[](#env)

You will need to add the following details to your `.env` file and paste in the values from Zoho.

```
ZOHO_CLIENT_ID=
ZOHO_CLIENT_SECRET=
ZOHO_USER_EMAIL=

```

Authorization
-------------

[](#authorization)

You need to authorize your app to access Zoho. You can do this by simply running `php artisan zoho:url` which will generate the url to authorize the app. Follow the prompts and you'll be be all set.

Refreshing Tokens
-----------------

[](#refreshing-tokens)

Zoho tokens last for aprox 1 hour. To refresh the token using the refresh token provided, you can run `php artisan zoho:refresh`. We reccomend setting this up to be run every 5 minutes in your `App\Console\Kernel.php` file.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Recently: every ~129 days

Total

9

Last Release

1662d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/954f04d21211c33ec6dd750169be63b054d65d2fba406a0ad523b43cda015b25?d=identicon)[ChrisBraybrooke](/maintainers/ChrisBraybrooke)

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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