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. joytekmotion/zoho-oauth

ActiveLibrary

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 1mo 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 59% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

555d 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://www.gravatar.com/avatar/0ead7143e3ee47ddae2dd629a9fb9b9464be03218218bb20582244fa27abf8be?d=identicon)[obinnaelviso](/maintainers/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

[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)[spatie/spatie-price-api

The Price API used at promotional sites for our own products

1515.1k1](/packages/spatie-spatie-price-api)

PHPackages © 2026

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