Download the PHP package tklein/php-sdk-zoho-desk without Composer
On this page you can find all versions of the php package tklein/php-sdk-zoho-desk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package php-sdk-zoho-desk
Zoho Desk PHP SDK
This SDK library
- Setup
- Features
- Settings
- Documentation
- Support
- Authors
- License
Setup
Features
You can execute all CRUD actions on all entities available in Zoho Desk. Please check you have the allowed scope of operation with the proper registered OAuth access token.
Settings
All the basic constants settings are available in \Zoho\Desk\Api\Metadata
.
First you need to have a valid access token. First of all connect to your Zoho developer console from your region of subscription:
for Europe the url is: [https://api-console.zoho.eu]
- Create or use an existing "Self Client" application. You may need these informations:
- Generate the grant code, with the proper scopes.
aaaserver.profile.READ
scope is mandatory The full list of scopes is availables at: https://desk.zoho.com/DeskAPIDocument#OauthTokens#UsingOAuthtokenAPI - Generate the persistence auth token file with the Zoho SDK:
- Client ID: you can find it in the Zoho api developer console
- Client Secret: you can find it in the Zoho api developer console
- Redirect url: this is a dummy url, it's part of the oauth standaard but not actively used
- Current User Email: this is the user email used to create the self client integration (https://accounts.zoho.
/oauth/user/info) - Org ID: this is your organization ID in your Zoho Desk application: Setup and Configuration -> DEVELOPER SPACE -> API -> Zoho Desk API -> OrgId (Orgnization ID) field value
Create the configuration object with your API details and credentials.
You can use the following pre-defined values from the Metadata
class:
Documentation
The entry point of the SDK is the gateway facade:
The facade is easy to use:
Support
Raise a new request to the issue tracker.
Authors
License
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!
All versions of php-sdk-zoho-desk with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *