mpclarkson/freshdesk-php-sdk
PHP 5.5+ SDK for Freshdesk API v2. Simple, resource-based client: $api->tickets->all/create/update/view/delete, plus contacts, agents, companies, groups and more. Returns plain arrays. Composer install and easy Symfony/Laravel integration.
Class for interacting with the Freshdesk Api
This is the only class that should be instantiated directly. All API resources are available via the relevant public properties
public \Freshdesk\Resources\Agent $agents
Agent resources
public \Freshdesk\Resources\Company $companies
Company resources
public \Freshdesk\Resources\Contact $contacts
Contact resources
public \Freshdesk\Resources\Group $groups
Group resources
public \Freshdesk\Resources\Ticket $tickets
Ticket resources
public \Freshdesk\Resources\TimeEntry $timeEntries
TimeEntry resources
public \Freshdesk\Resources\Conversation $conversations
Conversation resources
public \Freshdesk\Resources\Category $categories
Category resources
public \Freshdesk\Resources\Forum $forums
Forum resources
public \Freshdesk\Resources\Topic $topics
Topic resources
public \Freshdesk\Resources\Comment $comments
Comment resources
public \Freshdesk\Resources\EmailConfig $emailConfigs
Email Config resources
public \Freshdesk\Resources\Product $products
Access Product resources
public \Freshdesk\Resources\BusinessHour $businessHours
Business Hours resources
public \Freshdesk\Resources\SLAPolicy $slaPolicies
SLA Policy resources
mixed Freshdesk\Api::__construct(string $apiKey, string $domain)
Constructs a new api instance
How can I help you explore Laravel packages today?