PHPackages                             shahariaazam/zoho-oauth2 - 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. shahariaazam/zoho-oauth2

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

shahariaazam/zoho-oauth2
========================

Zoho OAuth 2.0 Client Provider for The PHP League OAuth2-Client

v1.0(6y ago)12011MITPHPCI failing

Since Oct 10Pushed 6y agoCompare

[ Source](https://github.com/shahariaazam/zoho-oauth2)[ Packagist](https://packagist.org/packages/shahariaazam/zoho-oauth2)[ RSS](/packages/shahariaazam-zoho-oauth2/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Zoho Provider for OAuth 2.0 Client
==================================

[](#zoho-provider-for-oauth-20-client)

[![Latest Version](https://camo.githubusercontent.com/ace94d8b2fd669a859cc4eca89aa35e5b3adde47c4c7567104ad23cd918f63db/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7368616861726961617a616d2f7a6f686f2d6f61757468322e7376673f7374796c653d666c61742d737175617265)](https://github.com/shahariaazam/zoho-oauth2/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/3f45abe8e9f44591adcb4db00de951472fab5b3cfee06cb58e3b4dab3ac3ff80/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7368616861726961617a616d2f7a6f686f2d6f61757468322f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/shahariaazam/zoho-oauth2)[![Coverage Status](https://camo.githubusercontent.com/34fb035f475be7065da810b16ed256b56866d9ad03b8b01243519bc97b83fb1d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7368616861726961617a616d2f7a6f686f2d6f61757468322e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/shahariaazam/zoho-oauth2/code-structure)[![Quality Score](https://camo.githubusercontent.com/663b9451c9132ee7b38ce3f61be8b89edabd426f2263b2eeb1bb352db2b1d3d5/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7368616861726961617a616d2f7a6f686f2d6f61757468322e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/shahariaazam/zoho-oauth2)[![Total Downloads](https://camo.githubusercontent.com/97cb88aab9bb31ca5d4248e1f385c6f2a6f2e2f6ae98993e2bbc258311d0cfd8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7368616861726961617a616d2f7a6f686f2d6f61757468322e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shahariaazam/zoho-oauth2)

This package provides Zoho OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).

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

[](#installation)

To install, use composer:

```
composer require shahariaazam/zoho-oauth2

```

Usage
-----

[](#usage)

Usage is the same as The League's OAuth client, using `\ShahariaAzam\ZohoOAuth2\Client\Provider\Zoho` as the provider.

### Authorization Code Flow

[](#authorization-code-flow)

```
$provider = new ShahariaAzam\ZohoOAuth2\Client\Provider\Zoho([
    'clientId'          => '{zoho-client-id}',
    'clientSecret'      => '{zoho-client-secret}',
    'redirectUri'       => 'https://example.com/callback-url'
]);
```

For further usage of this package please refer to the [core package documentation on "Authorization Code Grant"](https://github.com/thephpleague/oauth2-client#usage).

Testing
-------

[](#testing)

```
$ ./vendor/bin/phpunit
```

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/shahariaazam/zoho-oauth2/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Shaharia Azam](https://github.com/shahariaazam)
- [All Contributors](https://github.com/shahariaazam/zoho-oauth2/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/shahariaazam/zoho-oauth2/blob/master/LICENSE) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

2407d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b54bd4f801cd13d8413a2a3484c2eb64180741b147419c2490555059fc7c48e?d=identicon)[shahariaazam](/maintainers/shahariaazam)

---

Top Contributors

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

---

Tags

clientoauthoauth2authorizationauthorisationZoho

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/shahariaazam-zoho-oauth2/health.svg)

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

###  Alternatives

[stevenmaguire/oauth2-keycloak

Keycloak OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2275.9M27](/packages/stevenmaguire-oauth2-keycloak)[patrickbussmann/oauth2-apple

Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1132.5M6](/packages/patrickbussmann-oauth2-apple)[mollie/oauth2-mollie-php

Mollie Provider for OAuth 2.0 Client

251.7M1](/packages/mollie-oauth2-mollie-php)[omines/oauth2-gitlab

GitLab OAuth 2.0 Client Provider for The PHP League OAuth2-Client

36721.5k13](/packages/omines-oauth2-gitlab)

PHPackages © 2026

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