PHPackages                             joytekmotion/zoho-oauth - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. joytekmotion/zoho-oauth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

joytekmotion/zoho-oauth
=======================

This is a laravel package for Zoho Oauth Self Client. This can be used for generating access token and refresh token from your own Zoho account.

v1.0.5(1y ago)0371MITPHPPHP ^8.1

Since Mar 15Pushed 1y agoCompare

[ Source](https://github.com/joytekmotion/zoho-oauth)[ Packagist](https://packagist.org/packages/joytekmotion/zoho-oauth)[ RSS](/packages/joytekmotion-zoho-oauth/feed)WikiDiscussions 1.x Synced 3d ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (1)

Zoho Oauth Self Client for Laravel
==================================

[](#zoho-oauth-self-client-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2416739a3cf83f7b033ccaf89441189147f102ded9025335f904aeed48baf641/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f7974656b6d6f74696f6e2f7a6f686f2d6f617574682e7376673f6c6162656c3d5061636b6167697374267374796c653d666c61742d737175617265)](https://packagist.org/packages/joytekmotion/zoho-workdrive)[![License](https://camo.githubusercontent.com/8f2b035cffa9c990aafd332c9975d1528b7e90d3716c17dcfd012a304fcc500d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a6f7974656b6d6f74696f6e2f7a6f686f2d6f617574683f6c6162656c3d4c6963656e7365)](https://github.com/joytekmotion/zoho-workdrive/blob/1.x/LICENSE)

This package is a Laravel wrapper for the Zoho Oauth API. It provides a simple way to authenticate with Zoho Oauth API and get the refresh token.

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Laravel 8.x or higher

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

[](#installation)

You can install this package via composer:

```
composer require joytekmotion/zoho-oauth
```

Setup
-----

[](#setup)

- Add the following zoho credentials to your `.env` file:

```
ZOHO_CLIENT_ID=
ZOHO_CLIENT_SECRET=
ZOHO_REFRESH_TOKEN=
```

To get the `ZOHO_CLIENT_ID` and `ZOHO_CLIENT_SECRET`, you need to create a Zoho Self Client in the [Zoho Developer Console](https://accounts.zoho.com/developerconsole).

- Optional: You can publish the configuration file using the following command:

```
php artisan vendor:publish --provider="Joytekmotion\Zoho\Oauth\Providers\ZohoOauthServiceProvider"
```

- Optional: The service provider will be automatically registered by Laravel. If you need to manually register the service provider, add the following to your `config/app.php` file:

```
'providers' => [
    ...
    Joytekmotion\Zoho\Oauth\Providers\ZohoOauthServiceProvider::class,
    ...
]
```

Usage
-----

[](#usage)

### Generate Refresh Token through Command Line

[](#generate-refresh-token-through-command-line)

- To generate refresh token, you can use the following command:

```
php artisan zoho-oauth:refresh-token {code}
```

Replace `{code}` with the authorization code you generated from [Zoho Developer Console](https://accounts.zoho.com/developerconsole), and copy the refresh token to your `.env` file.

License
-------

[](#license)

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

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Recently: every ~59 days

Total

7

Last Release

606d ago

PHP version history (3 changes)v1.0.0PHP ^7.2, ^8.0

v1.0.1PHP ^7.2|^8.0

v1.0.2PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23295310?v=4)[Obinna Elvis Okechukwu](/maintainers/obinnaelviso)[@obinnaelviso](https://github.com/obinnaelviso)

---

Top Contributors

[![obinnaelviso](https://avatars.githubusercontent.com/u/23295310?v=4)](https://github.com/obinnaelviso "obinnaelviso (12 commits)")

### Embed Badge

![Health badge](/badges/joytekmotion-zoho-oauth/health.svg)

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

###  Alternatives

[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[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)[rahul900day/laravel-captcha

Different types of Captcha implementation for Laravel Application.

10822.9k](/packages/rahul900day-laravel-captcha)[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

10097.5k](/packages/mehrancodes-laravel-harbor)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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