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.
Method Not Allowed Exception
Thrown when the Freshdesk API returns a 405 code. This API request used the wrong HTTP verb/method. For example an API PUT request on /api/v2/tickets endpoint will return a HTTP 405 as /api/v2/tickets allows only GET and POST requests
\GuzzleHttp\Exception\RequestException Freshdesk\Exceptions\ApiException::getRequestException()
Returns the Request Exception
A Guzzle Request Exception is returned
How can I help you explore Laravel packages today?