Download the PHP package smart-dato/desk365-sdk without Composer
On this page you can find all versions of the php package smart-dato/desk365-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smart-dato/desk365-sdk
More information about smart-dato/desk365-sdk
Files in smart-dato/desk365-sdk
Download smart-dato/desk365-sdk
More information about smart-dato/desk365-sdk
Files in smart-dato/desk365-sdk
Vendor smart-dato
Package desk365-sdk
Short Description Desk365 Laravel SDK - A Laravel package to interact with the Desk365 API.
License MIT
Homepage https://github.com/smart-dato/desk365-sdk
Package desk365-sdk
Short Description Desk365 Laravel SDK - A Laravel package to interact with the Desk365 API.
License MIT
Homepage https://github.com/smart-dato/desk365-sdk
Please rate this library. Is it a good library?
Informations about the package desk365-sdk
Desk365 SDK for Laravel
A Laravel SDK for the Desk365 helpdesk API. Built with Saloon.
Installation
You can install the package via composer:
Publish the config file:
Add your Desk365 credentials to your .env file:
Usage
Basic Setup
Tickets
List Tickets
Get Ticket Details
Create Ticket
Create Ticket with Attachments
Update Ticket
Get Ticket Conversations
Add Reply
Add Note
Contacts
Companies
Knowledge Base
Surveys
Time Entries
Contracts
Enums
The SDK provides enums for type-safe values:
TicketPriority
TicketPriority::Low(1)TicketPriority::Medium(5)TicketPriority::High(10)TicketPriority::Urgent(20)
TicketSource
TicketSource::Email(1)TicketSource::MicrosoftTeams(5)TicketSource::SupportPortal(6)TicketSource::PhoneOrOther(7)TicketSource::WebForm(12)TicketSource::WebWidget(13)TicketSource::API(15)
TicketType
TicketType::QuestionTicketType::IncidentTicketType::ProblemTicketType::Request
ConversationSortBy
ConversationSortBy::EarliestFirstConversationSortBy::LatestFirst
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- SmartDato
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of desk365-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
illuminate/contracts Version ^11.0||^12.0||^13.0
saloonphp/saloon Version ^4.0
spatie/laravel-data Version ^4.18
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^11.0||^12.0||^13.0
saloonphp/saloon Version ^4.0
spatie/laravel-data Version ^4.18
spatie/laravel-package-tools Version ^1.16
The package smart-dato/desk365-sdk contains the following files
Loading the files please wait ...