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.
Business Hour resource
This provides access to the business hour resources
mixed Freshdesk\Resources\BusinessHour::all(array|null $query)
Get a list of all agents.
Use filters ($query) to view only specific resources (those which match the criteria that you choose).
array|null Freshdesk\Resources\BusinessHour::view(integer $id, array|null $query)
View a resource
Use 'include' to embed additional details in the response. Each include will consume an additional credit. For example if you embed the requester and company information you will be charged a total of 3 API credits for the call. See Freshdesk's documentation for details.
How can I help you explore Laravel packages today?