Download the PHP package bybrand/oauth2-zohocrm without Composer
On this page you can find all versions of the php package bybrand/oauth2-zohocrm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bybrand/oauth2-zohocrm
More information about bybrand/oauth2-zohocrm
Files in bybrand/oauth2-zohocrm
Package oauth2-zohocrm
Short Description Zoho CRM Provider for PHP League's OAuth 2.0 Client
License MIT
Informations about the package oauth2-zohocrm
Zoho CRM Provider for PHP OAuth 2.0 Client
This package provides Zoho CRM OAuth 2.0 support for the PHP League's OAuth 2.0 Client. Initially, this module was used for the integration of Bybrand with Zoho CRM.
First, you can do get Client ID and Client Secret in "Zoho Developer console". Full documentation, can be see in Zoho documentation.
Installation
Usage
This is an instruction base to get the token. Then, to save in your database for future requests. The method getResourceOwner
return your organization from /crm/v2/org
. See more in Zoho CRM documentation Get the organization.
You do not use the method getResourceOwner
if you not need the organization data.
Please, for more information see the PHP League's general usage examples.
Refreshing a Token
Zoho CRM token refresh is sent only with accessType
set to offline. It is important to note that the refresh token is only returned on the first request after this it will be null
.
You can do revoke access to get the token refresh in a second request. Visit https://accounts.zoho.com and navigate to Connected Apps.
See more details in Generating Access Token From a Refresh Token to read more about the Zoho CRM API docs.
Testing
or individual method test by group.
License
The MIT License (MIT). Please see License File for more information.