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.
Conversation resource
This provides access to the agent resources
array|null Freshdesk\Resources\Conversation::reply(integer $id, array $data)
Reply to a ticket
array|null Freshdesk\Resources\Conversation::note(integer $id, array $data)
Create a note for a ticket
array|null Freshdesk\Resources\Conversation::update(integer $id, array $data)
Update a resource
Updates the resources for the given $id with the supplied data/.
array|null Freshdesk\Resources\Conversation::delete(\Freshdesk\Resources\Traits\in $id)
Delete a resource
Delete a resource by $id
How can I help you explore Laravel packages today?