Download the PHP package marshmallow/zoho-desk without Composer
On this page you can find all versions of the php package marshmallow/zoho-desk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download marshmallow/zoho-desk
More information about marshmallow/zoho-desk
Files in marshmallow/zoho-desk
Package zoho-desk
Short Description This packages provides you with the ability to easily connect your Laravel application to ZohoDesk.
License MIT
Homepage https://github.com/Marshmallow-Development/
Informations about the package zoho-desk
Laravel Zoho Desk
This packages provides you with the ability to easily connect your Laravel application to ZohoDesk.
Installation
Composer
You can install the package via composer:
Documentation
The documentation for the Zoho Desk api can be found here:
Configuration
You need to fill in you ZOHO_CLIENT_ID
and ZOHO_CLIENT_SECRET
to be able to run the next step of the installation. If you know your ZOHO_DEPARTMENT_ID
you can fill that in. If you don't, we have a command for you where u can list you departments and then fill it in. This can be run after you've run the auth command.
Migrate
You need to run a migration so we can create a database table where we can store the access tokens for the connection to Zoho Desk.
Publish config
Publish the config file and make adjustments where changes are needed for your situation.
Auth
We need to authenticate you Laravel application with Zoho Desk. You can do this by running the command below. This command will take you through a number of steps to complete the connection.
Departments
You can list you Departments if you don't know which department ID you need to use. Run the command below, copy the ID and add it to your .env
file.
Ticket
Applications
We are preparing to implement more Zoho applications than just Zoho Desk. We are starting with Zoho Portal. This can be activated by calling the portal()
method on the ZohoDesk facade.
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.