Welcome To Docs

To easing ZOHO REST API V2 call for Laravel application.

Zoho API Doc

Requirements

Installation

composer require asad/laravel-zoho-api-wrapper

Configuration

$ php artisan migrate
$ php artisan zoho:authentication

Input CRM client id:
> (your client id)
Input CRM client secret:
> (your client secret)
Input client domain (ex: example.com):
> (your client domain name)
Select your protocol.[http]:
[0] http
[1] https
> 0
Select your env. [sandbox]:
[0] sandbox
[1] live
> 0

Copy the following url, paste on browser and hit return.
https://accounts.zoho.com/oauth/v2/auth?....