Download the PHP package deadmantfa/yii2-zoho-api-client without Composer
On this page you can find all versions of the php package deadmantfa/yii2-zoho-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download deadmantfa/yii2-zoho-api-client
More information about deadmantfa/yii2-zoho-api-client
Files in deadmantfa/yii2-zoho-api-client
Package yii2-zoho-api-client
Short Description A Client for Zoho API's
License MIT
Informations about the package yii2-zoho-api-client
Yii2 Zoho REST API Client
A Client for Zoho RESTful API's
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Configuration
Once the extension is installed, add it to your configuration :
Please note the redirect url for OAUTH2 to work properly, please add it to your client on Zoho before continuing further.
Replace <YOUR_DOMAIN_NAME>
with an actual domain or localhost
<YOUR_DOMAIN_NAME>/zoho/default/auth?authclient=zoho
In your params.php
or params-local.php
define the following
Add the following in one of these file
app/common/config/main.php
or app/backend/config/main.php
For Migration add the following to
app/console/config/main.php
Then run the following command
Usage
To use the zoho api we need to first authorize and generate access_token and refresh_token
(http://
Follow the screenshots below
After generating the access token and refresh token you can now call any api which is provided by Zoho
Dependencies
All versions of yii2-zoho-api-client with dependencies
yiisoft/yii2-authclient Version ~2.1.0
yiisoft/yii2-httpclient Version ~2.0.0