Download the PHP package oneb-pub/oauth2-zoho without Composer
On this page you can find all versions of the php package oneb-pub/oauth2-zoho. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oneb-pub/oauth2-zoho
More information about oneb-pub/oauth2-zoho
Files in oneb-pub/oauth2-zoho
Package oauth2-zoho
Short Description Zoho OAuth 2.0 Client Provider for The PHP5.6 League OAuth2-Client
License MIT
Homepage https://github.com/oneb-pub/oauth2-zoho
Informations about the package oauth2-zoho
ZOHO Provider for OAuth 2.0 Client
This is fork of https://github.com/asadku34/oauth2-zoho
This package provides ZOHO OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Requirements
- PHP >= 5.6.0
- League OAuth2 Client >= 2.6
To use this package, it will be necessary to have a ZOHO client ID and client
secret. These are referred to as {zoho-client-id} and {zoho-client-secret}
in the documentation.
Please follow the ZOHO instructions to create the required credentials.
Installation
You can install the package via composer:
Usage
Authorization Code Flow
Refreshing a Token
Refresh tokens are only provided to applications which request offline access. You can specify offline access by passing the access_type option in your getAuthorizationUrl() request.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Asadur Rahman
- All Contributors
License
The MIT License (MIT). Please see License File for more information.